📁
SKYSHELL MANAGER
PHP v8.2.30
Create
Create
Path:
root
/
home
/
acsport
/
hitachi-setsubi-recruit.com
/
public_html
/
Name
Size
Perm
Actions
📁
.tmb
-
0777
🗑️
🏷️
🔒
📁
wp-admin
-
0755
🗑️
🏷️
🔒
📁
wp-content
-
0755
🗑️
🏷️
🔒
📁
wp-includes
-
0755
🗑️
🏷️
🔒
📄
.htaccess
0.96 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
.user.ini
3.9 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
default_page.png
37.91 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
hitachisetsubi_wp.20250418.sql
1172.48 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
hitachisetsubi_wp.20250418.sql2
1172.48 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
index.html.bk
2.97 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php
0.4 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
license.txt
19.44 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
llms.txt
1.7 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
readme.html
7.25 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
sf.php
80.44 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-activate.php
7.18 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-blog-header.php
0.34 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-comments-post.php
2.27 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-config-sample.php
3.26 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-config.php
3.24 KB
0600
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-cron.php
5.49 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-links-opml.php
2.43 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-load.php
3.84 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-login.php
50.23 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-mail.php
8.52 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-settings.php
30.33 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-signup.php
33.71 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-trackback.php
5.09 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
xmlrpc.php
3.13 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: hitachisetsubi_wp.20250418.sql2
-- MySQL dump 10.13 Distrib 5.7.36, for FreeBSD13.0 (amd64) -- -- Host: mysql633.db.sakura.ne.jp Database: hitachisetsubi_wp -- ------------------------------------------------------ -- Server version 5.7.40-log /*!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 utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_actionscheduler_actions` -- DROP TABLE IF EXISTS `wp_actionscheduler_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_actionscheduler_actions` ( `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `hook` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL, `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL, `scheduled_date_gmt` datetime DEFAULT '0000-00-00 00:00:00', `scheduled_date_local` datetime DEFAULT '0000-00-00 00:00:00', `args` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `schedule` longtext COLLATE utf8mb4_unicode_520_ci, `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) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `priority` tinyint(3) unsigned NOT NULL DEFAULT '10', PRIMARY KEY (`action_id`), KEY `hook` (`hook`), KEY `status` (`status`), 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`) ) ENGINE=InnoDB AUTO_INCREMENT=23067 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_actionscheduler_actions` -- LOCK TABLES `wp_actionscheduler_actions` WRITE; /*!40000 ALTER TABLE `wp_actionscheduler_actions` DISABLE KEYS */; INSERT INTO `wp_actionscheduler_actions` VALUES (2709,'wp_mail_smtp_admin_notifications_update','failed','2024-01-13 03:35:30','2024-01-13 12:35:30','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1705116930;s:18:\"\0*\0first_timestamp\";i:1693982158;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1705116930;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2024-01-15 05:07:05','2024-01-15 14:07:05',0,NULL,10),(2725,'wp_mail_smtp_admin_notifications_update','failed','2024-01-16 05:07:05','2024-01-16 14:07:05','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1705381625;s:18:\"\0*\0first_timestamp\";i:1693982158;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1705381625;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2024-01-16 05:59:24','2024-01-16 14:59:24',0,NULL,10),(2745,'wp_mail_smtp_admin_notifications_update','failed','2024-01-17 05:59:24','2024-01-17 14:59:24','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1705471164;s:18:\"\0*\0first_timestamp\";i:1693982158;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1705471164;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2024-01-18 04:16:24','2024-01-18 13:16:24',0,NULL,10),(2753,'wp_mail_smtp_admin_notifications_update','failed','2024-01-19 04:16:24','2024-01-19 13:16:24','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1705637784;s:18:\"\0*\0first_timestamp\";i:1693982158;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1705637784;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2024-01-21 07:09:51','2024-01-21 16:09:51',0,NULL,10),(2758,'wp_mail_smtp_admin_notifications_update','failed','2024-01-22 07:09:51','2024-01-22 16:09:51','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1705907391;s:18:\"\0*\0first_timestamp\";i:1693982158;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1705907391;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2024-01-23 01:21:01','2024-01-23 10:21:01',0,NULL,10),(2763,'wp_mail_smtp_admin_notifications_update','failed','2024-01-24 01:21:01','2024-01-24 10:21:01','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1706059261;s:18:\"\0*\0first_timestamp\";i:1693982158;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1706059261;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2024-01-24 10:02:52','2024-01-24 19:02:52',0,NULL,10),(2770,'wp_mail_smtp_admin_notifications_update','failed','2024-01-25 10:02:52','2024-01-25 19:02:52','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1706176972;s:18:\"\0*\0first_timestamp\";i:1693982158;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1706176972;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2024-01-29 05:29:45','2024-01-29 14:29:45',0,NULL,10),(2778,'wp_mail_smtp_admin_notifications_update','failed','2024-01-30 05:29:45','2024-01-30 14:29:45','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1706592585;s:18:\"\0*\0first_timestamp\";i:1693982158;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1706592585;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2024-01-31 01:28:49','2024-01-31 10:28:49',0,NULL,10),(2783,'wp_mail_smtp_admin_notifications_update','failed','2024-02-01 01:28:49','2024-02-01 10:28:49','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1706750929;s:18:\"\0*\0first_timestamp\";i:1693982158;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1706750929;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2024-02-02 08:04:28','2024-02-02 17:04:28',0,NULL,10),(2788,'wp_mail_smtp_admin_notifications_update','failed','2024-02-03 08:04:28','2024-02-03 17:04:28','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1706947468;s:18:\"\0*\0first_timestamp\";i:1693982158;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1706947468;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2024-02-07 00:35:41','2024-02-07 09:35:41',0,NULL,10),(2792,'wp_mail_smtp_admin_notifications_update','failed','2024-02-08 00:35:41','2024-02-08 09:35:41','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1707352541;s:18:\"\0*\0first_timestamp\";i:1693982158;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1707352541;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2024-02-08 02:41:08','2024-02-08 11:41:08',0,NULL,10),(2799,'wp_mail_smtp_admin_notifications_update','failed','2024-02-09 02:41:08','2024-02-09 11:41:08','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1707446468;s:18:\"\0*\0first_timestamp\";i:1693982158;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1707446468;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2024-02-09 09:45:37','2024-02-09 18:45:37',0,NULL,10),(2808,'wp_mail_smtp_admin_notifications_update','failed','2024-02-10 09:45:37','2024-02-10 18:45:37','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1707558337;s:18:\"\0*\0first_timestamp\";i:1693982158;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1707558337;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2024-02-14 14:33:44','2024-02-14 23:33:44',0,NULL,10),(20438,'wpforms_email_summaries_fetch_info_blocks','complete','2025-03-24 03:57:35','2025-03-24 12:57:35','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1742788655;s:18:\"\0*\0first_timestamp\";i:1703443248;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1742788655;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,1,'2025-03-24 04:13:33','2025-03-24 13:13:33',0,NULL,10),(20439,'wpforms_admin_addons_cache_update','complete','2025-03-24 03:57:35','2025-03-24 12:57:35','{\"tasks_meta_id\":7}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1742788655;s:18:\"\0*\0first_timestamp\";i:1705901990;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1742788655;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,1,'2025-03-24 04:13:33','2025-03-24 13:13:33',0,NULL,10),(20480,'wp_mail_smtp_admin_notifications_update','complete','2025-03-18 19:03:35','2025-03-19 04:03:35','[2]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1742324615;s:18:\"\0*\0first_timestamp\";i:1722390722;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1742324615;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-03-18 19:10:40','2025-03-19 04:10:40',0,NULL,10),(20481,'wpforms_process_purge_spam','complete','2025-03-18 19:03:35','2025-03-19 04:03:35','{\"tasks_meta_id\":44}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1742324615;s:18:\"\0*\0first_timestamp\";i:1727354225;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1742324615;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-03-18 19:10:40','2025-03-19 04:10:40',0,NULL,10),(20483,'wpforms_process_forms_locator_scan','complete','2025-03-18 19:03:35','2025-03-19 04:03:35','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1742324615;s:18:\"\0*\0first_timestamp\";i:1703485568;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1742324615;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-03-18 19:10:40','2025-03-19 04:10:40',0,NULL,10),(20582,'wp_mail_smtp_admin_notifications_update','complete','2025-03-19 19:10:40','2025-03-20 04:10:40','[2]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1742411440;s:18:\"\0*\0first_timestamp\";i:1722390722;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1742411440;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-03-19 20:23:27','2025-03-20 05:23:27',0,NULL,10),(20583,'wpforms_process_purge_spam','complete','2025-03-19 19:10:40','2025-03-20 04:10:40','{\"tasks_meta_id\":44}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1742411440;s:18:\"\0*\0first_timestamp\";i:1727354225;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1742411440;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-03-19 20:23:27','2025-03-20 05:23:27',0,NULL,10),(20585,'wpforms_process_forms_locator_scan','complete','2025-03-19 19:10:40','2025-03-20 04:10:40','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1742411440;s:18:\"\0*\0first_timestamp\";i:1703485568;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1742411440;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-03-19 20:23:27','2025-03-20 05:23:27',0,NULL,10),(20674,'wp_mail_smtp_admin_notifications_update','complete','2025-03-20 20:23:27','2025-03-21 05:23:27','[2]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1742502207;s:18:\"\0*\0first_timestamp\";i:1722390722;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1742502207;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-03-20 20:54:42','2025-03-21 05:54:42',0,NULL,10),(20675,'wpforms_process_purge_spam','complete','2025-03-20 20:23:27','2025-03-21 05:23:27','{\"tasks_meta_id\":44}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1742502207;s:18:\"\0*\0first_timestamp\";i:1727354225;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1742502207;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-03-20 20:54:42','2025-03-21 05:54:42',0,NULL,10),(20677,'wpforms_process_forms_locator_scan','complete','2025-03-20 20:23:27','2025-03-21 05:23:27','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1742502207;s:18:\"\0*\0first_timestamp\";i:1703485568;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1742502207;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-03-20 20:54:42','2025-03-21 05:54:42',0,NULL,10),(20758,'wp_mail_smtp_admin_notifications_update','complete','2025-03-21 20:54:42','2025-03-22 05:54:42','[2]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1742590482;s:18:\"\0*\0first_timestamp\";i:1722390722;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1742590482;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-03-21 21:46:13','2025-03-22 06:46:13',0,NULL,10),(20759,'wpforms_process_purge_spam','complete','2025-03-21 20:54:42','2025-03-22 05:54:42','{\"tasks_meta_id\":44}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1742590482;s:18:\"\0*\0first_timestamp\";i:1727354225;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1742590482;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-03-21 21:46:13','2025-03-22 06:46:13',0,NULL,10),(20761,'wpforms_process_forms_locator_scan','complete','2025-03-21 20:54:42','2025-03-22 05:54:42','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1742590482;s:18:\"\0*\0first_timestamp\";i:1703485568;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1742590482;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-03-21 21:46:13','2025-03-22 06:46:13',0,NULL,10),(20850,'wp_mail_smtp_admin_notifications_update','complete','2025-03-22 21:46:13','2025-03-23 06:46:13','[2]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1742679973;s:18:\"\0*\0first_timestamp\";i:1722390722;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1742679973;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-03-22 22:02:39','2025-03-23 07:02:39',0,NULL,10),(20851,'wpforms_process_purge_spam','complete','2025-03-22 21:46:13','2025-03-23 06:46:13','{\"tasks_meta_id\":44}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1742679973;s:18:\"\0*\0first_timestamp\";i:1727354225;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1742679973;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-03-22 22:02:39','2025-03-23 07:02:39',0,NULL,10),(20853,'wpforms_process_forms_locator_scan','complete','2025-03-22 21:46:13','2025-03-23 06:46:13','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1742679973;s:18:\"\0*\0first_timestamp\";i:1703485568;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1742679973;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-03-22 22:02:39','2025-03-23 07:02:39',0,NULL,10),(20946,'wp_mail_smtp_admin_notifications_update','complete','2025-03-23 22:02:39','2025-03-24 07:02:39','[2]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1742767359;s:18:\"\0*\0first_timestamp\";i:1722390722;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1742767359;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-03-23 22:15:10','2025-03-24 07:15:10',0,NULL,10),(20947,'wpforms_process_purge_spam','complete','2025-03-23 22:02:39','2025-03-24 07:02:39','{\"tasks_meta_id\":44}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1742767359;s:18:\"\0*\0first_timestamp\";i:1727354225;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1742767359;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-03-23 22:15:10','2025-03-24 07:15:10',0,NULL,10),(20949,'wpforms_process_forms_locator_scan','complete','2025-03-23 22:02:39','2025-03-24 07:02:39','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1742767359;s:18:\"\0*\0first_timestamp\";i:1703485568;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1742767359;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-03-23 22:15:10','2025-03-24 07:15:10',0,NULL,10),(21032,'wp_mail_smtp_admin_notifications_update','complete','2025-03-24 22:15:10','2025-03-25 07:15:10','[2]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1742854510;s:18:\"\0*\0first_timestamp\";i:1722390722;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1742854510;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-03-24 22:33:49','2025-03-25 07:33:49',0,NULL,10),(21033,'wpforms_process_purge_spam','complete','2025-03-24 22:15:10','2025-03-25 07:15:10','{\"tasks_meta_id\":44}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1742854510;s:18:\"\0*\0first_timestamp\";i:1727354225;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1742854510;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-03-24 22:33:49','2025-03-25 07:33:49',0,NULL,10),(21035,'wpforms_process_forms_locator_scan','complete','2025-03-24 22:15:10','2025-03-25 07:15:10','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1742854510;s:18:\"\0*\0first_timestamp\";i:1703485568;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1742854510;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-03-24 22:33:49','2025-03-25 07:33:49',0,NULL,10),(21055,'wpforms_email_summaries_fetch_info_blocks','complete','2025-03-31 04:13:33','2025-03-31 13:13:33','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743394413;s:18:\"\0*\0first_timestamp\";i:1703443248;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743394413;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,1,'2025-03-31 04:13:52','2025-03-31 13:13:52',0,NULL,10),(21056,'wpforms_admin_addons_cache_update','complete','2025-03-31 04:13:33','2025-03-31 13:13:33','{\"tasks_meta_id\":7}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743394413;s:18:\"\0*\0first_timestamp\";i:1705901990;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743394413;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,1,'2025-03-31 04:13:52','2025-03-31 13:13:52',0,NULL,10),(21117,'wp_mail_smtp_admin_notifications_update','complete','2025-03-25 22:33:49','2025-03-26 07:33:49','[2]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1742942029;s:18:\"\0*\0first_timestamp\";i:1722390722;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1742942029;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-03-25 22:52:45','2025-03-26 07:52:45',0,NULL,10),(21118,'wpforms_process_purge_spam','complete','2025-03-25 22:33:49','2025-03-26 07:33:49','{\"tasks_meta_id\":44}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1742942029;s:18:\"\0*\0first_timestamp\";i:1727354225;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1742942029;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-03-25 22:52:45','2025-03-26 07:52:45',0,NULL,10),(21120,'wpforms_process_forms_locator_scan','complete','2025-03-25 22:33:49','2025-03-26 07:33:49','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1742942029;s:18:\"\0*\0first_timestamp\";i:1703485568;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1742942029;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-03-25 22:52:45','2025-03-26 07:52:45',0,NULL,10),(21195,'wp_mail_smtp_admin_notifications_update','complete','2025-03-26 22:52:45','2025-03-27 07:52:45','[2]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743029565;s:18:\"\0*\0first_timestamp\";i:1722390722;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743029565;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-03-26 23:08:20','2025-03-27 08:08:20',0,NULL,10),(21196,'wpforms_process_purge_spam','complete','2025-03-26 22:52:45','2025-03-27 07:52:45','{\"tasks_meta_id\":44}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743029565;s:18:\"\0*\0first_timestamp\";i:1727354225;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743029565;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-03-26 23:08:20','2025-03-27 08:08:20',0,NULL,10),(21198,'wpforms_process_forms_locator_scan','complete','2025-03-26 22:52:45','2025-03-27 07:52:45','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743029565;s:18:\"\0*\0first_timestamp\";i:1703485568;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743029565;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-03-26 23:08:20','2025-03-27 08:08:20',0,NULL,10),(21287,'wp_mail_smtp_admin_notifications_update','complete','2025-03-27 23:08:20','2025-03-28 08:08:20','[2]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743116900;s:18:\"\0*\0first_timestamp\";i:1722390722;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743116900;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-03-27 23:31:35','2025-03-28 08:31:35',0,NULL,10),(21288,'wpforms_process_purge_spam','complete','2025-03-27 23:08:20','2025-03-28 08:08:20','{\"tasks_meta_id\":44}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743116900;s:18:\"\0*\0first_timestamp\";i:1727354225;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743116900;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-03-27 23:31:35','2025-03-28 08:31:35',0,NULL,10),(21290,'wpforms_process_forms_locator_scan','complete','2025-03-27 23:08:20','2025-03-28 08:08:20','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743116900;s:18:\"\0*\0first_timestamp\";i:1703485568;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743116900;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-03-27 23:31:35','2025-03-28 08:31:35',0,NULL,10),(21375,'wp_mail_smtp_admin_notifications_update','complete','2025-03-28 23:31:35','2025-03-29 08:31:35','[2]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743204695;s:18:\"\0*\0first_timestamp\";i:1722390722;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743204695;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-03-29 00:12:37','2025-03-29 09:12:37',0,NULL,10),(21376,'wpforms_process_purge_spam','complete','2025-03-28 23:31:35','2025-03-29 08:31:35','{\"tasks_meta_id\":44}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743204695;s:18:\"\0*\0first_timestamp\";i:1727354225;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743204695;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-03-29 00:12:37','2025-03-29 09:12:37',0,NULL,10),(21378,'wpforms_process_forms_locator_scan','complete','2025-03-28 23:31:35','2025-03-29 08:31:35','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743204695;s:18:\"\0*\0first_timestamp\";i:1703485568;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743204695;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-03-29 00:12:37','2025-03-29 09:12:37',0,NULL,10),(21457,'wp_mail_smtp_admin_notifications_update','complete','2025-03-30 00:12:37','2025-03-30 09:12:37','[2]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743293557;s:18:\"\0*\0first_timestamp\";i:1722390722;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743293557;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-03-30 00:17:58','2025-03-30 09:17:58',0,NULL,10),(21458,'wpforms_process_purge_spam','complete','2025-03-30 00:12:37','2025-03-30 09:12:37','{\"tasks_meta_id\":44}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743293557;s:18:\"\0*\0first_timestamp\";i:1727354225;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743293557;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-03-30 00:17:58','2025-03-30 09:17:58',0,NULL,10),(21460,'wpforms_process_forms_locator_scan','complete','2025-03-30 00:12:37','2025-03-30 09:12:37','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743293557;s:18:\"\0*\0first_timestamp\";i:1703485568;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743293557;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-03-30 00:17:58','2025-03-30 09:17:58',0,NULL,10),(21535,'wp_mail_smtp_admin_notifications_update','complete','2025-03-31 00:17:58','2025-03-31 09:17:58','[2]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743380278;s:18:\"\0*\0first_timestamp\";i:1722390722;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743380278;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-03-31 00:19:09','2025-03-31 09:19:09',0,NULL,10),(21536,'wpforms_process_purge_spam','complete','2025-03-31 00:17:58','2025-03-31 09:17:58','{\"tasks_meta_id\":44}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743380278;s:18:\"\0*\0first_timestamp\";i:1727354225;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743380278;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-03-31 00:19:09','2025-03-31 09:19:09',0,NULL,10),(21538,'wpforms_process_forms_locator_scan','complete','2025-03-31 00:17:58','2025-03-31 09:17:58','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743380278;s:18:\"\0*\0first_timestamp\";i:1703485568;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743380278;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-03-31 00:19:09','2025-03-31 09:19:09',0,NULL,10),(21613,'wp_mail_smtp_admin_notifications_update','complete','2025-04-01 00:19:09','2025-04-01 09:19:09','[2]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743466749;s:18:\"\0*\0first_timestamp\";i:1722390722;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743466749;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-04-01 00:29:35','2025-04-01 09:29:35',0,NULL,10),(21614,'wpforms_process_purge_spam','complete','2025-04-01 00:19:09','2025-04-01 09:19:09','{\"tasks_meta_id\":44}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743466749;s:18:\"\0*\0first_timestamp\";i:1727354225;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743466749;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-01 00:29:35','2025-04-01 09:29:35',0,NULL,10),(21616,'wpforms_process_forms_locator_scan','complete','2025-04-01 00:19:09','2025-04-01 09:19:09','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743466749;s:18:\"\0*\0first_timestamp\";i:1703485568;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743466749;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-01 00:29:35','2025-04-01 09:29:35',0,NULL,10),(21634,'wpforms_email_summaries_fetch_info_blocks','complete','2025-04-07 04:13:52','2025-04-07 13:13:52','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743999232;s:18:\"\0*\0first_timestamp\";i:1703443248;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743999232;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,1,'2025-04-07 04:31:54','2025-04-07 13:31:54',0,NULL,10),(21635,'wpforms_admin_addons_cache_update','complete','2025-04-07 04:13:52','2025-04-07 13:13:52','{\"tasks_meta_id\":7}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743999232;s:18:\"\0*\0first_timestamp\";i:1705901990;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743999232;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,1,'2025-04-07 04:31:54','2025-04-07 13:31:54',0,NULL,10),(21696,'wp_mail_smtp_admin_notifications_update','complete','2025-04-02 00:29:35','2025-04-02 09:29:35','[2]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743553775;s:18:\"\0*\0first_timestamp\";i:1722390722;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743553775;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-04-02 00:48:32','2025-04-02 09:48:32',0,NULL,10),(21697,'wpforms_process_purge_spam','complete','2025-04-02 00:29:35','2025-04-02 09:29:35','{\"tasks_meta_id\":44}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743553775;s:18:\"\0*\0first_timestamp\";i:1727354225;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743553775;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-02 00:48:32','2025-04-02 09:48:32',0,NULL,10),(21699,'wpforms_process_forms_locator_scan','complete','2025-04-02 00:29:35','2025-04-02 09:29:35','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743553775;s:18:\"\0*\0first_timestamp\";i:1703485568;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743553775;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-02 00:48:32','2025-04-02 09:48:32',0,NULL,10),(21772,'wp_mail_smtp_admin_notifications_update','complete','2025-04-03 00:48:32','2025-04-03 09:48:32','[2]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743641312;s:18:\"\0*\0first_timestamp\";i:1722390722;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743641312;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-04-03 00:57:04','2025-04-03 09:57:04',0,NULL,10),(21773,'wpforms_process_purge_spam','complete','2025-04-03 00:48:32','2025-04-03 09:48:32','{\"tasks_meta_id\":44}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743641312;s:18:\"\0*\0first_timestamp\";i:1727354225;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743641312;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-03 00:57:04','2025-04-03 09:57:04',0,NULL,10),(21775,'wpforms_process_forms_locator_scan','complete','2025-04-03 00:48:32','2025-04-03 09:48:32','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743641312;s:18:\"\0*\0first_timestamp\";i:1703485568;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743641312;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-03 00:57:04','2025-04-03 09:57:04',0,NULL,10),(21858,'wp_mail_smtp_admin_notifications_update','complete','2025-04-04 00:57:04','2025-04-04 09:57:04','[2]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743728224;s:18:\"\0*\0first_timestamp\";i:1722390722;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743728224;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-04-04 01:14:47','2025-04-04 10:14:47',0,NULL,10),(21859,'wpforms_process_purge_spam','complete','2025-04-04 00:57:04','2025-04-04 09:57:04','{\"tasks_meta_id\":44}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743728224;s:18:\"\0*\0first_timestamp\";i:1727354225;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743728224;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-04 01:14:47','2025-04-04 10:14:47',0,NULL,10),(21861,'wpforms_process_forms_locator_scan','complete','2025-04-04 00:57:04','2025-04-04 09:57:04','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743728224;s:18:\"\0*\0first_timestamp\";i:1703485568;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743728224;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-04 01:14:47','2025-04-04 10:14:47',0,NULL,10),(21946,'wp_mail_smtp_admin_notifications_update','complete','2025-04-05 01:14:47','2025-04-05 10:14:47','[2]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743815687;s:18:\"\0*\0first_timestamp\";i:1722390722;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743815687;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-04-05 01:45:15','2025-04-05 10:45:15',0,NULL,10),(21947,'wpforms_process_purge_spam','complete','2025-04-05 01:14:47','2025-04-05 10:14:47','{\"tasks_meta_id\":44}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743815687;s:18:\"\0*\0first_timestamp\";i:1727354225;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743815687;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-05 01:45:15','2025-04-05 10:45:15',0,NULL,10),(21949,'wpforms_process_forms_locator_scan','complete','2025-04-05 01:14:47','2025-04-05 10:14:47','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743815687;s:18:\"\0*\0first_timestamp\";i:1703485568;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743815687;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-05 01:45:15','2025-04-05 10:45:15',0,NULL,10),(22040,'wp_mail_smtp_admin_notifications_update','complete','2025-04-06 01:45:15','2025-04-06 10:45:15','[2]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743903915;s:18:\"\0*\0first_timestamp\";i:1722390722;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743903915;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-04-06 02:06:30','2025-04-06 11:06:30',0,NULL,10),(22041,'wpforms_process_purge_spam','complete','2025-04-06 01:45:15','2025-04-06 10:45:15','{\"tasks_meta_id\":44}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743903915;s:18:\"\0*\0first_timestamp\";i:1727354225;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743903915;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-06 02:06:30','2025-04-06 11:06:30',0,NULL,10),(22043,'wpforms_process_forms_locator_scan','complete','2025-04-06 01:45:15','2025-04-06 10:45:15','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743903915;s:18:\"\0*\0first_timestamp\";i:1703485568;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743903915;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-06 02:06:30','2025-04-06 11:06:30',0,NULL,10),(22110,'wp_mail_smtp_admin_notifications_update','complete','2025-04-07 02:06:30','2025-04-07 11:06:30','[2]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743991590;s:18:\"\0*\0first_timestamp\";i:1722390722;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743991590;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-04-07 02:15:19','2025-04-07 11:15:19',0,NULL,10),(22111,'wpforms_process_purge_spam','complete','2025-04-07 02:06:30','2025-04-07 11:06:30','{\"tasks_meta_id\":44}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743991590;s:18:\"\0*\0first_timestamp\";i:1727354225;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743991590;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-07 02:15:19','2025-04-07 11:15:19',0,NULL,10),(22113,'wpforms_process_forms_locator_scan','complete','2025-04-07 02:06:30','2025-04-07 11:06:30','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1743991590;s:18:\"\0*\0first_timestamp\";i:1703485568;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1743991590;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-07 02:15:19','2025-04-07 11:15:19',0,NULL,10),(22200,'wp_mail_smtp_admin_notifications_update','complete','2025-04-08 02:15:19','2025-04-08 11:15:19','[2]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744078519;s:18:\"\0*\0first_timestamp\";i:1722390722;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744078519;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-04-08 02:24:55','2025-04-08 11:24:55',0,NULL,10),(22201,'wpforms_process_purge_spam','complete','2025-04-08 02:15:19','2025-04-08 11:15:19','{\"tasks_meta_id\":44}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744078519;s:18:\"\0*\0first_timestamp\";i:1727354225;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744078519;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-08 02:24:55','2025-04-08 11:24:55',0,NULL,10),(22203,'wpforms_process_forms_locator_scan','complete','2025-04-08 02:15:19','2025-04-08 11:15:19','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744078519;s:18:\"\0*\0first_timestamp\";i:1703485568;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744078519;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-08 02:24:55','2025-04-08 11:24:55',0,NULL,10),(22209,'wpforms_email_summaries_fetch_info_blocks','complete','2025-04-14 04:31:54','2025-04-14 13:31:54','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744605114;s:18:\"\0*\0first_timestamp\";i:1703443248;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744605114;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,1,'2025-04-14 04:32:49','2025-04-14 13:32:49',0,NULL,10),(22210,'wpforms_admin_addons_cache_update','complete','2025-04-14 04:31:54','2025-04-14 13:31:54','{\"tasks_meta_id\":7}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744605114;s:18:\"\0*\0first_timestamp\";i:1705901990;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744605114;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,1,'2025-04-14 04:32:49','2025-04-14 13:32:49',0,NULL,10),(22279,'wp_mail_smtp_admin_notifications_update','complete','2025-04-09 02:24:55','2025-04-09 11:24:55','[2]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744165495;s:18:\"\0*\0first_timestamp\";i:1722390722;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744165495;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-04-09 02:43:18','2025-04-09 11:43:18',0,NULL,10),(22280,'wpforms_process_purge_spam','complete','2025-04-09 02:24:55','2025-04-09 11:24:55','{\"tasks_meta_id\":44}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744165495;s:18:\"\0*\0first_timestamp\";i:1727354225;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744165495;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-09 02:43:18','2025-04-09 11:43:18',0,NULL,10),(22282,'wpforms_process_forms_locator_scan','complete','2025-04-09 02:24:55','2025-04-09 11:24:55','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744165495;s:18:\"\0*\0first_timestamp\";i:1703485568;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744165495;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-09 02:43:18','2025-04-09 11:43:18',0,NULL,10),(22341,'wp_mail_smtp_admin_notifications_update','complete','2025-04-10 02:43:18','2025-04-10 11:43:18','[2]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744252998;s:18:\"\0*\0first_timestamp\";i:1722390722;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744252998;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-04-10 02:55:20','2025-04-10 11:55:20',0,NULL,10),(22342,'wpforms_process_purge_spam','complete','2025-04-10 02:43:18','2025-04-10 11:43:18','{\"tasks_meta_id\":44}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744252998;s:18:\"\0*\0first_timestamp\";i:1727354225;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744252998;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-10 02:55:20','2025-04-10 11:55:20',0,NULL,10),(22344,'wpforms_process_forms_locator_scan','complete','2025-04-10 02:43:18','2025-04-10 11:43:18','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744252998;s:18:\"\0*\0first_timestamp\";i:1703485568;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744252998;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-10 02:55:20','2025-04-10 11:55:20',0,NULL,10),(22425,'wp_mail_smtp_admin_notifications_update','complete','2025-04-11 02:55:20','2025-04-11 11:55:20','[2]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744340120;s:18:\"\0*\0first_timestamp\";i:1722390722;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744340120;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-04-11 03:01:01','2025-04-11 12:01:01',0,NULL,10),(22426,'wpforms_process_purge_spam','complete','2025-04-11 02:55:20','2025-04-11 11:55:20','{\"tasks_meta_id\":44}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744340120;s:18:\"\0*\0first_timestamp\";i:1727354225;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744340120;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-11 03:01:01','2025-04-11 12:01:01',0,NULL,10),(22428,'wpforms_process_forms_locator_scan','complete','2025-04-11 02:55:20','2025-04-11 11:55:20','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744340120;s:18:\"\0*\0first_timestamp\";i:1703485568;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744340120;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-11 03:01:01','2025-04-11 12:01:01',0,NULL,10),(22517,'wp_mail_smtp_admin_notifications_update','complete','2025-04-12 03:01:01','2025-04-12 12:01:01','[2]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744426861;s:18:\"\0*\0first_timestamp\";i:1722390722;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744426861;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-04-12 03:01:58','2025-04-12 12:01:58',0,NULL,10),(22518,'wpforms_process_purge_spam','complete','2025-04-12 03:01:01','2025-04-12 12:01:01','{\"tasks_meta_id\":44}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744426861;s:18:\"\0*\0first_timestamp\";i:1727354225;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744426861;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-12 03:01:58','2025-04-12 12:01:58',0,NULL,10),(22520,'wpforms_process_forms_locator_scan','complete','2025-04-12 03:01:01','2025-04-12 12:01:01','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744426861;s:18:\"\0*\0first_timestamp\";i:1703485568;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744426861;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-12 03:01:58','2025-04-12 12:01:58',0,NULL,10),(22597,'wp_mail_smtp_admin_notifications_update','complete','2025-04-13 03:01:58','2025-04-13 12:01:58','[2]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744513318;s:18:\"\0*\0first_timestamp\";i:1722390722;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744513318;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-04-13 04:22:23','2025-04-13 13:22:23',0,NULL,10),(22598,'wpforms_process_purge_spam','complete','2025-04-13 03:01:58','2025-04-13 12:01:58','{\"tasks_meta_id\":44}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744513318;s:18:\"\0*\0first_timestamp\";i:1727354225;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744513318;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-13 04:22:24','2025-04-13 13:22:24',0,NULL,10),(22600,'wpforms_process_forms_locator_scan','complete','2025-04-13 03:01:58','2025-04-13 12:01:58','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744513318;s:18:\"\0*\0first_timestamp\";i:1703485568;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744513318;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-13 04:22:24','2025-04-13 13:22:24',0,NULL,10),(22687,'wp_mail_smtp_admin_notifications_update','complete','2025-04-14 04:22:23','2025-04-14 13:22:23','[2]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744604543;s:18:\"\0*\0first_timestamp\";i:1722390722;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744604543;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-04-14 04:25:39','2025-04-14 13:25:39',0,NULL,10),(22688,'wpforms_process_purge_spam','complete','2025-04-14 04:22:24','2025-04-14 13:22:24','{\"tasks_meta_id\":44}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744604544;s:18:\"\0*\0first_timestamp\";i:1727354225;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744604544;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-14 04:25:39','2025-04-14 13:25:39',0,NULL,10),(22690,'wpforms_process_forms_locator_scan','complete','2025-04-14 04:22:24','2025-04-14 13:22:24','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744604544;s:18:\"\0*\0first_timestamp\";i:1703485568;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744604544;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-14 04:25:39','2025-04-14 13:25:39',0,NULL,10),(22753,'wp_mail_smtp_admin_notifications_update','complete','2025-04-15 04:25:39','2025-04-15 13:25:39','[2]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744691139;s:18:\"\0*\0first_timestamp\";i:1722390722;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744691139;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-04-15 04:27:25','2025-04-15 13:27:25',0,NULL,10),(22754,'wpforms_process_purge_spam','complete','2025-04-15 04:25:39','2025-04-15 13:25:39','{\"tasks_meta_id\":44}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744691139;s:18:\"\0*\0first_timestamp\";i:1727354225;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744691139;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-15 04:27:25','2025-04-15 13:27:25',0,NULL,10),(22756,'wpforms_process_forms_locator_scan','complete','2025-04-15 04:25:39','2025-04-15 13:25:39','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744691139;s:18:\"\0*\0first_timestamp\";i:1703485568;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744691139;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-15 04:27:25','2025-04-15 13:27:25',0,NULL,10),(22757,'aioseo_send_usage_data','pending','2025-04-21 04:32:49','2025-04-21 13:32:49','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1745209969;s:18:\"\0*\0first_timestamp\";i:1697266820;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1745209969;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',1,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(22758,'wpforms_email_summaries_fetch_info_blocks','pending','2025-04-21 04:32:49','2025-04-21 13:32:49','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1745209969;s:18:\"\0*\0first_timestamp\";i:1703443248;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1745209969;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(22759,'wpforms_admin_addons_cache_update','pending','2025-04-21 04:32:49','2025-04-21 13:32:49','{\"tasks_meta_id\":7}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1745209969;s:18:\"\0*\0first_timestamp\";i:1705901990;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1745209969;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(22822,'wp_mail_smtp_admin_notifications_update','complete','2025-04-16 04:27:25','2025-04-16 13:27:25','[2]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744777645;s:18:\"\0*\0first_timestamp\";i:1722390722;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744777645;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-04-16 04:29:02','2025-04-16 13:29:02',0,NULL,10),(22823,'wpforms_process_purge_spam','complete','2025-04-16 04:27:25','2025-04-16 13:27:25','{\"tasks_meta_id\":44}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744777645;s:18:\"\0*\0first_timestamp\";i:1727354225;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744777645;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-16 04:29:02','2025-04-16 13:29:02',0,NULL,10),(22825,'wpforms_process_forms_locator_scan','complete','2025-04-16 04:27:25','2025-04-16 13:27:25','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744777645;s:18:\"\0*\0first_timestamp\";i:1703485568;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744777645;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-16 04:29:02','2025-04-16 13:29:02',0,NULL,10),(22908,'wp_mail_smtp_admin_notifications_update','complete','2025-04-17 04:29:02','2025-04-17 13:29:02','[2]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744864142;s:18:\"\0*\0first_timestamp\";i:1722390722;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744864142;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-04-17 04:40:31','2025-04-17 13:40:31',0,NULL,10),(22909,'wpforms_process_purge_spam','complete','2025-04-17 04:29:02','2025-04-17 13:29:02','{\"tasks_meta_id\":44}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744864142;s:18:\"\0*\0first_timestamp\";i:1727354225;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744864142;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-17 04:40:31','2025-04-17 13:40:31',0,NULL,10),(22911,'wpforms_process_forms_locator_scan','complete','2025-04-17 04:29:02','2025-04-17 13:29:02','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744864142;s:18:\"\0*\0first_timestamp\";i:1703485568;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744864142;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2025-04-17 04:40:31','2025-04-17 13:40:31',0,NULL,10),(22998,'wp_mail_smtp_admin_notifications_update','pending','2025-04-18 04:40:31','2025-04-18 13:40:31','[2]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744951231;s:18:\"\0*\0first_timestamp\";i:1722390722;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744951231;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(22999,'wpforms_process_purge_spam','pending','2025-04-18 04:40:31','2025-04-18 13:40:31','{\"tasks_meta_id\":44}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744951231;s:18:\"\0*\0first_timestamp\";i:1727354225;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744951231;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(23000,'aioseo_cache_prune','pending','2025-04-18 04:40:31','2025-04-18 13:40:31','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744951231;s:18:\"\0*\0first_timestamp\";i:1688949696;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744951231;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',1,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(23001,'wpforms_process_forms_locator_scan','pending','2025-04-18 04:40:31','2025-04-18 13:40:31','{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744951231;s:18:\"\0*\0first_timestamp\";i:1703485568;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744951231;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(23009,'aioseo_image_sitemap_scan','complete','2025-04-17 09:48:46','2025-04-17 18:48:46','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1744883326;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1744883326;}',1,1,'2025-04-17 10:05:26','2025-04-17 19:05:26',0,NULL,10),(23011,'aioseo_image_sitemap_scan','complete','2025-04-17 10:20:26','2025-04-17 19:20:26','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1744885226;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1744885226;}',1,1,'2025-04-17 10:32:18','2025-04-17 19:32:18',0,NULL,10),(23013,'aioseo_image_sitemap_scan','complete','2025-04-17 10:47:18','2025-04-17 19:47:18','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1744886838;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1744886838;}',1,1,'2025-04-17 10:55:51','2025-04-17 19:55:51',0,NULL,10),(23015,'aioseo_image_sitemap_scan','complete','2025-04-17 11:10:51','2025-04-17 20:10:51','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1744888251;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1744888251;}',1,1,'2025-04-17 11:15:36','2025-04-17 20:15:36',0,NULL,10),(23017,'aioseo_image_sitemap_scan','complete','2025-04-17 11:30:36','2025-04-17 20:30:36','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1744889436;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1744889436;}',1,1,'2025-04-17 11:59:32','2025-04-17 20:59:32',0,NULL,10),(23019,'aioseo_image_sitemap_scan','complete','2025-04-17 12:14:32','2025-04-17 21:14:32','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1744892072;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1744892072;}',1,1,'2025-04-17 13:43:34','2025-04-17 22:43:34',0,NULL,10),(23021,'aioseo_image_sitemap_scan','complete','2025-04-17 13:58:34','2025-04-17 22:58:34','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1744898314;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1744898314;}',1,1,'2025-04-17 14:30:23','2025-04-17 23:30:23',0,NULL,10),(23023,'aioseo_image_sitemap_scan','complete','2025-04-17 14:45:23','2025-04-17 23:45:23','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1744901123;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1744901123;}',1,1,'2025-04-17 14:58:34','2025-04-17 23:58:34',0,NULL,10),(23025,'aioseo_image_sitemap_scan','complete','2025-04-17 15:13:34','2025-04-18 00:13:34','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1744902814;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1744902814;}',1,1,'2025-04-17 16:01:34','2025-04-18 01:01:34',0,NULL,10),(23027,'aioseo_image_sitemap_scan','complete','2025-04-17 16:16:34','2025-04-18 01:16:34','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1744906594;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1744906594;}',1,1,'2025-04-17 16:24:02','2025-04-18 01:24:02',0,NULL,10),(23029,'aioseo_image_sitemap_scan','complete','2025-04-17 16:39:02','2025-04-18 01:39:02','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1744907942;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1744907942;}',1,1,'2025-04-17 16:42:26','2025-04-18 01:42:26',0,NULL,10),(23031,'aioseo_image_sitemap_scan','complete','2025-04-17 16:57:26','2025-04-18 01:57:26','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1744909046;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1744909046;}',1,1,'2025-04-17 17:01:01','2025-04-18 02:01:01',0,NULL,10),(23033,'aioseo_image_sitemap_scan','complete','2025-04-17 17:16:01','2025-04-18 02:16:01','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1744910161;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1744910161;}',1,1,'2025-04-17 17:25:10','2025-04-18 02:25:10',0,NULL,10),(23035,'aioseo_image_sitemap_scan','complete','2025-04-17 17:40:10','2025-04-18 02:40:10','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1744911610;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1744911610;}',1,1,'2025-04-17 17:44:19','2025-04-18 02:44:19',0,NULL,10),(23037,'aioseo_image_sitemap_scan','complete','2025-04-17 17:59:19','2025-04-18 02:59:19','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1744912759;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1744912759;}',1,1,'2025-04-17 18:02:38','2025-04-18 03:02:38',0,NULL,10),(23039,'aioseo_image_sitemap_scan','complete','2025-04-17 18:17:38','2025-04-18 03:17:38','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1744913858;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1744913858;}',1,1,'2025-04-17 18:20:43','2025-04-18 03:20:43',0,NULL,10),(23041,'aioseo_image_sitemap_scan','complete','2025-04-17 18:35:43','2025-04-18 03:35:43','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1744914943;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1744914943;}',1,1,'2025-04-17 18:45:51','2025-04-18 03:45:51',0,NULL,10),(23043,'aioseo_image_sitemap_scan','complete','2025-04-17 19:00:51','2025-04-18 04:00:51','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1744916451;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1744916451;}',1,1,'2025-04-17 19:25:01','2025-04-18 04:25:01',0,NULL,10),(23045,'aioseo_image_sitemap_scan','complete','2025-04-17 19:40:01','2025-04-18 04:40:01','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1744918801;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1744918801;}',1,1,'2025-04-17 19:49:14','2025-04-18 04:49:14',0,NULL,10),(23047,'aioseo_image_sitemap_scan','complete','2025-04-17 20:04:14','2025-04-18 05:04:14','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1744920254;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1744920254;}',1,1,'2025-04-17 20:05:22','2025-04-18 05:05:22',0,NULL,10),(23049,'aioseo_image_sitemap_scan','complete','2025-04-17 20:20:22','2025-04-18 05:20:22','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1744921222;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1744921222;}',1,1,'2025-04-17 20:27:19','2025-04-18 05:27:19',0,NULL,10),(23051,'aioseo_image_sitemap_scan','complete','2025-04-17 20:42:19','2025-04-18 05:42:19','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1744922539;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1744922539;}',1,1,'2025-04-17 21:12:12','2025-04-18 06:12:12',0,NULL,10),(23053,'aioseo_image_sitemap_scan','complete','2025-04-17 21:27:12','2025-04-18 06:27:12','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1744925232;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1744925232;}',1,1,'2025-04-17 21:34:53','2025-04-18 06:34:53',0,NULL,10),(23055,'aioseo_image_sitemap_scan','complete','2025-04-17 21:49:53','2025-04-18 06:49:53','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1744926593;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1744926593;}',1,1,'2025-04-17 22:05:56','2025-04-18 07:05:56',0,NULL,10),(23057,'aioseo_image_sitemap_scan','complete','2025-04-17 22:20:56','2025-04-18 07:20:56','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1744928456;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1744928456;}',1,1,'2025-04-17 22:30:12','2025-04-18 07:30:12',0,NULL,10),(23059,'aioseo_image_sitemap_scan','complete','2025-04-17 22:45:12','2025-04-18 07:45:12','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1744929912;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1744929912;}',1,1,'2025-04-17 22:49:40','2025-04-18 07:49:40',0,NULL,10),(23060,'aioseo_blc_links_scan','pending','2025-04-17 23:04:40','2025-04-18 08:04:40','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1744931080;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1744931080;}',5,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(23061,'aioseo_image_sitemap_scan','pending','2025-04-17 23:04:40','2025-04-18 08:04:40','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1744931080;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1744931080;}',1,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(23062,'aioseo_admin_notifications_update','complete','2025-04-17 22:52:02','2025-04-17 22:52:02','[]','O:28:\"ActionScheduler_NullSchedule\":0:{}',1,1,'2025-04-17 22:52:07','2025-04-18 07:52:07',0,NULL,10),(23063,'aioseo_blc_admin_notifications_update','complete','2025-04-17 22:52:02','2025-04-17 22:52:02','[]','O:28:\"ActionScheduler_NullSchedule\":0:{}',5,1,'2025-04-17 22:52:07','2025-04-18 07:52:07',0,NULL,10),(23064,'aioseo_report_summary','pending','2025-04-21 04:16:00','2025-04-21 13:16:00','{\"frequency\":\"weekly\"}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1745208960;s:18:\"\0*\0first_timestamp\";i:1745208960;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1745208960;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',1,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(23065,'aioseo_report_summary','pending','2025-05-03 04:16:00','2025-05-03 13:16:00','{\"frequency\":\"monthly\"}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1746245760;s:18:\"\0*\0first_timestamp\";i:1746245760;s:13:\"\0*\0recurrence\";i:2592000;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1746245760;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:2592000;}',1,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(23066,'wpforms_admin_notifications_update','complete','2025-04-17 22:52:05','2025-04-17 22:52:05','{\"tasks_meta_id\":45}','O:28:\"ActionScheduler_NullSchedule\":0:{}',4,1,'2025-04-17 22:52:07','2025-04-18 07:52:07',0,NULL,10); /*!40000 ALTER TABLE `wp_actionscheduler_actions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_actionscheduler_claims` -- DROP TABLE IF EXISTS `wp_actionscheduler_claims`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_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=6279 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_actionscheduler_claims` -- LOCK TABLES `wp_actionscheduler_claims` WRITE; /*!40000 ALTER TABLE `wp_actionscheduler_claims` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_actionscheduler_claims` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_actionscheduler_groups` -- DROP TABLE IF EXISTS `wp_actionscheduler_groups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_actionscheduler_groups` ( `group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `slug` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`group_id`), KEY `slug` (`slug`(191)) ) 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 `wp_actionscheduler_groups` -- LOCK TABLES `wp_actionscheduler_groups` WRITE; /*!40000 ALTER TABLE `wp_actionscheduler_groups` DISABLE KEYS */; INSERT INTO `wp_actionscheduler_groups` VALUES (1,'aioseo'),(2,'action-scheduler-migration'),(3,'wp_mail_smtp'),(4,'wpforms'),(5,'aioseo_blc'); /*!40000 ALTER TABLE `wp_actionscheduler_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_actionscheduler_logs` -- DROP TABLE IF EXISTS `wp_actionscheduler_logs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_actionscheduler_logs` ( `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `action_id` bigint(20) unsigned NOT NULL, `message` text COLLATE utf8mb4_unicode_520_ci 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=68971 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_actionscheduler_logs` -- LOCK TABLES `wp_actionscheduler_logs` WRITE; /*!40000 ALTER TABLE `wp_actionscheduler_logs` DISABLE KEYS */; INSERT INTO `wp_actionscheduler_logs` VALUES (7915,2709,'action created','2024-01-12 03:35:30','2024-01-12 12:35:30'),(7961,2709,'action started via Async Request','2024-01-15 05:07:05','2024-01-15 14:07:05'),(7962,2709,'action failed via Async Request: Scheduled action for wp_mail_smtp_admin_notifications_update will not be executed as no callbacks are registered.','2024-01-15 05:07:05','2024-01-15 14:07:05'),(7963,2725,'action created','2024-01-15 05:07:05','2024-01-15 14:07:05'),(8021,2725,'action started via WP Cron','2024-01-16 05:59:24','2024-01-16 14:59:24'),(8022,2725,'action failed via WP Cron: Scheduled action for wp_mail_smtp_admin_notifications_update will not be executed as no callbacks are registered.','2024-01-16 05:59:24','2024-01-16 14:59:24'),(8023,2745,'action created','2024-01-16 05:59:24','2024-01-16 14:59:24'),(8043,2745,'action started via WP Cron','2024-01-18 04:16:24','2024-01-18 13:16:24'),(8044,2745,'action failed via WP Cron: Scheduled action for wp_mail_smtp_admin_notifications_update will not be executed as no callbacks are registered.','2024-01-18 04:16:24','2024-01-18 13:16:24'),(8045,2753,'action created','2024-01-18 04:16:24','2024-01-18 13:16:24'),(8060,2753,'action started via WP Cron','2024-01-21 07:09:51','2024-01-21 16:09:51'),(8061,2753,'action failed via WP Cron: Scheduled action for wp_mail_smtp_admin_notifications_update will not be executed as no callbacks are registered.','2024-01-21 07:09:51','2024-01-21 16:09:51'),(8062,2758,'action created','2024-01-21 07:09:51','2024-01-21 16:09:51'),(8075,2758,'action started via WP Cron','2024-01-23 01:21:01','2024-01-23 10:21:01'),(8076,2758,'action failed via WP Cron: Scheduled action for wp_mail_smtp_admin_notifications_update will not be executed as no callbacks are registered.','2024-01-23 01:21:01','2024-01-23 10:21:01'),(8077,2763,'action created','2024-01-23 01:21:01','2024-01-23 10:21:01'),(8096,2763,'action started via WP Cron','2024-01-24 10:02:52','2024-01-24 19:02:52'),(8097,2763,'action failed via WP Cron: Scheduled action for wp_mail_smtp_admin_notifications_update will not be executed as no callbacks are registered.','2024-01-24 10:02:52','2024-01-24 19:02:52'),(8098,2770,'action created','2024-01-24 10:02:52','2024-01-24 19:02:52'),(8120,2770,'action started via WP Cron','2024-01-29 05:29:45','2024-01-29 14:29:45'),(8121,2770,'action failed via WP Cron: Scheduled action for wp_mail_smtp_admin_notifications_update will not be executed as no callbacks are registered.','2024-01-29 05:29:45','2024-01-29 14:29:45'),(8122,2778,'action created','2024-01-29 05:29:45','2024-01-29 14:29:45'),(8135,2778,'action started via WP Cron','2024-01-31 01:28:49','2024-01-31 10:28:49'),(8136,2778,'action failed via WP Cron: Scheduled action for wp_mail_smtp_admin_notifications_update will not be executed as no callbacks are registered.','2024-01-31 01:28:49','2024-01-31 10:28:49'),(8137,2783,'action created','2024-01-31 01:28:49','2024-01-31 10:28:49'),(8150,2783,'action started via WP Cron','2024-02-02 08:04:28','2024-02-02 17:04:28'),(8151,2783,'action failed via WP Cron: Scheduled action for wp_mail_smtp_admin_notifications_update will not be executed as no callbacks are registered.','2024-02-02 08:04:28','2024-02-02 17:04:28'),(8152,2788,'action created','2024-02-02 08:04:28','2024-02-02 17:04:28'),(8162,2788,'action started via WP Cron','2024-02-07 00:35:41','2024-02-07 09:35:41'),(8163,2788,'action failed via WP Cron: Scheduled action for wp_mail_smtp_admin_notifications_update will not be executed as no callbacks are registered.','2024-02-07 00:35:41','2024-02-07 09:35:41'),(8164,2792,'action created','2024-02-07 00:35:41','2024-02-07 09:35:41'),(8183,2792,'action started via WP Cron','2024-02-08 02:41:08','2024-02-08 11:41:08'),(8184,2792,'action failed via WP Cron: Scheduled action for wp_mail_smtp_admin_notifications_update will not be executed as no callbacks are registered.','2024-02-08 02:41:08','2024-02-08 11:41:08'),(8185,2799,'action created','2024-02-08 02:41:08','2024-02-08 11:41:08'),(8210,2799,'action started via WP Cron','2024-02-09 09:45:37','2024-02-09 18:45:37'),(8211,2799,'action failed via WP Cron: Scheduled action for wp_mail_smtp_admin_notifications_update will not be executed as no callbacks are registered.','2024-02-09 09:45:37','2024-02-09 18:45:37'),(8212,2808,'action created','2024-02-09 09:45:37','2024-02-09 18:45:37'),(8222,2808,'action started via WP Cron','2024-02-14 14:33:44','2024-02-14 23:33:44'),(8223,2808,'action failed via WP Cron: Scheduled action for wp_mail_smtp_admin_notifications_update will not be executed as no callbacks are registered.','2024-02-14 14:33:44','2024-02-14 23:33:44'),(8224,2808,'This action appears to be consistently failing. A new instance will not be scheduled.','2024-02-14 14:33:44','2024-02-14 23:33:44'),(61090,20438,'action created','2025-03-17 03:57:35','2025-03-17 12:57:35'),(61093,20439,'action created','2025-03-17 03:57:35','2025-03-17 12:57:35'),(61216,20480,'action created','2025-03-17 19:03:35','2025-03-18 04:03:35'),(61219,20481,'action created','2025-03-17 19:03:35','2025-03-18 04:03:35'),(61225,20483,'action created','2025-03-17 19:03:35','2025-03-18 04:03:35'),(61520,20480,'action started via WP Cron','2025-03-18 19:10:40','2025-03-19 04:10:40'),(61521,20480,'action complete via WP Cron','2025-03-18 19:10:40','2025-03-19 04:10:40'),(61522,20582,'action created','2025-03-18 19:10:40','2025-03-19 04:10:40'),(61523,20481,'action started via WP Cron','2025-03-18 19:10:40','2025-03-19 04:10:40'),(61524,20481,'action complete via WP Cron','2025-03-18 19:10:40','2025-03-19 04:10:40'),(61525,20583,'action created','2025-03-18 19:10:40','2025-03-19 04:10:40'),(61529,20483,'action started via WP Cron','2025-03-18 19:10:40','2025-03-19 04:10:40'),(61530,20483,'action complete via WP Cron','2025-03-18 19:10:40','2025-03-19 04:10:40'),(61531,20585,'action created','2025-03-18 19:10:40','2025-03-19 04:10:40'),(61796,20582,'action started via WP Cron','2025-03-19 20:23:27','2025-03-20 05:23:27'),(61797,20582,'action complete via WP Cron','2025-03-19 20:23:27','2025-03-20 05:23:27'),(61798,20674,'action created','2025-03-19 20:23:27','2025-03-20 05:23:27'),(61799,20583,'action started via WP Cron','2025-03-19 20:23:27','2025-03-20 05:23:27'),(61800,20583,'action complete via WP Cron','2025-03-19 20:23:27','2025-03-20 05:23:27'),(61801,20675,'action created','2025-03-19 20:23:27','2025-03-20 05:23:27'),(61805,20585,'action started via WP Cron','2025-03-19 20:23:27','2025-03-20 05:23:27'),(61806,20585,'action complete via WP Cron','2025-03-19 20:23:27','2025-03-20 05:23:27'),(61807,20677,'action created','2025-03-19 20:23:27','2025-03-20 05:23:27'),(62048,20674,'action started via WP Cron','2025-03-20 20:54:42','2025-03-21 05:54:42'),(62049,20674,'action complete via WP Cron','2025-03-20 20:54:42','2025-03-21 05:54:42'),(62050,20758,'action created','2025-03-20 20:54:42','2025-03-21 05:54:42'),(62051,20675,'action started via WP Cron','2025-03-20 20:54:42','2025-03-21 05:54:42'),(62052,20675,'action complete via WP Cron','2025-03-20 20:54:42','2025-03-21 05:54:42'),(62053,20759,'action created','2025-03-20 20:54:42','2025-03-21 05:54:42'),(62057,20677,'action started via WP Cron','2025-03-20 20:54:42','2025-03-21 05:54:42'),(62058,20677,'action complete via WP Cron','2025-03-20 20:54:42','2025-03-21 05:54:42'),(62059,20761,'action created','2025-03-20 20:54:42','2025-03-21 05:54:42'),(62324,20758,'action started via WP Cron','2025-03-21 21:46:13','2025-03-22 06:46:13'),(62325,20758,'action complete via WP Cron','2025-03-21 21:46:13','2025-03-22 06:46:13'),(62326,20850,'action created','2025-03-21 21:46:13','2025-03-22 06:46:13'),(62327,20759,'action started via WP Cron','2025-03-21 21:46:13','2025-03-22 06:46:13'),(62328,20759,'action complete via WP Cron','2025-03-21 21:46:13','2025-03-22 06:46:13'),(62329,20851,'action created','2025-03-21 21:46:13','2025-03-22 06:46:13'),(62333,20761,'action started via WP Cron','2025-03-21 21:46:13','2025-03-22 06:46:13'),(62334,20761,'action complete via WP Cron','2025-03-21 21:46:13','2025-03-22 06:46:13'),(62335,20853,'action created','2025-03-21 21:46:13','2025-03-22 06:46:13'),(62612,20850,'action started via WP Cron','2025-03-22 22:02:39','2025-03-23 07:02:39'),(62613,20850,'action complete via WP Cron','2025-03-22 22:02:39','2025-03-23 07:02:39'),(62614,20946,'action created','2025-03-22 22:02:39','2025-03-23 07:02:39'),(62615,20851,'action started via WP Cron','2025-03-22 22:02:39','2025-03-23 07:02:39'),(62616,20851,'action complete via WP Cron','2025-03-22 22:02:39','2025-03-23 07:02:39'),(62617,20947,'action created','2025-03-22 22:02:39','2025-03-23 07:02:39'),(62621,20853,'action started via WP Cron','2025-03-22 22:02:39','2025-03-23 07:02:39'),(62622,20853,'action complete via WP Cron','2025-03-22 22:02:39','2025-03-23 07:02:39'),(62623,20949,'action created','2025-03-22 22:02:39','2025-03-23 07:02:39'),(62870,20946,'action started via WP Cron','2025-03-23 22:15:10','2025-03-24 07:15:10'),(62871,20946,'action complete via WP Cron','2025-03-23 22:15:10','2025-03-24 07:15:10'),(62872,21032,'action created','2025-03-23 22:15:10','2025-03-24 07:15:10'),(62873,20947,'action started via WP Cron','2025-03-23 22:15:10','2025-03-24 07:15:10'),(62874,20947,'action complete via WP Cron','2025-03-23 22:15:10','2025-03-24 07:15:10'),(62875,21033,'action created','2025-03-23 22:15:10','2025-03-24 07:15:10'),(62879,20949,'action started via WP Cron','2025-03-23 22:15:10','2025-03-24 07:15:10'),(62880,20949,'action complete via WP Cron','2025-03-23 22:15:10','2025-03-24 07:15:10'),(62881,21035,'action created','2025-03-23 22:15:10','2025-03-24 07:15:10'),(62939,20438,'action started via WP Cron','2025-03-24 04:13:33','2025-03-24 13:13:33'),(62940,20438,'action complete via WP Cron','2025-03-24 04:13:33','2025-03-24 13:13:33'),(62941,21055,'action created','2025-03-24 04:13:33','2025-03-24 13:13:33'),(62942,20439,'action started via WP Cron','2025-03-24 04:13:33','2025-03-24 13:13:33'),(62943,20439,'action complete via WP Cron','2025-03-24 04:13:33','2025-03-24 13:13:33'),(62944,21056,'action created','2025-03-24 04:13:33','2025-03-24 13:13:33'),(63125,21032,'action started via WP Cron','2025-03-24 22:33:49','2025-03-25 07:33:49'),(63126,21032,'action complete via WP Cron','2025-03-24 22:33:49','2025-03-25 07:33:49'),(63127,21117,'action created','2025-03-24 22:33:49','2025-03-25 07:33:49'),(63128,21033,'action started via WP Cron','2025-03-24 22:33:49','2025-03-25 07:33:49'),(63129,21033,'action complete via WP Cron','2025-03-24 22:33:49','2025-03-25 07:33:49'),(63130,21118,'action created','2025-03-24 22:33:49','2025-03-25 07:33:49'),(63134,21035,'action started via WP Cron','2025-03-24 22:33:49','2025-03-25 07:33:49'),(63135,21035,'action complete via WP Cron','2025-03-24 22:33:49','2025-03-25 07:33:49'),(63136,21120,'action created','2025-03-24 22:33:49','2025-03-25 07:33:49'),(63359,21117,'action started via WP Cron','2025-03-25 22:52:45','2025-03-26 07:52:45'),(63360,21117,'action complete via WP Cron','2025-03-25 22:52:45','2025-03-26 07:52:45'),(63361,21195,'action created','2025-03-25 22:52:45','2025-03-26 07:52:45'),(63362,21118,'action started via WP Cron','2025-03-25 22:52:45','2025-03-26 07:52:45'),(63363,21118,'action complete via WP Cron','2025-03-25 22:52:45','2025-03-26 07:52:45'),(63364,21196,'action created','2025-03-25 22:52:45','2025-03-26 07:52:45'),(63368,21120,'action started via WP Cron','2025-03-25 22:52:45','2025-03-26 07:52:45'),(63369,21120,'action complete via WP Cron','2025-03-25 22:52:45','2025-03-26 07:52:45'),(63370,21198,'action created','2025-03-25 22:52:45','2025-03-26 07:52:45'),(63635,21195,'action started via WP Cron','2025-03-26 23:08:20','2025-03-27 08:08:20'),(63636,21195,'action complete via WP Cron','2025-03-26 23:08:20','2025-03-27 08:08:20'),(63637,21287,'action created','2025-03-26 23:08:20','2025-03-27 08:08:20'),(63638,21196,'action started via WP Cron','2025-03-26 23:08:20','2025-03-27 08:08:20'),(63639,21196,'action complete via WP Cron','2025-03-26 23:08:20','2025-03-27 08:08:20'),(63640,21288,'action created','2025-03-26 23:08:20','2025-03-27 08:08:20'),(63644,21198,'action started via WP Cron','2025-03-26 23:08:20','2025-03-27 08:08:20'),(63645,21198,'action complete via WP Cron','2025-03-26 23:08:20','2025-03-27 08:08:20'),(63646,21290,'action created','2025-03-26 23:08:20','2025-03-27 08:08:20'),(63899,21287,'action started via WP Cron','2025-03-27 23:31:35','2025-03-28 08:31:35'),(63900,21287,'action complete via WP Cron','2025-03-27 23:31:35','2025-03-28 08:31:35'),(63901,21375,'action created','2025-03-27 23:31:35','2025-03-28 08:31:35'),(63902,21288,'action started via WP Cron','2025-03-27 23:31:35','2025-03-28 08:31:35'),(63903,21288,'action complete via WP Cron','2025-03-27 23:31:35','2025-03-28 08:31:35'),(63904,21376,'action created','2025-03-27 23:31:35','2025-03-28 08:31:35'),(63908,21290,'action started via WP Cron','2025-03-27 23:31:35','2025-03-28 08:31:35'),(63909,21290,'action complete via WP Cron','2025-03-27 23:31:35','2025-03-28 08:31:35'),(63910,21378,'action created','2025-03-27 23:31:35','2025-03-28 08:31:35'),(64145,21375,'action started via WP Cron','2025-03-29 00:12:37','2025-03-29 09:12:37'),(64146,21375,'action complete via WP Cron','2025-03-29 00:12:37','2025-03-29 09:12:37'),(64147,21457,'action created','2025-03-29 00:12:37','2025-03-29 09:12:37'),(64148,21376,'action started via WP Cron','2025-03-29 00:12:37','2025-03-29 09:12:37'),(64149,21376,'action complete via WP Cron','2025-03-29 00:12:37','2025-03-29 09:12:37'),(64150,21458,'action created','2025-03-29 00:12:37','2025-03-29 09:12:37'),(64154,21378,'action started via WP Cron','2025-03-29 00:12:37','2025-03-29 09:12:37'),(64155,21378,'action complete via WP Cron','2025-03-29 00:12:37','2025-03-29 09:12:37'),(64156,21460,'action created','2025-03-29 00:12:37','2025-03-29 09:12:37'),(64379,21457,'action started via WP Cron','2025-03-30 00:17:58','2025-03-30 09:17:58'),(64380,21457,'action complete via WP Cron','2025-03-30 00:17:58','2025-03-30 09:17:58'),(64381,21535,'action created','2025-03-30 00:17:58','2025-03-30 09:17:58'),(64382,21458,'action started via WP Cron','2025-03-30 00:17:58','2025-03-30 09:17:58'),(64383,21458,'action complete via WP Cron','2025-03-30 00:17:58','2025-03-30 09:17:58'),(64384,21536,'action created','2025-03-30 00:17:58','2025-03-30 09:17:58'),(64388,21460,'action started via WP Cron','2025-03-30 00:17:58','2025-03-30 09:17:58'),(64389,21460,'action complete via WP Cron','2025-03-30 00:17:58','2025-03-30 09:17:58'),(64390,21538,'action created','2025-03-30 00:17:58','2025-03-30 09:17:58'),(64613,21535,'action started via WP Cron','2025-03-31 00:19:09','2025-03-31 09:19:09'),(64614,21535,'action complete via WP Cron','2025-03-31 00:19:09','2025-03-31 09:19:09'),(64615,21613,'action created','2025-03-31 00:19:09','2025-03-31 09:19:09'),(64616,21536,'action started via WP Cron','2025-03-31 00:19:09','2025-03-31 09:19:09'),(64617,21536,'action complete via WP Cron','2025-03-31 00:19:09','2025-03-31 09:19:09'),(64618,21614,'action created','2025-03-31 00:19:09','2025-03-31 09:19:09'),(64622,21538,'action started via WP Cron','2025-03-31 00:19:09','2025-03-31 09:19:09'),(64623,21538,'action complete via WP Cron','2025-03-31 00:19:09','2025-03-31 09:19:09'),(64624,21616,'action created','2025-03-31 00:19:09','2025-03-31 09:19:09'),(64676,21055,'action started via WP Cron','2025-03-31 04:13:52','2025-03-31 13:13:52'),(64677,21055,'action complete via WP Cron','2025-03-31 04:13:52','2025-03-31 13:13:52'),(64678,21634,'action created','2025-03-31 04:13:52','2025-03-31 13:13:52'),(64679,21056,'action started via WP Cron','2025-03-31 04:13:52','2025-03-31 13:13:52'),(64680,21056,'action complete via WP Cron','2025-03-31 04:13:52','2025-03-31 13:13:52'),(64681,21635,'action created','2025-03-31 04:13:52','2025-03-31 13:13:52'),(64862,21613,'action started via WP Cron','2025-04-01 00:29:35','2025-04-01 09:29:35'),(64863,21613,'action complete via WP Cron','2025-04-01 00:29:35','2025-04-01 09:29:35'),(64864,21696,'action created','2025-04-01 00:29:35','2025-04-01 09:29:35'),(64865,21614,'action started via WP Cron','2025-04-01 00:29:35','2025-04-01 09:29:35'),(64866,21614,'action complete via WP Cron','2025-04-01 00:29:35','2025-04-01 09:29:35'),(64867,21697,'action created','2025-04-01 00:29:35','2025-04-01 09:29:35'),(64871,21616,'action started via WP Cron','2025-04-01 00:29:35','2025-04-01 09:29:35'),(64872,21616,'action complete via WP Cron','2025-04-01 00:29:35','2025-04-01 09:29:35'),(64873,21699,'action created','2025-04-01 00:29:35','2025-04-01 09:29:35'),(65090,21696,'action started via WP Cron','2025-04-02 00:48:32','2025-04-02 09:48:32'),(65091,21696,'action complete via WP Cron','2025-04-02 00:48:32','2025-04-02 09:48:32'),(65092,21772,'action created','2025-04-02 00:48:32','2025-04-02 09:48:32'),(65093,21697,'action started via WP Cron','2025-04-02 00:48:32','2025-04-02 09:48:32'),(65094,21697,'action complete via WP Cron','2025-04-02 00:48:32','2025-04-02 09:48:32'),(65095,21773,'action created','2025-04-02 00:48:32','2025-04-02 09:48:32'),(65099,21699,'action started via WP Cron','2025-04-02 00:48:32','2025-04-02 09:48:32'),(65100,21699,'action complete via WP Cron','2025-04-02 00:48:32','2025-04-02 09:48:32'),(65101,21775,'action created','2025-04-02 00:48:32','2025-04-02 09:48:32'),(65348,21772,'action started via WP Cron','2025-04-03 00:57:04','2025-04-03 09:57:04'),(65349,21772,'action complete via WP Cron','2025-04-03 00:57:04','2025-04-03 09:57:04'),(65350,21858,'action created','2025-04-03 00:57:04','2025-04-03 09:57:04'),(65351,21773,'action started via WP Cron','2025-04-03 00:57:04','2025-04-03 09:57:04'),(65352,21773,'action complete via WP Cron','2025-04-03 00:57:04','2025-04-03 09:57:04'),(65353,21859,'action created','2025-04-03 00:57:04','2025-04-03 09:57:04'),(65357,21775,'action started via WP Cron','2025-04-03 00:57:04','2025-04-03 09:57:04'),(65358,21775,'action complete via WP Cron','2025-04-03 00:57:04','2025-04-03 09:57:04'),(65359,21861,'action created','2025-04-03 00:57:04','2025-04-03 09:57:04'),(65612,21858,'action started via WP Cron','2025-04-04 01:14:47','2025-04-04 10:14:47'),(65613,21858,'action complete via WP Cron','2025-04-04 01:14:47','2025-04-04 10:14:47'),(65614,21946,'action created','2025-04-04 01:14:47','2025-04-04 10:14:47'),(65615,21859,'action started via WP Cron','2025-04-04 01:14:47','2025-04-04 10:14:47'),(65616,21859,'action complete via WP Cron','2025-04-04 01:14:47','2025-04-04 10:14:47'),(65617,21947,'action created','2025-04-04 01:14:47','2025-04-04 10:14:47'),(65621,21861,'action started via WP Cron','2025-04-04 01:14:47','2025-04-04 10:14:47'),(65622,21861,'action complete via WP Cron','2025-04-04 01:14:47','2025-04-04 10:14:47'),(65623,21949,'action created','2025-04-04 01:14:47','2025-04-04 10:14:47'),(65894,21946,'action started via WP Cron','2025-04-05 01:45:15','2025-04-05 10:45:15'),(65895,21946,'action complete via WP Cron','2025-04-05 01:45:15','2025-04-05 10:45:15'),(65896,22040,'action created','2025-04-05 01:45:15','2025-04-05 10:45:15'),(65897,21947,'action started via WP Cron','2025-04-05 01:45:15','2025-04-05 10:45:15'),(65898,21947,'action complete via WP Cron','2025-04-05 01:45:15','2025-04-05 10:45:15'),(65899,22041,'action created','2025-04-05 01:45:15','2025-04-05 10:45:15'),(65903,21949,'action started via WP Cron','2025-04-05 01:45:15','2025-04-05 10:45:15'),(65904,21949,'action complete via WP Cron','2025-04-05 01:45:15','2025-04-05 10:45:15'),(65905,22043,'action created','2025-04-05 01:45:15','2025-04-05 10:45:15'),(66104,22040,'action started via WP Cron','2025-04-06 02:06:30','2025-04-06 11:06:30'),(66105,22040,'action complete via WP Cron','2025-04-06 02:06:30','2025-04-06 11:06:30'),(66106,22110,'action created','2025-04-06 02:06:30','2025-04-06 11:06:30'),(66107,22041,'action started via WP Cron','2025-04-06 02:06:30','2025-04-06 11:06:30'),(66108,22041,'action complete via WP Cron','2025-04-06 02:06:30','2025-04-06 11:06:30'),(66109,22111,'action created','2025-04-06 02:06:30','2025-04-06 11:06:30'),(66113,22043,'action started via WP Cron','2025-04-06 02:06:30','2025-04-06 11:06:30'),(66114,22043,'action complete via WP Cron','2025-04-06 02:06:30','2025-04-06 11:06:30'),(66115,22113,'action created','2025-04-06 02:06:30','2025-04-06 11:06:30'),(66374,22110,'action started via WP Cron','2025-04-07 02:15:19','2025-04-07 11:15:19'),(66375,22110,'action complete via WP Cron','2025-04-07 02:15:19','2025-04-07 11:15:19'),(66376,22200,'action created','2025-04-07 02:15:19','2025-04-07 11:15:19'),(66377,22111,'action started via WP Cron','2025-04-07 02:15:19','2025-04-07 11:15:19'),(66378,22111,'action complete via WP Cron','2025-04-07 02:15:19','2025-04-07 11:15:19'),(66379,22201,'action created','2025-04-07 02:15:19','2025-04-07 11:15:19'),(66383,22113,'action started via WP Cron','2025-04-07 02:15:19','2025-04-07 11:15:19'),(66384,22113,'action complete via WP Cron','2025-04-07 02:15:19','2025-04-07 11:15:19'),(66385,22203,'action created','2025-04-07 02:15:19','2025-04-07 11:15:19'),(66401,21634,'action started via WP Cron','2025-04-07 04:31:53','2025-04-07 13:31:53'),(66402,21634,'action complete via WP Cron','2025-04-07 04:31:54','2025-04-07 13:31:54'),(66403,22209,'action created','2025-04-07 04:31:54','2025-04-07 13:31:54'),(66404,21635,'action started via WP Cron','2025-04-07 04:31:54','2025-04-07 13:31:54'),(66405,21635,'action complete via WP Cron','2025-04-07 04:31:54','2025-04-07 13:31:54'),(66406,22210,'action created','2025-04-07 04:31:54','2025-04-07 13:31:54'),(66611,22200,'action started via WP Cron','2025-04-08 02:24:55','2025-04-08 11:24:55'),(66612,22200,'action complete via WP Cron','2025-04-08 02:24:55','2025-04-08 11:24:55'),(66613,22279,'action created','2025-04-08 02:24:55','2025-04-08 11:24:55'),(66614,22201,'action started via WP Cron','2025-04-08 02:24:55','2025-04-08 11:24:55'),(66615,22201,'action complete via WP Cron','2025-04-08 02:24:55','2025-04-08 11:24:55'),(66616,22280,'action created','2025-04-08 02:24:55','2025-04-08 11:24:55'),(66620,22203,'action started via WP Cron','2025-04-08 02:24:55','2025-04-08 11:24:55'),(66621,22203,'action complete via WP Cron','2025-04-08 02:24:55','2025-04-08 11:24:55'),(66622,22282,'action created','2025-04-08 02:24:55','2025-04-08 11:24:55'),(66797,22279,'action started via WP Cron','2025-04-09 02:43:18','2025-04-09 11:43:18'),(66798,22279,'action complete via WP Cron','2025-04-09 02:43:18','2025-04-09 11:43:18'),(66799,22341,'action created','2025-04-09 02:43:18','2025-04-09 11:43:18'),(66800,22280,'action started via WP Cron','2025-04-09 02:43:18','2025-04-09 11:43:18'),(66801,22280,'action complete via WP Cron','2025-04-09 02:43:18','2025-04-09 11:43:18'),(66802,22342,'action created','2025-04-09 02:43:18','2025-04-09 11:43:18'),(66806,22282,'action started via WP Cron','2025-04-09 02:43:18','2025-04-09 11:43:18'),(66807,22282,'action complete via WP Cron','2025-04-09 02:43:18','2025-04-09 11:43:18'),(66808,22344,'action created','2025-04-09 02:43:18','2025-04-09 11:43:18'),(67049,22341,'action started via WP Cron','2025-04-10 02:55:20','2025-04-10 11:55:20'),(67050,22341,'action complete via WP Cron','2025-04-10 02:55:20','2025-04-10 11:55:20'),(67051,22425,'action created','2025-04-10 02:55:20','2025-04-10 11:55:20'),(67052,22342,'action started via WP Cron','2025-04-10 02:55:20','2025-04-10 11:55:20'),(67053,22342,'action complete via WP Cron','2025-04-10 02:55:20','2025-04-10 11:55:20'),(67054,22426,'action created','2025-04-10 02:55:20','2025-04-10 11:55:20'),(67058,22344,'action started via WP Cron','2025-04-10 02:55:20','2025-04-10 11:55:20'),(67059,22344,'action complete via WP Cron','2025-04-10 02:55:20','2025-04-10 11:55:20'),(67060,22428,'action created','2025-04-10 02:55:20','2025-04-10 11:55:20'),(67325,22425,'action started via WP Cron','2025-04-11 03:01:01','2025-04-11 12:01:01'),(67326,22425,'action complete via WP Cron','2025-04-11 03:01:01','2025-04-11 12:01:01'),(67327,22517,'action created','2025-04-11 03:01:01','2025-04-11 12:01:01'),(67328,22426,'action started via WP Cron','2025-04-11 03:01:01','2025-04-11 12:01:01'),(67329,22426,'action complete via WP Cron','2025-04-11 03:01:01','2025-04-11 12:01:01'),(67330,22518,'action created','2025-04-11 03:01:01','2025-04-11 12:01:01'),(67334,22428,'action started via WP Cron','2025-04-11 03:01:01','2025-04-11 12:01:01'),(67335,22428,'action complete via WP Cron','2025-04-11 03:01:01','2025-04-11 12:01:01'),(67336,22520,'action created','2025-04-11 03:01:01','2025-04-11 12:01:01'),(67565,22517,'action started via WP Cron','2025-04-12 03:01:58','2025-04-12 12:01:58'),(67566,22517,'action complete via WP Cron','2025-04-12 03:01:58','2025-04-12 12:01:58'),(67567,22597,'action created','2025-04-12 03:01:58','2025-04-12 12:01:58'),(67568,22518,'action started via WP Cron','2025-04-12 03:01:58','2025-04-12 12:01:58'),(67569,22518,'action complete via WP Cron','2025-04-12 03:01:58','2025-04-12 12:01:58'),(67570,22598,'action created','2025-04-12 03:01:58','2025-04-12 12:01:58'),(67574,22520,'action started via WP Cron','2025-04-12 03:01:58','2025-04-12 12:01:58'),(67575,22520,'action complete via WP Cron','2025-04-12 03:01:58','2025-04-12 12:01:58'),(67576,22600,'action created','2025-04-12 03:01:58','2025-04-12 12:01:58'),(67835,22597,'action started via WP Cron','2025-04-13 04:22:23','2025-04-13 13:22:23'),(67836,22597,'action complete via WP Cron','2025-04-13 04:22:23','2025-04-13 13:22:23'),(67837,22687,'action created','2025-04-13 04:22:23','2025-04-13 13:22:23'),(67838,22598,'action started via WP Cron','2025-04-13 04:22:23','2025-04-13 13:22:23'),(67839,22598,'action complete via WP Cron','2025-04-13 04:22:24','2025-04-13 13:22:24'),(67840,22688,'action created','2025-04-13 04:22:24','2025-04-13 13:22:24'),(67844,22600,'action started via WP Cron','2025-04-13 04:22:24','2025-04-13 13:22:24'),(67845,22600,'action complete via WP Cron','2025-04-13 04:22:24','2025-04-13 13:22:24'),(67846,22690,'action created','2025-04-13 04:22:24','2025-04-13 13:22:24'),(68033,22687,'action started via WP Cron','2025-04-14 04:25:39','2025-04-14 13:25:39'),(68034,22687,'action complete via WP Cron','2025-04-14 04:25:39','2025-04-14 13:25:39'),(68035,22753,'action created','2025-04-14 04:25:39','2025-04-14 13:25:39'),(68036,22688,'action started via WP Cron','2025-04-14 04:25:39','2025-04-14 13:25:39'),(68037,22688,'action complete via WP Cron','2025-04-14 04:25:39','2025-04-14 13:25:39'),(68038,22754,'action created','2025-04-14 04:25:39','2025-04-14 13:25:39'),(68042,22690,'action started via WP Cron','2025-04-14 04:25:39','2025-04-14 13:25:39'),(68043,22690,'action complete via WP Cron','2025-04-14 04:25:39','2025-04-14 13:25:39'),(68044,22756,'action created','2025-04-14 04:25:39','2025-04-14 13:25:39'),(68047,22757,'action created','2025-04-14 04:32:49','2025-04-14 13:32:49'),(68048,22209,'action started via WP Cron','2025-04-14 04:32:49','2025-04-14 13:32:49'),(68049,22209,'action complete via WP Cron','2025-04-14 04:32:49','2025-04-14 13:32:49'),(68050,22758,'action created','2025-04-14 04:32:49','2025-04-14 13:32:49'),(68051,22210,'action started via WP Cron','2025-04-14 04:32:49','2025-04-14 13:32:49'),(68052,22210,'action complete via WP Cron','2025-04-14 04:32:49','2025-04-14 13:32:49'),(68053,22759,'action created','2025-04-14 04:32:49','2025-04-14 13:32:49'),(68240,22753,'action started via WP Cron','2025-04-15 04:27:25','2025-04-15 13:27:25'),(68241,22753,'action complete via WP Cron','2025-04-15 04:27:25','2025-04-15 13:27:25'),(68242,22822,'action created','2025-04-15 04:27:25','2025-04-15 13:27:25'),(68243,22754,'action started via WP Cron','2025-04-15 04:27:25','2025-04-15 13:27:25'),(68244,22754,'action complete via WP Cron','2025-04-15 04:27:25','2025-04-15 13:27:25'),(68245,22823,'action created','2025-04-15 04:27:25','2025-04-15 13:27:25'),(68249,22756,'action started via WP Cron','2025-04-15 04:27:25','2025-04-15 13:27:25'),(68250,22756,'action complete via WP Cron','2025-04-15 04:27:25','2025-04-15 13:27:25'),(68251,22825,'action created','2025-04-15 04:27:25','2025-04-15 13:27:25'),(68498,22822,'action started via WP Cron','2025-04-16 04:29:02','2025-04-16 13:29:02'),(68499,22822,'action complete via WP Cron','2025-04-16 04:29:02','2025-04-16 13:29:02'),(68500,22908,'action created','2025-04-16 04:29:02','2025-04-16 13:29:02'),(68501,22823,'action started via WP Cron','2025-04-16 04:29:02','2025-04-16 13:29:02'),(68502,22823,'action complete via WP Cron','2025-04-16 04:29:02','2025-04-16 13:29:02'),(68503,22909,'action created','2025-04-16 04:29:02','2025-04-16 13:29:02'),(68507,22825,'action started via WP Cron','2025-04-16 04:29:02','2025-04-16 13:29:02'),(68508,22825,'action complete via WP Cron','2025-04-16 04:29:02','2025-04-16 13:29:02'),(68509,22911,'action created','2025-04-16 04:29:02','2025-04-16 13:29:02'),(68768,22908,'action started via WP Cron','2025-04-17 04:40:31','2025-04-17 13:40:31'),(68769,22908,'action complete via WP Cron','2025-04-17 04:40:31','2025-04-17 13:40:31'),(68770,22998,'action created','2025-04-17 04:40:31','2025-04-17 13:40:31'),(68771,22909,'action started via WP Cron','2025-04-17 04:40:31','2025-04-17 13:40:31'),(68772,22909,'action complete via WP Cron','2025-04-17 04:40:31','2025-04-17 13:40:31'),(68773,22999,'action created','2025-04-17 04:40:31','2025-04-17 13:40:31'),(68776,23000,'action created','2025-04-17 04:40:31','2025-04-17 13:40:31'),(68777,22911,'action started via WP Cron','2025-04-17 04:40:31','2025-04-17 13:40:31'),(68778,22911,'action complete via WP Cron','2025-04-17 04:40:31','2025-04-17 13:40:31'),(68779,23001,'action created','2025-04-17 04:40:31','2025-04-17 13:40:31'),(68802,23009,'action created','2025-04-17 09:33:46','2025-04-17 18:33:46'),(68807,23009,'action started via WP Cron','2025-04-17 10:05:26','2025-04-17 19:05:26'),(68808,23011,'action created','2025-04-17 10:05:26','2025-04-17 19:05:26'),(68809,23009,'action complete via WP Cron','2025-04-17 10:05:26','2025-04-17 19:05:26'),(68813,23011,'action started via WP Cron','2025-04-17 10:32:18','2025-04-17 19:32:18'),(68814,23013,'action created','2025-04-17 10:32:18','2025-04-17 19:32:18'),(68815,23011,'action complete via WP Cron','2025-04-17 10:32:18','2025-04-17 19:32:18'),(68819,23013,'action started via WP Cron','2025-04-17 10:55:51','2025-04-17 19:55:51'),(68820,23015,'action created','2025-04-17 10:55:51','2025-04-17 19:55:51'),(68821,23013,'action complete via WP Cron','2025-04-17 10:55:51','2025-04-17 19:55:51'),(68825,23015,'action started via WP Cron','2025-04-17 11:15:36','2025-04-17 20:15:36'),(68826,23017,'action created','2025-04-17 11:15:36','2025-04-17 20:15:36'),(68827,23015,'action complete via WP Cron','2025-04-17 11:15:36','2025-04-17 20:15:36'),(68831,23017,'action started via WP Cron','2025-04-17 11:59:32','2025-04-17 20:59:32'),(68832,23019,'action created','2025-04-17 11:59:32','2025-04-17 20:59:32'),(68833,23017,'action complete via WP Cron','2025-04-17 11:59:32','2025-04-17 20:59:32'),(68837,23019,'action started via WP Cron','2025-04-17 13:43:34','2025-04-17 22:43:34'),(68838,23021,'action created','2025-04-17 13:43:34','2025-04-17 22:43:34'),(68839,23019,'action complete via WP Cron','2025-04-17 13:43:34','2025-04-17 22:43:34'),(68843,23021,'action started via WP Cron','2025-04-17 14:30:23','2025-04-17 23:30:23'),(68844,23023,'action created','2025-04-17 14:30:23','2025-04-17 23:30:23'),(68845,23021,'action complete via WP Cron','2025-04-17 14:30:23','2025-04-17 23:30:23'),(68849,23023,'action started via WP Cron','2025-04-17 14:58:34','2025-04-17 23:58:34'),(68850,23025,'action created','2025-04-17 14:58:34','2025-04-17 23:58:34'),(68851,23023,'action complete via WP Cron','2025-04-17 14:58:34','2025-04-17 23:58:34'),(68855,23025,'action started via WP Cron','2025-04-17 16:01:34','2025-04-18 01:01:34'),(68856,23027,'action created','2025-04-17 16:01:34','2025-04-18 01:01:34'),(68857,23025,'action complete via WP Cron','2025-04-17 16:01:34','2025-04-18 01:01:34'),(68861,23027,'action started via WP Cron','2025-04-17 16:24:02','2025-04-18 01:24:02'),(68862,23029,'action created','2025-04-17 16:24:02','2025-04-18 01:24:02'),(68863,23027,'action complete via WP Cron','2025-04-17 16:24:02','2025-04-18 01:24:02'),(68867,23029,'action started via WP Cron','2025-04-17 16:42:26','2025-04-18 01:42:26'),(68868,23031,'action created','2025-04-17 16:42:26','2025-04-18 01:42:26'),(68869,23029,'action complete via WP Cron','2025-04-17 16:42:26','2025-04-18 01:42:26'),(68873,23031,'action started via WP Cron','2025-04-17 17:01:01','2025-04-18 02:01:01'),(68874,23033,'action created','2025-04-17 17:01:01','2025-04-18 02:01:01'),(68875,23031,'action complete via WP Cron','2025-04-17 17:01:01','2025-04-18 02:01:01'),(68879,23033,'action started via WP Cron','2025-04-17 17:25:10','2025-04-18 02:25:10'),(68880,23035,'action created','2025-04-17 17:25:10','2025-04-18 02:25:10'),(68881,23033,'action complete via WP Cron','2025-04-17 17:25:10','2025-04-18 02:25:10'),(68885,23035,'action started via WP Cron','2025-04-17 17:44:19','2025-04-18 02:44:19'),(68886,23037,'action created','2025-04-17 17:44:19','2025-04-18 02:44:19'),(68887,23035,'action complete via WP Cron','2025-04-17 17:44:19','2025-04-18 02:44:19'),(68891,23037,'action started via WP Cron','2025-04-17 18:02:38','2025-04-18 03:02:38'),(68892,23039,'action created','2025-04-17 18:02:38','2025-04-18 03:02:38'),(68893,23037,'action complete via WP Cron','2025-04-17 18:02:38','2025-04-18 03:02:38'),(68897,23039,'action started via WP Cron','2025-04-17 18:20:43','2025-04-18 03:20:43'),(68898,23041,'action created','2025-04-17 18:20:43','2025-04-18 03:20:43'),(68899,23039,'action complete via WP Cron','2025-04-17 18:20:43','2025-04-18 03:20:43'),(68903,23041,'action started via WP Cron','2025-04-17 18:45:51','2025-04-18 03:45:51'),(68904,23043,'action created','2025-04-17 18:45:51','2025-04-18 03:45:51'),(68905,23041,'action complete via WP Cron','2025-04-17 18:45:51','2025-04-18 03:45:51'),(68909,23043,'action started via WP Cron','2025-04-17 19:25:01','2025-04-18 04:25:01'),(68910,23045,'action created','2025-04-17 19:25:01','2025-04-18 04:25:01'),(68911,23043,'action complete via WP Cron','2025-04-17 19:25:01','2025-04-18 04:25:01'),(68915,23045,'action started via WP Cron','2025-04-17 19:49:14','2025-04-18 04:49:14'),(68916,23047,'action created','2025-04-17 19:49:14','2025-04-18 04:49:14'),(68917,23045,'action complete via WP Cron','2025-04-17 19:49:14','2025-04-18 04:49:14'),(68921,23047,'action started via WP Cron','2025-04-17 20:05:22','2025-04-18 05:05:22'),(68922,23049,'action created','2025-04-17 20:05:22','2025-04-18 05:05:22'),(68923,23047,'action complete via WP Cron','2025-04-17 20:05:22','2025-04-18 05:05:22'),(68927,23049,'action started via WP Cron','2025-04-17 20:27:19','2025-04-18 05:27:19'),(68928,23051,'action created','2025-04-17 20:27:19','2025-04-18 05:27:19'),(68929,23049,'action complete via WP Cron','2025-04-17 20:27:19','2025-04-18 05:27:19'),(68933,23051,'action started via WP Cron','2025-04-17 21:12:12','2025-04-18 06:12:12'),(68934,23053,'action created','2025-04-17 21:12:12','2025-04-18 06:12:12'),(68935,23051,'action complete via WP Cron','2025-04-17 21:12:12','2025-04-18 06:12:12'),(68939,23053,'action started via WP Cron','2025-04-17 21:34:53','2025-04-18 06:34:53'),(68940,23055,'action created','2025-04-17 21:34:53','2025-04-18 06:34:53'),(68941,23053,'action complete via WP Cron','2025-04-17 21:34:53','2025-04-18 06:34:53'),(68945,23055,'action started via WP Cron','2025-04-17 22:05:56','2025-04-18 07:05:56'),(68946,23057,'action created','2025-04-17 22:05:56','2025-04-18 07:05:56'),(68947,23055,'action complete via WP Cron','2025-04-17 22:05:56','2025-04-18 07:05:56'),(68951,23057,'action started via WP Cron','2025-04-17 22:30:12','2025-04-18 07:30:12'),(68952,23059,'action created','2025-04-17 22:30:12','2025-04-18 07:30:12'),(68953,23057,'action complete via WP Cron','2025-04-17 22:30:12','2025-04-18 07:30:12'),(68955,23060,'action created','2025-04-17 22:49:40','2025-04-18 07:49:40'),(68957,23059,'action started via WP Cron','2025-04-17 22:49:40','2025-04-18 07:49:40'),(68958,23061,'action created','2025-04-17 22:49:40','2025-04-18 07:49:40'),(68959,23059,'action complete via WP Cron','2025-04-17 22:49:40','2025-04-18 07:49:40'),(68960,23062,'action created','2025-04-17 22:52:02','2025-04-18 07:52:02'),(68961,23063,'action created','2025-04-17 22:52:02','2025-04-18 07:52:02'),(68962,23064,'action created','2025-04-17 22:52:03','2025-04-18 07:52:03'),(68963,23065,'action created','2025-04-17 22:52:03','2025-04-18 07:52:03'),(68964,23066,'action created','2025-04-17 22:52:05','2025-04-18 07:52:05'),(68965,23062,'action started via Async Request','2025-04-17 22:52:06','2025-04-18 07:52:06'),(68966,23062,'action complete via Async Request','2025-04-17 22:52:07','2025-04-18 07:52:07'),(68967,23063,'action started via Async Request','2025-04-17 22:52:07','2025-04-18 07:52:07'),(68968,23063,'action complete via Async Request','2025-04-17 22:52:07','2025-04-18 07:52:07'),(68969,23066,'action started via Async Request','2025-04-17 22:52:07','2025-04-18 07:52:07'),(68970,23066,'action complete via Async Request','2025-04-17 22:52:07','2025-04-18 07:52:07'); /*!40000 ALTER TABLE `wp_actionscheduler_logs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_aioseo_blc_cache` -- DROP TABLE IF EXISTS `wp_aioseo_blc_cache`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_aioseo_blc_cache` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `key` varchar(80) COLLATE utf8mb4_unicode_520_ci NOT NULL, `value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `expiration` datetime DEFAULT NULL, `created` datetime NOT NULL, `updated` datetime NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `ndx_aioseo_blc_cache_key` (`key`), KEY `ndx_aioseo_blc_cache_expiration` (`expiration`) ) 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 `wp_aioseo_blc_cache` -- LOCK TABLES `wp_aioseo_blc_cache` WRITE; /*!40000 ALTER TABLE `wp_aioseo_blc_cache` DISABLE KEYS */; INSERT INTO `wp_aioseo_blc_cache` VALUES (2,'aioseo_blc_admin_notifications_update','i:1745016722;','2025-04-18 22:52:02','2024-07-31 01:47:53','2025-04-17 22:52:02'),(3,'aioseo_blc_scan_post_7','b:1;','2024-07-31 01:48:06','2024-07-31 01:48:03','2024-07-31 01:48:03'),(4,'aioseo_blc_scan_post_10','b:1;','2024-08-08 03:29:39','2024-07-31 01:48:03','2024-08-08 03:29:36'),(5,'aioseo_blc_scan_post_12','b:1;','2024-07-31 01:48:06','2024-07-31 01:48:03','2024-07-31 01:48:03'),(6,'aioseo_blc_scan_post_14','b:1;','2024-07-31 01:48:06','2024-07-31 01:48:03','2024-07-31 01:48:03'),(7,'aioseo_blc_scan_post_16','b:1;','2024-07-31 01:48:06','2024-07-31 01:48:03','2024-07-31 01:48:03'),(8,'aioseo_blc_scan_post_18','b:1;','2024-07-31 01:48:06','2024-07-31 01:48:03','2024-07-31 01:48:03'),(9,'aioseo_blc_scan_post_20','b:1;','2024-07-31 01:48:06','2024-07-31 01:48:03','2024-07-31 01:48:03'),(10,'aioseo_blc_scan_post_22','b:1;','2024-07-31 01:48:06','2024-07-31 01:48:03','2024-07-31 01:48:03'),(11,'aioseo_blc_scan_post_24','b:1;','2024-07-31 01:48:06','2024-07-31 01:48:03','2024-07-31 01:48:03'),(12,'aioseo_blc_scan_post_26','b:1;','2024-07-31 01:48:06','2024-07-31 01:48:03','2024-07-31 01:48:03'),(13,'aioseo_blc_scan_post_28','b:1;','2024-07-31 01:48:06','2024-07-31 01:48:03','2024-07-31 01:48:03'),(14,'aioseo_blc_scan_post_111','b:1;','2024-07-31 01:48:06','2024-07-31 01:48:03','2024-07-31 01:48:03'),(15,'aioseo_blc_scan_post_113','b:1;','2024-07-31 01:48:06','2024-07-31 01:48:03','2024-07-31 01:48:03'),(16,'aioseo_blc_scan_post_606','b:1;','2024-07-31 01:48:06','2024-07-31 01:48:03','2024-07-31 01:48:03'),(17,'aioseo_blc_scan_post_640','b:1;','2024-08-08 04:18:30','2024-07-31 01:48:03','2024-08-08 04:18:27'),(19,'aioseo_blc_scan_post_729','b:1;','2024-08-08 01:48:32','2024-08-08 01:48:14','2024-08-08 01:48:29'),(21,'aioseo_blc_scan_post_731','b:1;','2024-08-08 03:10:46','2024-08-08 03:10:16','2024-08-08 03:10:43'),(23,'aioseo_blc_scan_post_732','b:1;','2024-08-08 04:18:30','2024-08-08 03:12:58','2024-08-08 04:18:27'); /*!40000 ALTER TABLE `wp_aioseo_blc_cache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_aioseo_blc_link_status` -- DROP TABLE IF EXISTS `wp_aioseo_blc_link_status`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_aioseo_blc_link_status` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `url` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `url_hash` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL, `http_status_code` smallint(6) DEFAULT NULL, `broken` tinyint(1) unsigned NOT NULL DEFAULT '0', `dismissed` tinyint(1) NOT NULL DEFAULT '0', `request_duration` float DEFAULT NULL, `scan_count` int(4) unsigned NOT NULL DEFAULT '0', `redirect_count` smallint(5) unsigned NOT NULL DEFAULT '0', `final_url` text COLLATE utf8mb4_unicode_520_ci, `first_failure` datetime DEFAULT NULL, `log` text COLLATE utf8mb4_unicode_520_ci, `last_scan_date` datetime DEFAULT NULL, `created` datetime NOT NULL, `updated` datetime NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `ndx_aioseo_blc_link_status_url_hash` (`url_hash`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_aioseo_blc_link_status` -- LOCK TABLES `wp_aioseo_blc_link_status` WRITE; /*!40000 ALTER TABLE `wp_aioseo_blc_link_status` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_aioseo_blc_link_status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_aioseo_blc_links` -- DROP TABLE IF EXISTS `wp_aioseo_blc_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_aioseo_blc_links` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL, `blc_link_status_id` bigint(20) unsigned DEFAULT NULL, `url` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `url_hash` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL, `hostname` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `hostname_url` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL, `external` tinyint(1) NOT NULL DEFAULT '0', `anchor` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `phrase` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `phrase_html` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `paragraph` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `paragraph_html` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `created` datetime NOT NULL, `updated` datetime NOT NULL, PRIMARY KEY (`id`), KEY `ndx_aioseo_blc_links_post_id` (`post_id`), KEY `ndx_aioseo_blc_links_hostname` (`hostname`(10)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_aioseo_blc_links` -- LOCK TABLES `wp_aioseo_blc_links` WRITE; /*!40000 ALTER TABLE `wp_aioseo_blc_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_aioseo_blc_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_aioseo_blc_notifications` -- DROP TABLE IF EXISTS `wp_aioseo_blc_notifications`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_aioseo_blc_notifications` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `notification_id` bigint(20) unsigned DEFAULT NULL, `notification_name` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `slug` varchar(13) COLLATE utf8mb4_unicode_520_ci NOT NULL, `title` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `type` varchar(64) COLLATE utf8mb4_unicode_520_ci NOT NULL, `level` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `start` datetime DEFAULT NULL, `end` datetime DEFAULT NULL, `button1_label` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `button1_action` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `button2_label` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `button2_action` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `dismissed` tinyint(1) NOT NULL DEFAULT '0', `new` tinyint(1) NOT NULL DEFAULT '1', `created` datetime NOT NULL, `updated` datetime NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `ndx__aioseo_blc_notifications_slug` (`slug`), KEY `ndx__aioseo_blc_notifications_dates` (`start`,`end`), KEY `ndx__aioseo_blc_notifications_type` (`type`), KEY `ndx__aioseo_blc_notifications_dismissed` (`dismissed`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_aioseo_blc_notifications` -- LOCK TABLES `wp_aioseo_blc_notifications` WRITE; /*!40000 ALTER TABLE `wp_aioseo_blc_notifications` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_aioseo_blc_notifications` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_aioseo_blc_posts` -- DROP TABLE IF EXISTS `wp_aioseo_blc_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_aioseo_blc_posts` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL, `link_scan_date` datetime DEFAULT NULL, `created` datetime NOT NULL, `updated` datetime NOT NULL, PRIMARY KEY (`id`), KEY `ndx_aioseo_blc_posts_post_id` (`post_id`) ) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_aioseo_blc_posts` -- LOCK TABLES `wp_aioseo_blc_posts` WRITE; /*!40000 ALTER TABLE `wp_aioseo_blc_posts` DISABLE KEYS */; INSERT INTO `wp_aioseo_blc_posts` VALUES (1,7,'2024-07-31 01:48:03','2024-07-31 01:48:03','2024-07-31 01:48:03'),(2,10,'2024-08-08 03:29:36','2024-07-31 01:48:03','2024-08-08 03:29:36'),(3,12,'2024-07-31 01:48:03','2024-07-31 01:48:03','2024-07-31 01:48:03'),(4,14,'2024-07-31 01:48:03','2024-07-31 01:48:03','2024-07-31 01:48:03'),(5,16,'2024-07-31 01:48:03','2024-07-31 01:48:03','2024-07-31 01:48:03'),(6,18,'2024-07-31 01:48:03','2024-07-31 01:48:03','2024-07-31 01:48:03'),(7,20,'2024-07-31 01:48:03','2024-07-31 01:48:03','2024-07-31 01:48:03'),(8,22,'2024-07-31 01:48:03','2024-07-31 01:48:03','2024-07-31 01:48:03'),(9,24,'2024-07-31 01:48:03','2024-07-31 01:48:03','2024-07-31 01:48:03'),(10,26,'2024-07-31 01:48:03','2024-07-31 01:48:03','2024-07-31 01:48:03'),(11,28,'2024-07-31 01:48:03','2024-07-31 01:48:03','2024-07-31 01:48:03'),(12,111,'2024-07-31 01:48:03','2024-07-31 01:48:03','2024-07-31 01:48:03'),(13,113,'2024-07-31 01:48:03','2024-07-31 01:48:03','2024-07-31 01:48:03'),(14,606,'2024-07-31 01:48:03','2024-07-31 01:48:03','2024-07-31 01:48:03'),(15,640,'2024-08-08 04:18:27','2024-07-31 01:48:03','2024-08-08 04:18:27'),(16,729,'2024-08-08 01:48:29','2024-08-08 01:48:14','2024-08-08 01:48:29'),(17,731,'2024-08-08 03:10:43','2024-08-08 03:10:16','2024-08-08 03:10:43'),(18,732,'2024-08-08 04:18:27','2024-08-08 03:12:58','2024-08-08 04:18:27'); /*!40000 ALTER TABLE `wp_aioseo_blc_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_aioseo_cache` -- DROP TABLE IF EXISTS `wp_aioseo_cache`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_aioseo_cache` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `key` varchar(80) COLLATE utf8mb4_unicode_520_ci NOT NULL, `value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `expiration` datetime DEFAULT NULL, `created` datetime NOT NULL, `updated` datetime NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `ndx_aioseo_cache_key` (`key`), KEY `ndx_aioseo_cache_expiration` (`expiration`) ) ENGINE=InnoDB AUTO_INCREMENT=252 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_aioseo_cache` -- LOCK TABLES `wp_aioseo_cache` WRITE; /*!40000 ALTER TABLE `wp_aioseo_cache` DISABLE KEYS */; INSERT INTO `wp_aioseo_cache` VALUES (1,'attachment_url_to_post_id_f21ccf5c055d3c431762690f3d458eaf4592f02c','s:3:\"647\";','2025-04-18 13:43:42','2025-03-28 01:05:08','2025-04-17 13:43:42'),(2,'attachment_url_to_post_id_747a525e516235df9a4ff86e31b0d1c28f9c5dd3','s:3:\"646\";','2025-04-18 10:05:29','2025-03-28 01:05:08','2025-04-17 10:05:29'),(3,'addons','a:9:{i:0;a:15:{s:3:\"sku\";s:16:\"aioseo-redirects\";s:4:\"name\";s:19:\"Redirection Manager\";s:7:\"version\";s:6:\"1.4.10\";s:5:\"image\";N;s:4:\"icon\";s:480:\"PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgY2xhc3M9ImFpb3Nlby1yZWRpcmVjdCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC41OSA5LjE3TDUuNDEgNEw0IDUuNDFMOS4xNyAxMC41OEwxMC41OSA5LjE3Wk0xNC41IDRMMTYuNTQgNi4wNEw0IDE4LjU5TDUuNDEgMjBMMTcuOTYgNy40NkwyMCA5LjVWNEgxNC41Wk0xMy40MiAxNC44MkwxNC44MyAxMy40MUwxNy45NiAxNi41NEwyMCAxNC41VjIwSDE0LjVMMTYuNTUgMTcuOTVMMTMuNDIgMTQuODJaIiBmaWxsPSJjdXJyZW50Q29sb3IiIC8+PC9zdmc+\";s:6:\"levels\";a:4:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:3:\"pro\";i:3;s:5:\"elite\";}s:13:\"currentLevels\";a:2:{i:0;s:3:\"pro\";i:1;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:101:\"<p>Our Redirection Manager allows you to create and manage redirects for 404s or modified posts.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:48:\"https://aioseo.com/features/redirection-manager/\";s:12:\"learnMoreUrl\";s:48:\"https://aioseo.com/features/redirection-manager/\";s:9:\"manageUrl\";s:40:\"https://route#aioseo-redirects:redirects\";s:8:\"features\";a:1:{i:0;a:2:{s:13:\"license_level\";s:5:\"elite\";s:7:\"feature\";s:19:\"404-parent-redirect\";}}}i:1;a:15:{s:3:\"sku\";s:21:\"aioseo-link-assistant\";s:4:\"name\";s:14:\"Link Assistant\";s:7:\"version\";s:5:\"1.1.9\";s:5:\"image\";N;s:4:\"icon\";s:516:\"PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMSAxNUg3QzUuMzUgMTUgNCAxMy42NSA0IDEyQzQgMTAuMzUgNS4zNSA5IDcgOUgxMVY3SDdDNC4yNCA3IDIgOS4yNCAyIDEyQzIgMTQuNzYgNC4yNCAxNyA3IDE3SDExVjE1Wk0xNyA3SDEzVjlIMTdDMTguNjUgOSAyMCAxMC4zNSAyMCAxMkMyMCAxMy42NSAxOC42NSAxNSAxNyAxNUgxM1YxN0gxN0MxOS43NiAxNyAyMiAxNC43NiAyMiAxMkMyMiA5LjI0IDE5Ljc2IDcgMTcgN1pNMTYgMTFIOFYxM0gxNlYxMVoiIGZpbGw9ImN1cnJlbnRDb2xvciIvPjwvc3ZnPgo=\";s:6:\"levels\";a:3:{i:0;s:6:\"agency\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:13:\"currentLevels\";a:2:{i:0;s:3:\"pro\";i:1;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:283:\"<p>Super-charge your SEO with Link Assistant! Get relevant suggestions for adding internal links to older content as well as finding any orphaned posts that have no internal links. Use our reporting feature to see all link suggestions or add them directly from any page or post.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:39:\"https://aioseo.com/docs/link-assistant/\";s:12:\"learnMoreUrl\";s:39:\"https://aioseo.com/docs/link-assistant/\";s:9:\"manageUrl\";s:44:\"https://route#aioseo-link-assistant:overview\";s:8:\"features\";a:0:{}}i:2;a:15:{s:3:\"sku\";s:20:\"aioseo-video-sitemap\";s:4:\"name\";s:13:\"Video Sitemap\";s:7:\"version\";s:6:\"1.1.18\";s:5:\"image\";N;s:4:\"icon\";s:420:\"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMy4zMzMgNWgxMGMuNDU5IDAgLjgzNC4zNzUuODM0LjgzM1Y4Ljc1TDE3LjUgNS40MTd2OS4xNjZsLTMuMzMzLTMuMzMzdjIuOTE3YS44MzYuODM2IDAgMCAxLS44MzQuODMzaC0xMGEuODM2LjgzNiAwIDAgMS0uODMzLS44MzNWNS44MzNjMC0uNDU4LjM3NS0uODMzLjgzMy0uODMzWm05LjE2NyA4LjMzM1Y2LjY2N0g0LjE2N3Y2LjY2NkgxMi41WiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+\";s:6:\"levels\";a:5:{i:0;s:10:\"individual\";i:1;s:8:\"business\";i:2;s:6:\"agency\";i:3;s:3:\"pro\";i:4;s:5:\"elite\";}s:13:\"currentLevels\";a:2:{i:0;s:3:\"pro\";i:1;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:243:\"<p>The Video Sitemap works in much the same way as the XML Sitemap module, it generates an XML Sitemap specifically for video content on your site. Search engines use this information to display rich snippet information in search results.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:54:\"https://aioseo.com/docs/how-to-create-a-video-sitemap/\";s:12:\"learnMoreUrl\";s:54:\"https://aioseo.com/docs/how-to-create-a-video-sitemap/\";s:9:\"manageUrl\";s:43:\"https://route#aioseo-sitemaps:video-sitemap\";s:8:\"features\";a:0:{}}i:3;a:15:{s:3:\"sku\";s:21:\"aioseo-local-business\";s:4:\"name\";s:18:\"Local Business SEO\";s:7:\"version\";s:6:\"1.3.10\";s:5:\"image\";N;s:4:\"icon\";s:18:\"svg-local-business\";s:6:\"levels\";a:5:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:4:\"plus\";i:3;s:3:\"pro\";i:4;s:5:\"elite\";}s:13:\"currentLevels\";a:3:{i:0;s:4:\"plus\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:253:\"<p>Local Business schema markup enables you to tell Google about your business, including your business name, address and phone number, opening hours and price range. This information may be displayed as a Knowledge Graph card or business carousel.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:43:\"https://aioseo.com/docs/local-business-seo/\";s:12:\"learnMoreUrl\";s:43:\"https://aioseo.com/docs/local-business-seo/\";s:9:\"manageUrl\";s:40:\"https://route#aioseo-local-seo:locations\";s:8:\"features\";a:0:{}}i:4;a:15:{s:3:\"sku\";s:19:\"aioseo-news-sitemap\";s:4:\"name\";s:12:\"News Sitemap\";s:7:\"version\";s:6:\"1.0.18\";s:5:\"image\";N;s:4:\"icon\";s:16:\"svg-sitemaps-pro\";s:6:\"levels\";a:4:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:3:\"pro\";i:3;s:5:\"elite\";}s:13:\"currentLevels\";a:2:{i:0;s:3:\"pro\";i:1;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:284:\"<p>Our Google News Sitemap lets you control which content you submit to Google News and only contains articles that were published in the last 48 hours. In order to submit a News Sitemap to Google, you must have added your site to Google’s Publisher Center and had it approved.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:60:\"https://aioseo.com/docs/how-to-create-a-google-news-sitemap/\";s:12:\"learnMoreUrl\";s:60:\"https://aioseo.com/docs/how-to-create-a-google-news-sitemap/\";s:9:\"manageUrl\";s:42:\"https://route#aioseo-sitemaps:news-sitemap\";s:8:\"features\";a:0:{}}i:5;a:15:{s:3:\"sku\";s:16:\"aioseo-index-now\";s:4:\"name\";s:8:\"IndexNow\";s:7:\"version\";s:6:\"1.0.12\";s:5:\"image\";N;s:4:\"icon\";s:1836:\"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZD0iTTE3LjY0NCAxMS42NTVjLS4zMjEtLjIyOS0uNjU0LS40NDYtLjk2NC0uNjk3LS42NDMtLjUzNC0uNjMxLTEuMzcyLjAyMy0xLjg4NC4zMS0uMjQuNjQyLS40NTguOTY0LS42OTcuMTg0LS4xMy4zMjEtLjI5NC4zMzMtLjUzNCAwLS4wMzIgMC0uMDc2LS4wMTItLjEyYTcuNDQyIDcuNDQyIDAgMCAwLTEuODkzLTMuMTQ3Yy0uMjA3LS4yMDctLjQ2LS4yNC0uNzQ2LS4xMmEyMi4wNSAyMi4wNSAwIDAgMS0xLjA2OC40MzZjLS45MTguMzQ4LTEuNjg3LS4wODctMS44MTMtMS4wMjQtLjA0Ni0uMzM4LS4wOC0uNjc1LS4xMTUtMS4wMTMtLjAzNC0uMzctLjI0LS41OTktLjYzLS42NzVhOC40NDYgOC40NDYgMCAwIDAtMy40NjcgMGMtLjM2Ny4wNzYtLjU3NC4yNzItLjYwOC42MzJhMTMuNzggMTMuNzggMCAwIDEtLjE2IDEuMTc2Yy0uMTYxLjgyOC0uOTE5IDEuMjMtMS43NDUuOTE1LS4zNTYtLjEzLS43MTItLjI5NC0xLjA2Ny0uNDQ3LS4zMzMtLjE0MS0uNjA5LS4wODctLjg1LjE2NGE3Ljc3OSA3Ljc3OSAwIDAgMC0xLjc3OSAyLjkxOGMtLjExNC4zMzgtLjAyMy42MS4yODcuODI4LjI5OS4yMDcuNjA5LjQxNC44OTUuNjMyLjc3LjU4OC43NTggMS40NDgtLjAyMiAyLjAxNC0uMjg3LjIwNy0uNTc0LjQxNC0uODYxLjYxLS4zMjIuMjE4LS40MTMuNTEyLS4yOTkuODZhNy44NyA3Ljg3IDAgMCAwIDEuNzQ1IDIuODg3Yy4yNC4yNS41MTYuMzE2Ljg1LjE4NS4zOS0uMTUzLjc2OC0uMzI3IDEuMTU4LS40NjguNzU4LS4yNzMgMS41MTUuMTIgMS42NzYuODcuMDguNDA0LjEyNi44MTguMTYgMS4yMi4wMzUuMzcuMjQxLjU2Ny41OTcuNjQzIDEuMTYuMjQgMi4zMDcuMjQgMy40NjYuMDExLjQxMy0uMDg3LjYwOC0uMzE2LjY0My0uNzA4LjAyMy0uMzI3LjA2OS0uNjUzLjEwMy0uOTcuMTE1LS45MjUuODk1LTEuMzgyIDEuODE0LTEuMDQ1LjM0NC4xMzEuNjg4LjI3MyAxLjAzMi40MjUuMzY4LjE1My42NjYuMDc2LjkxOC0uMjA3YTguNDk0IDguNDk0IDAgMCAwIDEuNzEtMi44MmMuMTUtLjMzOC4wNTgtLjYyMS0uMjc1LS44NXptLTkuNDguNjk3Yy0uMTAzLjEzLS4zMS4xMi0uNDEzLS4wMUw2LjAzIDEwLjE3M2EuMjIuMjIgMCAwIDEgMC0uMjgzbDEuOTI4LTIuNDI5IDEuNDY5IDEuNzItLjYzMS44NS41MjcuNzA4YS4yMDUuMjA1IDAgMCAxLS4wMTEuMjYyem01LjgzLTIuMTc4LTIuNDc5IDMuMDE3YS4yNi4yNiAwIDAgMS0uMjA2LjEwOUg5LjEwNWEuMjUuMjUgMCAwIDEtLjIwNi0uNDAzbDIuMzUzLTIuODY1LTIuNjc0LTMuMjY3aDIuODY5bDIuNTU5IDMuMTI2YS4yMzYuMjM2IDAgMCAxLS4wMTEuMjgzeiIvPjwvc3ZnPg==\";s:6:\"levels\";a:6:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:5:\"basic\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";i:5;s:5:\"elite\";}s:13:\"currentLevels\";a:4:{i:0;s:5:\"basic\";i:1;s:4:\"plus\";i:2;s:3:\"pro\";i:3;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:193:\"<p>Add IndexNow support to instantly notify search engines when your content has changed. This helps the search engines to prioritize the changes on your website and helps you rank faster.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:28:\"https://aioseo.com/index-now\";s:12:\"learnMoreUrl\";s:28:\"https://aioseo.com/index-now\";s:9:\"manageUrl\";s:45:\"https://route#aioseo-settings:webmaster-tools\";s:8:\"features\";a:0:{}}i:6;a:15:{s:3:\"sku\";s:15:\"aioseo-rest-api\";s:4:\"name\";s:8:\"REST API\";s:7:\"version\";s:5:\"1.0.9\";s:5:\"image\";N;s:4:\"icon\";s:280:\"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgY2xhc3M9ImFpb3Nlby1jb2RlIj48cGF0aCBkPSJNOS40IDE2LjZMNC44IDEybDQuNi00LjZMOCA2bC02IDYgNiA2IDEuNC0xLjR6bTUuMiAwbDQuNi00LjYtNC42LTQuNkwxNiA2bDYgNi02IDYtMS40LTEuNHoiIGZpbGw9ImN1cnJlbnRDb2xvciIvPjwvc3ZnPg==\";s:6:\"levels\";a:3:{i:0;s:4:\"plus\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:13:\"currentLevels\";a:3:{i:0;s:4:\"plus\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:137:\"<p>Manage your post and term SEO meta via the WordPress REST API. This addon also works seamlessly with headless WordPress installs.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:36:\"https://aioseo.com/feature/rest-api/\";s:12:\"learnMoreUrl\";s:36:\"https://aioseo.com/feature/rest-api/\";s:9:\"manageUrl\";s:0:\"\";s:8:\"features\";a:0:{}}i:7;a:15:{s:3:\"sku\";s:16:\"aioseo-image-seo\";s:4:\"name\";s:9:\"Image SEO\";s:7:\"version\";s:6:\"1.1.18\";s:5:\"image\";N;s:4:\"icon\";s:436:\"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZD0iTTE1LjgzMyA0LjE2N3YxMS42NjZINC4xNjdWNC4xNjdoMTEuNjY2Wm0wLTEuNjY3SDQuMTY3QzMuMjUgMi41IDIuNSAzLjI1IDIuNSA0LjE2N3YxMS42NjZjMCAuOTE3Ljc1IDEuNjY3IDEuNjY3IDEuNjY3aDExLjY2NmMuOTE3IDAgMS42NjctLjc1IDEuNjY3LTEuNjY3VjQuMTY3YzAtLjkxNy0uNzUtMS42NjctMS42NjctMS42NjdabS00LjA1IDcuMzgzLTIuNSAzLjIyNUw3LjUgMTAuOTUgNSAxNC4xNjdoMTBsLTMuMjE3LTQuMjg0WiIvPjwvc3ZnPg==\";s:6:\"levels\";a:5:{i:0;s:8:\"business\";i:1;s:6:\"agency\";i:2;s:4:\"plus\";i:3;s:3:\"pro\";i:4;s:5:\"elite\";}s:13:\"currentLevels\";a:3:{i:0;s:4:\"plus\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:161:\"<p>Globally control the Title, Alt Text, Caption and Descriptions for images in your content. These attributes are essential for both accessibility and SEO.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:71:\"https://aioseo.com/docs/using-the-image-seo-features-in-all-in-one-seo/\";s:12:\"learnMoreUrl\";s:71:\"https://aioseo.com/docs/using-the-image-seo-features-in-all-in-one-seo/\";s:9:\"manageUrl\";s:44:\"https://route#aioseo-search-appearance:media\";s:8:\"features\";a:0:{}}i:8;a:15:{s:3:\"sku\";s:11:\"aioseo-eeat\";s:4:\"name\";s:20:\"Author SEO (E-E-A-T)\";s:7:\"version\";s:7:\"1.2.1.1\";s:5:\"image\";N;s:4:\"icon\";s:1380:\"PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiB3aWR0aD0iMjQiPjxwYXRoIGQ9Ik00NDAuMTE4LTU2MHEzMy44MzkgMCA1Ny44MTctMjQuMDk3dDIzLjk3OC01Ny45MzVxMC0zMy44MzgtMjMuOTc4LTU3LjY5Ni0yMy45NzgtMjMuODU5LTU3LjgxNy0yMy44NTktMzMuODM4IDAtNTcuOTM0IDIzLjg1OS0yNC4wOTcgMjMuODU4LTI0LjA5NyA1Ny42OTYgMCAzMy44MzggMjQuMDk3IDU3LjkzNVE0MDYuMjgtNTYwIDQ0MC4xMTgtNTYwWk00NDAtMzk2LjQxM3E0NS43MTcgMCA4NS41NzYtMTkuNDc4IDM5Ljg1OS0xOS40NzkgNjkuNTc2LTU2LjE1Mi0zNS45NTYtMjMuNzE4LTc0LjkzNS0zNS44MzdRNDgxLjIzOS01MjAgNDQwLTUyMHQtODAuMjE3IDEyLjEycS0zOC45NzkgMTIuMTE5LTc0LjkzNSAzNS44MzcgMjkuNzE3IDM2LjY3MyA2OS41NzYgNTYuMTUyIDM5Ljg1OSAxOS40NzggODUuNTc2IDE5LjQ3OFptMzg2LjM5MSAyODYuOTM1TDYzNy45MTMtMjk3Ljk1NnEtNDEuNzE3IDMxLjc2MS05MS42OTYgNDkuNDAyUTQ5Ni4yMzktMjMwLjkxMyA0NDAtMjMwLjkxM3EtMTM3LjU4NyAwLTIzMy4zMzctOTUuNzVUMTEwLjkxMy01NjBxMC0xMzcuNTg3IDk1Ljc1LTIzMy4zMzdUNDQwLTg4OS4wODdxMTM3LjU4NyAwIDIzMy4zMzcgOTUuNzVUNzY5LjA4Ny01NjBxMCA1NS43NjEtMTcuNzYxIDEwNS45NzgtMTcuNzYxIDUwLjIxOC00OS41MjEgOTIuMTc0TDg5MC4yODMtMTczLjM3bC02My44OTIgNjMuODkyWk00NDAuMTEzLTMyMS45MTNxOTkuMTU2IDAgMTY4LjU2NS02OS41MjIgNjkuNDA5LTY5LjUyMiA2OS40MDktMTY4LjY3OCAwLTk5LjE1Ni02OS40MDktMTY4LjU2NS02OS40MDktNjkuNDA5LTE2OC41NjUtNjkuNDA5LTk5LjE1NiAwLTE2OC42NzggNjkuNDA5LTY5LjUyMiA2OS40MDktNjkuNTIyIDE2OC41NjUgMCA5OS4xNTYgNjkuNTIyIDE2OC42NzggNjkuNTIyIDY5LjUyMiAxNjguNjc4IDY5LjUyMlpNNDQwLTU2MFoiLz48L3N2Zz4=\";s:6:\"levels\";a:3:{i:0;s:4:\"plus\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:13:\"currentLevels\";a:3:{i:0;s:4:\"plus\";i:1;s:3:\"pro\";i:2;s:5:\"elite\";}s:15:\"requiresUpgrade\";b:1;s:11:\"description\";s:147:\"<p>Optimize your site for Google\'s E-E-A-T ranking factor by proving your writer\'s expertise through author schema markup and new UI elements.</p>\n\";s:18:\"descriptionVersion\";i:0;s:11:\"downloadUrl\";s:0:\"\";s:10:\"productUrl\";s:33:\"https://aioseo.com/features/eeat/\";s:12:\"learnMoreUrl\";s:33:\"https://aioseo.com/features/eeat/\";s:9:\"manageUrl\";s:49:\"https://route#aioseo-search-appearance:author-seo\";s:8:\"features\";a:0:{}}}','2025-04-18 04:40:30','2025-03-28 01:05:15','2025-04-17 04:40:30'),(4,'action_scheduler_log_cleanup','b:1;','2025-04-18 10:05:26','2025-03-28 01:51:36','2025-04-17 10:05:26'),(5,'aioseo_sitemap_sitemap.rss','a:3:{s:6:\"counts\";a:0:{}s:8:\"datetime\";a:15:{s:44:\"https://hitachi-setsubi-recruit.com/company/\";a:2:{s:4:\"date\";s:16:\"2024年7月31日\";s:4:\"time\";s:8:\"10:40 AM\";}s:49:\"https://hitachi-setsubi-recruit.com/interview/01/\";a:2:{s:4:\"date\";s:16:\"2024年7月24日\";s:4:\"time\";s:7:\"9:29 PM\";}s:42:\"https://hitachi-setsubi-recruit.com/entry/\";a:2:{s:4:\"date\";s:17:\"2023年12月26日\";s:4:\"time\";s:7:\"5:29 PM\";}s:49:\"https://hitachi-setsubi-recruit.com/entry_thanks/\";a:2:{s:4:\"date\";s:16:\"2023年7月13日\";s:4:\"time\";s:7:\"2:15 PM\";}s:47:\"https://hitachi-setsubi-recruit.com/recruit/cm/\";a:2:{s:4:\"date\";s:15:\"2024年8月8日\";s:4:\"time\";s:7:\"1:10 PM\";}s:47:\"https://hitachi-setsubi-recruit.com/philosophy/\";a:2:{s:4:\"date\";s:15:\"2024年8月8日\";s:4:\"time\";s:8:\"12:29 PM\";}s:43:\"https://hitachi-setsubi-recruit.com/policy/\";a:2:{s:4:\"date\";s:16:\"2023年7月10日\";s:4:\"time\";s:7:\"1:49 PM\";}s:36:\"https://hitachi-setsubi-recruit.com/\";a:2:{s:4:\"date\";s:16:\"2023年7月10日\";s:4:\"time\";s:8:\"10:20 AM\";}s:50:\"https://hitachi-setsubi-recruit.com/entry_confirm/\";a:2:{s:4:\"date\";s:16:\"2023年10月2日\";s:4:\"time\";s:7:\"2:32 PM\";}s:58:\"https://hitachi-setsubi-recruit.com/entry_recruit_confirm/\";a:2:{s:4:\"date\";s:16:\"2023年10月2日\";s:4:\"time\";s:7:\"2:19 PM\";}s:57:\"https://hitachi-setsubi-recruit.com/entry_recruit_thanks/\";a:2:{s:4:\"date\";s:16:\"2023年10月2日\";s:4:\"time\";s:7:\"1:31 PM\";}s:50:\"https://hitachi-setsubi-recruit.com/entry_recruit/\";a:2:{s:4:\"date\";s:16:\"2023年10月2日\";s:4:\"time\";s:7:\"1:29 PM\";}s:49:\"https://hitachi-setsubi-recruit.com/entry_career/\";a:2:{s:4:\"date\";s:16:\"2024年5月10日\";s:4:\"time\";s:7:\"8:33 PM\";}s:57:\"https://hitachi-setsubi-recruit.com/entry_career_confirm/\";a:2:{s:4:\"date\";s:16:\"2024年5月10日\";s:4:\"time\";s:7:\"8:33 PM\";}s:56:\"https://hitachi-setsubi-recruit.com/entry_career_thanks/\";a:2:{s:4:\"date\";s:16:\"2024年5月10日\";s:4:\"time\";s:7:\"8:32 PM\";}}s:10:\"pagination\";a:2:{s:7:\"showing\";i:15;s:5:\"total\";i:15;}}','2025-05-17 03:09:57','2025-03-28 01:51:36','2025-04-17 03:09:57'),(8,'aioseo_sitemap_sitemap.xml','a:3:{s:6:\"counts\";a:5:{s:52:\"https://hitachi-setsubi-recruit.com/page-sitemap.xml\";i:13;s:57:\"https://hitachi-setsubi-recruit.com/interview-sitemap.xml\";i:1;s:55:\"https://hitachi-setsubi-recruit.com/recruit-sitemap.xml\";i:1;s:60:\"https://hitachi-setsubi-recruit.com/post-archive-sitemap.xml\";i:2;s:58:\"https://hitachi-setsubi-recruit.com/works_type-sitemap.xml\";i:1;}s:8:\"datetime\";a:5:{s:52:\"https://hitachi-setsubi-recruit.com/page-sitemap.xml\";a:2:{s:4:\"date\";s:15:\"2024年8月8日\";s:4:\"time\";s:8:\"12:29 PM\";}s:57:\"https://hitachi-setsubi-recruit.com/interview-sitemap.xml\";a:2:{s:4:\"date\";s:16:\"2024年7月24日\";s:4:\"time\";s:7:\"9:29 PM\";}s:55:\"https://hitachi-setsubi-recruit.com/recruit-sitemap.xml\";a:2:{s:4:\"date\";s:15:\"2024年8月8日\";s:4:\"time\";s:7:\"1:10 PM\";}s:60:\"https://hitachi-setsubi-recruit.com/post-archive-sitemap.xml\";a:2:{s:4:\"date\";s:15:\"2024年8月8日\";s:4:\"time\";s:7:\"1:10 PM\";}s:58:\"https://hitachi-setsubi-recruit.com/works_type-sitemap.xml\";a:2:{s:4:\"date\";s:15:\"2024年8月8日\";s:4:\"time\";s:7:\"1:10 PM\";}}s:10:\"pagination\";a:2:{s:7:\"showing\";i:5;s:5:\"total\";i:5;}}','2025-05-17 01:13:01','2025-03-28 05:27:44','2025-04-17 01:13:01'),(9,'aioseo_sitemap_page-sitemap.xml','a:3:{s:6:\"counts\";a:0:{}s:8:\"datetime\";a:13:{s:36:\"https://hitachi-setsubi-recruit.com/\";a:2:{s:4:\"date\";s:16:\"2023年7月10日\";s:4:\"time\";s:8:\"10:20 AM\";}s:47:\"https://hitachi-setsubi-recruit.com/philosophy/\";a:2:{s:4:\"date\";s:15:\"2024年8月8日\";s:4:\"time\";s:8:\"12:29 PM\";}s:44:\"https://hitachi-setsubi-recruit.com/company/\";a:2:{s:4:\"date\";s:16:\"2024年7月31日\";s:4:\"time\";s:8:\"10:40 AM\";}s:49:\"https://hitachi-setsubi-recruit.com/entry_career/\";a:2:{s:4:\"date\";s:16:\"2024年5月10日\";s:4:\"time\";s:7:\"8:33 PM\";}s:57:\"https://hitachi-setsubi-recruit.com/entry_career_confirm/\";a:2:{s:4:\"date\";s:16:\"2024年5月10日\";s:4:\"time\";s:7:\"8:33 PM\";}s:56:\"https://hitachi-setsubi-recruit.com/entry_career_thanks/\";a:2:{s:4:\"date\";s:16:\"2024年5月10日\";s:4:\"time\";s:7:\"8:32 PM\";}s:42:\"https://hitachi-setsubi-recruit.com/entry/\";a:2:{s:4:\"date\";s:17:\"2023年12月26日\";s:4:\"time\";s:7:\"5:29 PM\";}s:50:\"https://hitachi-setsubi-recruit.com/entry_confirm/\";a:2:{s:4:\"date\";s:16:\"2023年10月2日\";s:4:\"time\";s:7:\"2:32 PM\";}s:58:\"https://hitachi-setsubi-recruit.com/entry_recruit_confirm/\";a:2:{s:4:\"date\";s:16:\"2023年10月2日\";s:4:\"time\";s:7:\"2:19 PM\";}s:57:\"https://hitachi-setsubi-recruit.com/entry_recruit_thanks/\";a:2:{s:4:\"date\";s:16:\"2023年10月2日\";s:4:\"time\";s:7:\"1:31 PM\";}s:50:\"https://hitachi-setsubi-recruit.com/entry_recruit/\";a:2:{s:4:\"date\";s:16:\"2023年10月2日\";s:4:\"time\";s:7:\"1:29 PM\";}s:49:\"https://hitachi-setsubi-recruit.com/entry_thanks/\";a:2:{s:4:\"date\";s:16:\"2023年7月13日\";s:4:\"time\";s:7:\"2:15 PM\";}s:43:\"https://hitachi-setsubi-recruit.com/policy/\";a:2:{s:4:\"date\";s:16:\"2023年7月10日\";s:4:\"time\";s:7:\"1:49 PM\";}}s:10:\"pagination\";a:2:{s:7:\"showing\";i:13;s:5:\"total\";i:13;}}','2025-05-06 07:16:12','2025-03-28 05:27:47','2025-04-06 07:16:12'),(10,'aioseo_sitemap_interview-sitemap.xml','a:3:{s:6:\"counts\";a:0:{}s:8:\"datetime\";a:1:{s:49:\"https://hitachi-setsubi-recruit.com/interview/01/\";a:2:{s:4:\"date\";s:16:\"2024年7月24日\";s:4:\"time\";s:7:\"9:29 PM\";}}s:10:\"pagination\";a:2:{s:7:\"showing\";i:1;s:5:\"total\";i:1;}}','2025-05-06 07:16:15','2025-03-28 05:27:49','2025-04-06 07:16:15'),(11,'aioseo_sitemap_recruit-sitemap.xml','a:3:{s:6:\"counts\";a:0:{}s:8:\"datetime\";a:1:{s:47:\"https://hitachi-setsubi-recruit.com/recruit/cm/\";a:2:{s:4:\"date\";s:15:\"2024年8月8日\";s:4:\"time\";s:7:\"1:10 PM\";}}s:10:\"pagination\";a:2:{s:7:\"showing\";i:1;s:5:\"total\";i:1;}}','2025-05-06 07:16:17','2025-03-28 05:27:51','2025-04-06 07:16:17'),(12,'aioseo_sitemap_post-archive-sitemap.xml','a:3:{s:6:\"counts\";a:0:{}s:8:\"datetime\";a:2:{s:46:\"https://hitachi-setsubi-recruit.com/interview/\";a:2:{s:4:\"date\";s:16:\"2024年7月24日\";s:4:\"time\";s:7:\"9:29 PM\";}s:44:\"https://hitachi-setsubi-recruit.com/recruit/\";a:2:{s:4:\"date\";s:15:\"2024年8月8日\";s:4:\"time\";s:7:\"1:10 PM\";}}s:10:\"pagination\";a:2:{s:7:\"showing\";i:2;s:5:\"total\";i:2;}}','2025-05-06 07:16:19','2025-03-28 05:27:53','2025-04-06 07:16:19'),(13,'aioseo_sitemap_works_type-sitemap.xml','a:3:{s:6:\"counts\";a:0:{}s:8:\"datetime\";a:1:{s:61:\"https://hitachi-setsubi-recruit.com/works_type/regular-staff/\";a:2:{s:4:\"date\";s:15:\"1970年1月1日\";s:4:\"time\";s:7:\"9:00 AM\";}}s:10:\"pagination\";a:2:{s:7:\"showing\";i:1;s:5:\"total\";i:1;}}','2025-05-06 07:16:21','2025-03-28 05:27:56','2025-04-06 07:16:21'),(73,'aioseo_sitemap_sitemap.xml.gz','a:3:{s:6:\"counts\";a:5:{s:52:\"https://hitachi-setsubi-recruit.com/page-sitemap.xml\";i:13;s:57:\"https://hitachi-setsubi-recruit.com/interview-sitemap.xml\";i:1;s:55:\"https://hitachi-setsubi-recruit.com/recruit-sitemap.xml\";i:1;s:60:\"https://hitachi-setsubi-recruit.com/post-archive-sitemap.xml\";i:2;s:58:\"https://hitachi-setsubi-recruit.com/works_type-sitemap.xml\";i:1;}s:8:\"datetime\";a:5:{s:52:\"https://hitachi-setsubi-recruit.com/page-sitemap.xml\";a:2:{s:4:\"date\";s:15:\"2024年8月8日\";s:4:\"time\";s:8:\"12:29 PM\";}s:57:\"https://hitachi-setsubi-recruit.com/interview-sitemap.xml\";a:2:{s:4:\"date\";s:16:\"2024年7月24日\";s:4:\"time\";s:7:\"9:29 PM\";}s:55:\"https://hitachi-setsubi-recruit.com/recruit-sitemap.xml\";a:2:{s:4:\"date\";s:15:\"2024年8月8日\";s:4:\"time\";s:7:\"1:10 PM\";}s:60:\"https://hitachi-setsubi-recruit.com/post-archive-sitemap.xml\";a:2:{s:4:\"date\";s:15:\"2024年8月8日\";s:4:\"time\";s:7:\"1:10 PM\";}s:58:\"https://hitachi-setsubi-recruit.com/works_type-sitemap.xml\";a:2:{s:4:\"date\";s:15:\"2024年8月8日\";s:4:\"time\";s:7:\"1:10 PM\";}}s:10:\"pagination\";a:2:{s:7:\"showing\";i:5;s:5:\"total\";i:5;}}','2025-05-17 01:13:06','2025-03-31 21:10:33','2025-04-17 01:13:06'),(236,'wp_notices','a:0:{}','2025-04-18 22:52:23','2025-04-17 18:14:19','2025-04-17 22:52:23'),(239,'admin_notifications_update','i:1745016722;','2025-04-18 22:52:02','2025-04-17 22:52:02','2025-04-17 22:52:02'),(241,'license_features','a:32:{i:0;a:3:{s:13:\"license_level\";s:3:\"pro\";s:7:\"section\";s:6:\"schema\";s:7:\"feature\";s:5:\"event\";}i:1;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:6:\"schema\";s:7:\"feature\";s:5:\"event\";}i:2;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:6:\"schema\";s:7:\"feature\";s:11:\"job-posting\";}i:3;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:5:\"tools\";s:7:\"feature\";s:29:\"network-tools-site-activation\";}i:4;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:5:\"tools\";s:7:\"feature\";s:22:\"network-tools-database\";}i:5;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:5:\"tools\";s:7:\"feature\";s:27:\"network-tools-import-export\";}i:6;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:5:\"tools\";s:7:\"feature\";s:20:\"network-tools-robots\";}i:7;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:14:\"seo-statistics\";}i:8;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:16:\"keyword-rankings\";}i:9;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:22:\"keyword-rankings-pages\";}i:10;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:11:\"post-detail\";}i:11;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:22:\"post-detail-page-speed\";}i:12;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:26:\"post-detail-seo-statistics\";}i:13;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:20:\"post-detail-keywords\";}i:14;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:31:\"post-detail-focus-keyword-trend\";}i:15;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:16:\"keyword-tracking\";}i:16;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:28:\"post-detail-keyword-tracking\";}i:17;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:16:\"content-rankings\";}i:18;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:13:\"seo-revisions\";s:7:\"feature\";s:12:\"revisions:-1\";}i:19;a:3:{s:13:\"license_level\";s:3:\"pro\";s:7:\"section\";s:13:\"seo-revisions\";s:7:\"feature\";s:12:\"revisions:30\";}i:20;a:3:{s:13:\"license_level\";s:4:\"plus\";s:7:\"section\";s:13:\"seo-revisions\";s:7:\"feature\";s:12:\"revisions:15\";}i:21;a:3:{s:13:\"license_level\";s:3:\"pro\";s:7:\"section\";s:7:\"general\";s:7:\"feature\";s:19:\"cornerstone-content\";}i:22;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:7:\"general\";s:7:\"feature\";s:19:\"cornerstone-content\";}i:23;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:12:\"index-status\";}i:24;a:3:{s:13:\"license_level\";s:4:\"plus\";s:7:\"section\";s:11:\"aioseo-eeat\";s:7:\"feature\";s:11:\"author-info\";}i:25;a:3:{s:13:\"license_level\";s:3:\"pro\";s:7:\"section\";s:11:\"aioseo-eeat\";s:7:\"feature\";s:11:\"author-info\";}i:26;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:11:\"aioseo-eeat\";s:7:\"feature\";s:11:\"author-info\";}i:27;a:3:{s:13:\"license_level\";s:3:\"pro\";s:7:\"section\";s:11:\"aioseo-eeat\";s:7:\"feature\";s:18:\"author-archive-bio\";}i:28;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:11:\"aioseo-eeat\";s:7:\"feature\";s:18:\"author-archive-bio\";}i:29;a:3:{s:13:\"license_level\";s:3:\"pro\";s:7:\"section\";s:11:\"aioseo-eeat\";s:7:\"feature\";s:13:\"post-reviewer\";}i:30;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:11:\"aioseo-eeat\";s:7:\"feature\";s:13:\"post-reviewer\";}i:31;a:3:{s:13:\"license_level\";s:5:\"elite\";s:7:\"section\";s:17:\"search-statistics\";s:7:\"feature\";s:24:\"keyword-rank-tracker:100\";}}','2025-04-18 22:52:05','2025-04-17 22:52:05','2025-04-17 22:52:05'),(242,'admin_help_docs','s:74143:\"{\"categories\":{\"getting-started\":\"Getting Started\",\"advanced-settings\":\"Advanced Settings\",\"display-settings\":\"Display Settings\",\"general-seo-topics\":\"General SEO Topics\",\"feature-manager\":\"Feature Manager\",\"installation\":\"Installation\"},\"docs\":{\"401534\":{\"title\":\"How to Generate Your SEO Email Reports\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-generate-your-seo-email-reports\\/\",\"categories\":[\"advanced-settings\",\"general-settings\",\"search-statistics\"]},\"389367\":{\"title\":\"Using the Keyword Rank Tracker feature in Search Statistics\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-keyword-rank-tracker-feature-in-search-statistics\\/\",\"categories\":[\"keyword-settings\",\"search-statistics\"]},\"379863\":{\"title\":\"Setting Vehicle (Car) Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-vehicle-car-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"379713\":{\"title\":\"Setting Product Review Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-product-review-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"332691\":{\"title\":\"Google Permissions for oAuth\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/google-permissions-for-the-aioseo-google-search-console-integration\\/\",\"categories\":[]},\"326862\":{\"title\":\"aioseo_user_profile_tab_allowed_user_ids\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_user_profile_tab_allowed_user_ids\\/\",\"categories\":[\"developer-documentation\",\"filter-hooks\"]},\"326858\":{\"title\":\"aioseo_import_yoast_seo_posts_per_action\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_import_yoast_seo_posts_per_action\\/\",\"categories\":[\"developer-documentation\",\"filter-hooks\"]},\"326856\":{\"title\":\"aioseo_import_seopress_posts_per_action\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_import_seopress_posts_per_action\\/\",\"categories\":[\"developer-documentation\",\"filter-hooks\"]},\"326850\":{\"title\":\"aioseo_import_rank_math_posts_per_action\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_import_rank_math_posts_per_action\\/\",\"categories\":[\"developer-documentation\",\"filter-hooks\"]},\"298356\":{\"title\":\"aioseo_redirects_log_skip\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_redirects_log_skip\\/\",\"categories\":[\"developer-documentation\",\"filter-hooks\"]},\"294047\":{\"title\":\"Using the Query Arg Monitoring in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-query-arg-monitoring-in-all-in-one-seo\\/\",\"categories\":[\"advanced-settings\"]},\"279241\":{\"title\":\"How to Schedule a Redirect in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-schedule-a-redirect-in-all-in-one-seo\\/\",\"categories\":[\"redirection-manager\"]},\"269732\":{\"title\":\"Displaying Detailed Author Information on Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-detailed-author-information-on-your-site\\/\",\"categories\":[\"author-seo\",\"content-blocks\"]},\"267254\":{\"title\":\"Adding Author SEO (E-E-A-T) to Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-author-seo-e-e-a-t-to-your-site\\/\",\"categories\":[\"author-seo\"]},\"262344\":{\"title\":\"How to Get Your Images to Appear in Search Results\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-get-your-images-to-appear-in-search-results\\/\",\"categories\":[\"frequently-asked-questions\",\"general-seo-topics\",\"image-seo\"]},\"261932\":{\"title\":\"Sharing Content on Slack\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/sharing-content-on-slack\\/\",\"categories\":[\"social-networks\"]},\"261923\":{\"title\":\"Sharing Content on WhatsApp\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/sharing-content-on-whatsapp\\/\",\"categories\":[\"social-networks\"]},\"261517\":{\"title\":\"Importing Locations From Other Plugins\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importing-locations-from-other-plugins\\/\",\"categories\":[\"importer-exporter\",\"local-business-seo\"]},\"244975\":{\"title\":\"Checking the Index Status of Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/checking-the-index-status-of-content\\/\",\"categories\":[\"post-page-settings\",\"search-statistics\"]},\"242346\":{\"title\":\"Using AIOSEO Details on the Posts Screen\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-aioseo-details-on-the-posts-screen\\/\",\"categories\":[\"category-tag-settings\",\"post-page-settings\"]},\"240583\":{\"title\":\"Setting WP_HOME and WP_SITEURL in the wp-config.php File\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-wp_home-and-wp_siteurl-in-the-wp-config-php-file\\/\",\"categories\":[\"troubleshooting\"]},\"240452\":{\"title\":\"Should I Use Meta Keywords?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/should-i-use-meta-keywords\\/\",\"categories\":[\"frequently-asked-questions\",\"general-seo-topics\"]},\"235044\":{\"title\":\"Setting Cornerstone Content in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/cornerstone-content\\/\",\"categories\":[\"link-assistant\",\"post-page-settings\"]},\"222363\":{\"title\":\"aioseo_get_post_id\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_get_post_id\\/\",\"categories\":[\"filter-hooks\"]},\"200603\":{\"title\":\"Viewing Detailed Search Statistics For Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/viewing-detailed-search-statistics-for-your-content\\/\",\"categories\":[\"search-statistics\"]},\"200304\":{\"title\":\"Tracking Changes to Your SEO Using SEO Revisions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/tracking-changes-to-your-seo-using-seo-revisions\\/\",\"categories\":[\"seo-revisions\"]},\"188167\":{\"title\":\"WPCode Snippet Library\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/wpcode-snippet-library\\/\",\"categories\":[\"tools\"]},\"186946\":{\"title\":\"aioseo_hide_version_number\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_hide_version_number\\/\",\"categories\":[\"filter-hooks\"]},\"178887\":{\"title\":\"Setting the Primary Term for Breadcrumbs\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-primary-term-for-breadcrumbs\\/\",\"categories\":[\"breadcrumbs\"]},\"178727\":{\"title\":\"Using Broken Link Checker to Find and Fix Broken Links and Images\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-broken-link-checker-to-find-and-fix-broken-links-and-images\\/\",\"categories\":[\"broken-link-checker\"]},\"163922\":{\"title\":\"aioseo_schema_json_flags\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_schema_json_flags\\/\",\"categories\":[\"filter-hooks\"]},\"163519\":{\"title\":\"Using OpenAI to Generate SEO Titles and Meta Descriptions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-openai-to-generate-seo-titles-and-meta-descriptions\\/\",\"categories\":[]},\"145363\":{\"title\":\"Using the Search Statistics in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-search-statistics-in-all-in-one-seo\\/\",\"categories\":[\"google-search-console\",\"search-statistics\"]},\"145281\":{\"title\":\"Connecting Search Statistics to Google Search Console\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/connecting-search-statistics-to-google-search-console\\/\",\"categories\":[\"google-search-console\",\"search-statistics\"]},\"139798\":{\"title\":\"Checking Your SEO Using the SEO Preview\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/checking-your-seo-using-the-seo-preview\\/\",\"categories\":[\"facebook-settings\",\"post-page-settings\",\"seo-preview\",\"truseo\",\"twitter-settings\"]},\"136509\":{\"title\":\"aioseo_sitemap_lastmod_disable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_lastmod_disable\\/\",\"categories\":[\"filter-hooks\"]},\"135249\":{\"title\":\"aioseo_sitemap_rss\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_rss\\/\",\"categories\":[\"filter-hooks\"]},\"133251\":{\"title\":\"aioseo_user_profile_tab_disable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_user_profile_tab_disable\\/\",\"categories\":[\"filter-hooks\"]},\"131885\":{\"title\":\"Setting Web Page Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-web-page-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"129515\":{\"title\":\"Editing the .htaccess file Using All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/editing-the-htaccess-file-using-all-in-one-seo\\/\",\"categories\":[\"file-editor\",\"tools\"]},\"124292\":{\"title\":\"Using the Emojis in Titles and Descriptions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-emojis-in-titles-and-descriptions\\/\",\"categories\":[\"facebook-settings\",\"post-page-settings\",\"search-appearance\",\"social-networks\",\"twitter-settings\"]},\"123164\":{\"title\":\"Google Permissions for the AIOSEO Google Search Console Integration\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/google-permissions-for-oauth\\/\",\"categories\":[\"google-search-console\",\"search-statistics\"]},\"112137\":{\"title\":\"Setting the Schema Type for Individual Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-schema-type-for-individual-content\\/\",\"categories\":[\"schema-settings\"]},\"112145\":{\"title\":\"Configuring the Schema Settings in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/configuring-the-schema-settings-in-all-in-one-seo\\/\",\"categories\":[\"schema-settings\"]},\"112153\":{\"title\":\"A Guide to Schema.org Markup for Rich Snippets\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/a-guide-to-schema-org-markup-for-rich-snippets\\/\",\"categories\":[\"schema-settings\"]},\"112438\":{\"title\":\"Creating Reusable Schema Templates in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/creating-reusable-schema-templates-in-all-in-one-seo\\/\",\"categories\":[\"schema-settings\"]},\"112428\":{\"title\":\"Creating Custom Schema Markup with All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/creating-custom-schema-markup-with-all-in-one-seo\\/\",\"categories\":[\"schema-settings\"]},\"112889\":{\"title\":\"Setting Event Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-event-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112735\":{\"title\":\"Setting Dataset Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-dataset-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112711\":{\"title\":\"Setting Article Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-article-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112164\":{\"title\":\"Setting Course Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-course-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112933\":{\"title\":\"Setting Job Posting Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-job-posting-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112926\":{\"title\":\"Setting How-To Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-how-to-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112916\":{\"title\":\"Setting Fact Check Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-fact-check-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112727\":{\"title\":\"Setting Book Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-book-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112243\":{\"title\":\"Setting FAQ Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-faq-page-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112958\":{\"title\":\"Setting Service Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-service-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112949\":{\"title\":\"Setting Person Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-person-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112944\":{\"title\":\"Setting Music Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-music-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112941\":{\"title\":\"Setting Movie Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-movie-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112212\":{\"title\":\"Setting Recipe Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-recipe-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112962\":{\"title\":\"Setting Video Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-video-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112403\":{\"title\":\"Testing Your Schema in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/testing-your-schema-in-all-in-one-seo\\/\",\"categories\":[\"schema-settings\"]},\"112226\":{\"title\":\"Setting Software Application Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-software-application-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"112197\":{\"title\":\"Setting Product Schema Markup in Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-product-schema-markup-in-your-content\\/\",\"categories\":[\"schema-settings\"]},\"119555\":{\"title\":\"How to Use the AIOSEO Feature Manager on a Multisite Network\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-use-the-aioseo-feature-manager-on-a-multisite-network\\/\",\"categories\":[\"feature-manager\",\"multisite-networks\"]},\"119550\":{\"title\":\"How to Reset the AIOSEO Site Settings on a Multisite Network\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-reset-the-aioseo-site-settings-on-a-multisite-network\\/\",\"categories\":[\"multisite-networks\",\"network-tools\"]},\"119543\":{\"title\":\"How to Backup and Restore AIOSEO Site Settings on a Multisite Network\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-backup-and-restore-aioseo-site-settings-on-a-multisite-network\\/\",\"categories\":[\"multisite-networks\",\"network-tools\"]},\"119531\":{\"title\":\"How to Import Settings from Other Plugins on a Multisite Network\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-import-settings-from-other-plugins-on-a-multisite-network\\/\",\"categories\":[\"multisite-networks\",\"network-tools\"]},\"119519\":{\"title\":\"How to Import and Export AIOSEO Settings and Meta Data on a Multisite Network\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-import-and-export-aioseo-settings-and-meta-data-on-a-multisite-network\\/\",\"categories\":[\"multisite-networks\",\"network-tools\"]},\"119497\":{\"title\":\"How to Add Your AIOSEO License Key on a WordPress Multisite Network\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-add-your-aioseo-license-key-on-a-wordpress-multisite-network\\/\",\"categories\":[\"multisite-networks\",\"network-settings\"]},\"111476\":{\"title\":\"Displaying a List of Locations on Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-a-list-of-locations-on-your-site\\/\",\"categories\":[\"content-blocks\",\"local-business-seo\"]},\"111473\":{\"title\":\"Displaying Your Business Location Information on Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-your-business-location-information-on-your-site\\/\",\"categories\":[\"content-blocks\",\"local-business-seo\"]},\"111459\":{\"title\":\"Displaying Opening Hours on Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-opening-hours-on-your-site\\/\",\"categories\":[\"content-blocks\",\"local-business-seo\"]},\"111455\":{\"title\":\"Adding a Map of Your Location to Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-a-map-of-your-location-to-your-site\\/\",\"categories\":[\"content-blocks\",\"local-business-seo\"]},\"111450\":{\"title\":\"Adding Breadcrumbs to Your Site Using the AIOSEO Breadcrumbs Block\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-breadcrumbs-to-your-site-using-the-aioseo-breadcrumbs-block\\/\",\"categories\":[\"breadcrumbs\",\"content-blocks\"]},\"109878\":{\"title\":\"Adding a Redirect When You Delete Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-a-redirect-when-you-delete-content\\/\",\"categories\":[\"redirection-manager\"]},\"109829\":{\"title\":\"Redirecting 404 Content Not Found Using All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirecting-404-content-not-found-using-all-in-one-seo\\/\",\"categories\":[\"redirection-manager\"]},\"109916\":{\"title\":\"Using the Image SEO Features in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-image-seo-features-in-all-in-one-seo\\/\",\"categories\":[\"image-seo\"]},\"104857\":{\"title\":\"Adding a Table of Contents to Your Site Using All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-a-table-of-contents-to-your-site-using-all-in-one-seo\\/\",\"categories\":[\"content-blocks\"]},\"104616\":{\"title\":\"Adding FAQs to Your Site Using All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-faqs-to-your-site-using-all-in-one-seo\\/\",\"categories\":[\"content-blocks\"]},\"104595\":{\"title\":\"Automatic Redirects When Changing the Post Slug\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/automatic-redirects-when-changing-the-post-slug\\/\",\"categories\":[\"redirection-manager\"]},\"103415\":{\"title\":\"Removing Published Date from Article Schema\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/removing-published-date-from-article-schema\\/\",\"categories\":[\"developer-documentation\"]},\"101250\":{\"title\":\"Outputting AIOSEO\'s data in the HEAD without using wp_head()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/outputting-aioseos-data-in-the-head-without-using-wp_head\\/\",\"categories\":[\"developer-documentation\"]},\"100154\":{\"title\":\"Automatic Redirects When You Delete Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/automatic-redirects-when-you-delete-content\\/\",\"categories\":[\"redirection-manager\"]},\"98532\":{\"title\":\"Localizing AIOSEO Data via the Translations API\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/localizing-aioseo-data-via-the-translations-api\\/\",\"categories\":[\"developer-documentation\"]},\"98576\":{\"title\":\"aioseo_sitemap_term\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_term\\/\",\"categories\":[\"filter-hooks\"]},\"98575\":{\"title\":\"aioseo_sitemap_post\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_post\\/\",\"categories\":[\"filter-hooks\"]},\"98566\":{\"title\":\"aioseo_save_term\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_save_term\\/\",\"categories\":[\"filter-hooks\"]},\"98565\":{\"title\":\"aioseo_save_post\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_save_post\\/\",\"categories\":[\"filter-hooks\"]},\"98557\":{\"title\":\"aioseo_get_term\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_get_term\\/\",\"categories\":[\"filter-hooks\"]},\"98554\":{\"title\":\"aioseo_get_post\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_get_post\\/\",\"categories\":[\"filter-hooks\"]},\"93967\":{\"title\":\"Importing URLs into the XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importing-urls-into-the-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"93822\":{\"title\":\"How to Use Crawl Cleanup to Increase Search Engine Crawl Quota\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/crawl-cleanup-best-practices\\/\",\"categories\":[\"advanced-settings\"]},\"90584\":{\"title\":\"How to Add a Temporary Administrator Login to Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-add-a-temporary-administrator-login-to-your-site\\/\",\"categories\":[\"frequently-asked-questions\",\"troubleshooting\"]},\"88927\":{\"title\":\"Dashboard Widgets in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/dashboard-widgets-in-all-in-one-seo\\/\",\"categories\":[\"dashboard\"]},\"86198\":{\"title\":\"How to Strip the Category Base in WordPress\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-strip-the-category-base-in-wordpress\\/\",\"categories\":[\"category-tag-settings\"]},\"84322\":{\"title\":\"Running shortcodes in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/running-shortcodes\\/\",\"categories\":[\"advanced-settings\"]},\"84156\":{\"title\":\"Translating Your SEO with WPML\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/translating-your-seo-with-wpml\\/\",\"categories\":[\"post-page-settings\"]},\"80219\":{\"title\":\"How to Verify Your Site with Microsoft Clarity\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-verify-your-site-with-microsoft-clarity\\/\",\"categories\":[\"webmaster-tools\"]},\"79928\":{\"title\":\"How to Handle Issues With Installing All in One SEO Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-handle-issues-with-installing-all-in-one-seo-pro\\/\",\"categories\":[\"installation\"]},\"79149\":{\"title\":\"Fetching & Updating AIOSEO Data via the WordPress REST API\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/fetching-updating-aioseo-data-via-the-wordpress-rest-api\\/\",\"categories\":[\"developer-documentation\",\"rest-api\"]},\"77593\":{\"title\":\"How To Fix JavaScript Errors\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-fix-javascript-errors\\/\",\"categories\":[\"troubleshooting\"]},\"77589\":{\"title\":\"Browser Support Policy\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/browser-support-policy\\/\",\"categories\":[\"frequently-asked-questions\"]},\"75143\":{\"title\":\"How to Redirect a Post from the Edit Post Screen\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-redirect-a-post-from-the-edit-post-screen\\/\",\"categories\":[\"post-page-settings\",\"redirection-manager\"]},\"75686\":{\"title\":\"Preventing the Modified Date for Content from Changing\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/preventing-the-modified-date-for-content-from-changing\\/\",\"categories\":[\"post-page-settings\"]},\"73002\":{\"title\":\"Page Builder Integrations\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/page-builder-integrations\\/\",\"categories\":[\"home-page-settings\",\"post-page-settings\",\"third-party-integrations\",\"truseo\"]},\"73003\":{\"title\":\"Integrating with IndexNow to Instantly Re-index Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/integrating-with-indexnow-to-instantly-re-index-your-content\\/\",\"categories\":[\"indexnow\",\"webmaster-tools\"]},\"72711\":{\"title\":\"aioseo_page_builder_integration_disable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_page_builder_integration_disable\\/\",\"categories\":[\"filter-hooks\"]},\"68444\":{\"title\":\"An Introduction to Link Assistant \\u2014 The Easy Way to Manage Onsite Links\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/introduction-to-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69559\":{\"title\":\"Using the Link Assistant in All in One SEO Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69594\":{\"title\":\"Internal Links in the Links Report in Link Assistant\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/internal-links-in-the-links-report-in-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69596\":{\"title\":\"External Links in the Links Report in Link Assistant\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/external-links-in-the-links-report-in-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69921\":{\"title\":\"Link Suggestions in the Links Report in Link Assistant\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/link-suggestions-in-the-links-report-in-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69602\":{\"title\":\"Affiliate Links in the Links Report in Link Assistant\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/affiliate-links-in-the-links-report-in-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69761\":{\"title\":\"Using the Domains Report in Link Assistant\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-domains-report-in-link-assistant\\/\",\"categories\":[\"link-assistant\"]},\"69770\":{\"title\":\"Link Assistant Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/link-assistant-settings\\/\",\"categories\":[\"link-assistant\"]},\"68431\":{\"title\":\"aioseo_sitemap_images\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_images\\/\",\"categories\":[\"filter-hooks\"]},\"66833\":{\"title\":\"Why Is N\\/A Displayed Instead of a Score For My Content?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/why-is-na-displayed-instead-of-a-score-for-my-content\\/\",\"categories\":[\"frequently-asked-questions\",\"truseo\"]},\"18824\":{\"title\":\"Local Business SEO for a Single Location\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/local-business-seo-for-a-single-location\\/\",\"categories\":[\"local-business-seo\",\"schema-settings\"]},\"35828\":{\"title\":\"Local Business SEO for Multiple Locations\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/local-business-seo-for-multiple-locations\\/\",\"categories\":[\"local-business-seo\"]},\"58476\":{\"title\":\"aioseo_public_taxonomies\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_public_taxonomies\\/\",\"categories\":[\"filter-hooks\"]},\"58475\":{\"title\":\"aioseo_public_post_types\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_public_post_types\\/\",\"categories\":[\"filter-hooks\"]},\"64776\":{\"title\":\"How Long Does it Take For My Content to Appear on Google?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-long-does-it-take-for-my-content-to-appear-on-google\\/\",\"categories\":[\"frequently-asked-questions\"]},\"35926\":{\"title\":\"Adding a Location in Local SEO Addon\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-a-location-in-local-seo-addon\\/\",\"categories\":[\"local-business-seo\"]},\"61020\":{\"title\":\"How to Display a Favicon in Search Results\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-display-a-favicon-in-search-results\\/\",\"categories\":[\"frequently-asked-questions\",\"general-seo-topics\"]},\"35956\":{\"title\":\"Displaying Locations on Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-locations-on-your-site\\/\",\"categories\":[\"local-business-seo\"]},\"56330\":{\"title\":\"aioseo_sitemap_indexes\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_indexes\\/\",\"categories\":[\"filter-hooks\"]},\"56011\":{\"title\":\"Redirect Manager - Configuration Reload\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirect-manager-configuration-reload\\/\",\"categories\":[\"redirection-manager\"]},\"52689\":{\"title\":\"aioseo_flyout_menu_enable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_flyout_menu_disable\\/\",\"categories\":[\"filter-hooks\"]},\"45698\":{\"title\":\"Displaying your Business Information and Star Ratings on a Map\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-places-on-your-maps\\/\",\"categories\":[\"local-business-seo\"]},\"49268\":{\"title\":\"aioseo_access_control_excluded_roles\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_access_control_excluded_roles\\/\",\"categories\":[\"filter-hooks\"]},\"44555\":{\"title\":\"Setting up Google Maps for Local SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-up-google-maps\\/\",\"categories\":[\"local-business-seo\"]},\"48189\":{\"title\":\"How to Create an HTML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/html-sitemap\\/\",\"categories\":[\"html-sitemap\"]},\"48365\":{\"title\":\"Using a Widget to Display Your HTML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-a-widget-to-display-your-html-sitemap\\/\",\"categories\":[\"html-sitemap\"]},\"48361\":{\"title\":\"Using PHP Code to Display Your HTML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-html-sitemap\\/\",\"categories\":[\"html-sitemap\"]},\"48260\":{\"title\":\"Using a Block to Display Your HTML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-a-block-to-display-your-html-sitemap\\/\",\"categories\":[\"content-blocks\",\"html-sitemap\"]},\"48222\":{\"title\":\"aioseo_breadcrumbs_separator_symbol\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_separator_symbol\\/\",\"categories\":[\"filter-hooks\"]},\"48227\":{\"title\":\"aioseo_breadcrumbs_template\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_template\\/\",\"categories\":[\"filter-hooks\"]},\"48231\":{\"title\":\"aioseo_breadcrumbs_trail\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_trail\\/\",\"categories\":[\"filter-hooks\"]},\"48232\":{\"title\":\"aioseo_breadcrumbs_link_current_item\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_link_current_item\\/\",\"categories\":[\"filter-hooks\"]},\"48233\":{\"title\":\"aioseo_breadcrumbs_show_current_item\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_show_current_item\\/\",\"categories\":[\"filter-hooks\"]},\"48219\":{\"title\":\"aioseo_breadcrumbs_output\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_output\\/\",\"categories\":[\"filter-hooks\"]},\"48223\":{\"title\":\"aioseo_breadcrumbs_separator\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_breadcrumbs_separator\\/\",\"categories\":[\"filter-hooks\"]},\"48238\":{\"title\":\"Using a Shortcode to Display Your HTML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-html-sitemap\\/\",\"categories\":[\"html-sitemap\"]},\"45805\":{\"title\":\"aioseo_sitemap_exclude_terms\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_exclude_terms\\/\",\"categories\":[\"filter-hooks\"]},\"45804\":{\"title\":\"aioseo_sitemap_exclude_posts\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_exclude_posts\\/\",\"categories\":[\"filter-hooks\"]},\"61002\":{\"title\":\"How to Create a Google Maps API Key\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-a-google-maps-api-key\\/\",\"categories\":[\"local-business-seo\"]},\"45528\":{\"title\":\"aioseo_schema_output\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_schema_output\\/\",\"categories\":[\"filter-hooks\"]},\"42995\":{\"title\":\"Using the Headline Analyzer in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-headline-analyzer-in-all-in-one-seo\\/\",\"categories\":[\"headline-analyzer\"]},\"42683\":{\"title\":\"How to Perform a Full Site Redirect\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/full-site-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"50988\":{\"title\":\"Displaying Maps on Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-maps-on-your-site\\/\",\"categories\":[\"local-business-seo\"]},\"42999\":{\"title\":\"How to Disable the Headline Analyzer\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-disable-the-headline-analyzer\\/\",\"categories\":[\"advanced-settings\",\"headline-analyzer\"]},\"42975\":{\"title\":\"Installing Addons for All in One SEO Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/installing-addons-for-all-in-one-seo-pro\\/\",\"categories\":[\"installation\"]},\"42854\":{\"title\":\"Creating a Pass Through Redirect\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/creating-a-pass-through-redirect\\/\",\"categories\":[\"redirection-manager\"]},\"41800\":{\"title\":\"Using Custom Rules in the Redirection Manager\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirection-manager-custom-rules\\/\",\"categories\":[\"redirection-manager\"]},\"42224\":{\"title\":\"Resetting the Settings in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/resetting-the-settings-in-all-in-one-seo\\/\",\"categories\":[\"database-tools\",\"tools\"]},\"41884\":{\"title\":\"Setting the Site Name for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-site-name-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"41862\":{\"title\":\"How to Get Google to Display the Sitelinks Search Box\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-get-google-to-display-the-sitelinks-search-box\\/\",\"categories\":[\"schema-settings\"]},\"41851\":{\"title\":\"Setting the SEO Title and Description Format for the Search Results Page\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-the-search-results-page\\/\",\"categories\":[\"content-type-settings\",\"search-appearance\"]},\"41811\":{\"title\":\"SEO Analysis Unable to Connect to Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/seo-analysis-unable-to-connect-to-your-site\\/\",\"categories\":[\"seo-analysis\",\"troubleshooting\"]},\"41280\":{\"title\":\"How to Renew Your AIOSEO License\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-renew-your-aioseo-license\\/\",\"categories\":[\"frequently-asked-questions\",\"getting-started\"]},\"41077\":{\"title\":\"Update WordPress: WordPress Versions Supported by AIOSEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/update-wordpress\\/\",\"categories\":[\"troubleshooting\"]},\"40587\":{\"title\":\"How to Open the Browser Error Console\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-open-the-browser-error-console\\/\",\"categories\":[\"troubleshooting\"]},\"40582\":{\"title\":\"How to Enable Debugging in WordPress\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-enable-debugging-in-wordpress\\/\",\"categories\":[\"troubleshooting\"]},\"40148\":{\"title\":\"What is TruSEO?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-is-truseo\\/\",\"categories\":[\"frequently-asked-questions\",\"truseo\"]},\"39494\":{\"title\":\"Redirecting Attachment Pages\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirecting-attachment-pages\\/\",\"categories\":[\"media-settings\",\"search-appearance\"]},\"66310\":{\"title\":\"Selecting the Google Maps APIs to use with All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/selecting-the-google-maps-apis-to-use-with-all-in-one-seo\\/\",\"categories\":[\"local-business-seo\"]},\"38915\":{\"title\":\"Setting Up and Using Breadcrumbs Templates\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-up-and-using-breadcrumbs-templates\\/\",\"categories\":[\"breadcrumbs\"]},\"38610\":{\"title\":\"Displaying Breadcrumbs On Your Site\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-breadcrumbs-on-your-site\\/\",\"categories\":[\"breadcrumbs\"]},\"36048\":{\"title\":\"Function: aioseo_breadcrumbs()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-aioseo_breadcrumbs\\/\",\"categories\":[\"breadcrumbs\"]},\"36047\":{\"title\":\"Shortcode: [aioseo_breadcrumbs]\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-aioseo_breadcrumbs\\/\",\"categories\":[\"breadcrumbs\"]},\"38240\":{\"title\":\"aioseo_social_image_ignore_cover_block\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_social_image_ignore_cover_block\\/\",\"categories\":[\"filter-hooks\"]},\"34923\":{\"title\":\"How to Redirect a Post or Page in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-redirect-a-post-or-page-in-all-in-one-seo\\/\",\"categories\":[\"redirection-manager\"]},\"34977\":{\"title\":\"How to Redirect Multiple URLs to the Same Destination\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-redirect-multiple-urls-to-the-same-destination\\/\",\"categories\":[\"redirection-manager\"]},\"35604\":{\"title\":\"Automatic Redirects When URLs Change in Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/automatic-redirects-when-urls-change-in-content\\/\",\"categories\":[\"redirection-manager\"]},\"31460\":{\"title\":\"Enhanced Search Query Conflict\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/enhanced-search-query-conflict\\/\",\"categories\":[\"local-business-seo\"]},\"30850\":{\"title\":\"aioseo_local_business_info_email_icon\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_info_email_icon\\/\",\"categories\":[\"filter-hooks\"]},\"30839\":{\"title\":\"aioseo_local_business_info_location_icon\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_info_location_icon\\/\",\"categories\":[\"filter-hooks\"]},\"30759\":{\"title\":\"aioseo_local_business_output_business_info_instance\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_output_business_info_instance\\/\",\"categories\":[\"filter-hooks\"]},\"30760\":{\"title\":\"aioseo_local_business_output_business_info_location_data\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_output_business_info_location_data\\/\",\"categories\":[\"filter-hooks\"]},\"30765\":{\"title\":\"aioseo_local_business_output_opening_hours_instance\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_output_opening_hours_instance\\/\",\"categories\":[\"filter-hooks\"]},\"30766\":{\"title\":\"aioseo_local_business_output_opening_hours_data\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_output_opening_hours_data\\/\",\"categories\":[\"filter-hooks\"]},\"30849\":{\"title\":\"aioseo_local_business_info_phone_icon\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_info_phone_icon\\/\",\"categories\":[\"filter-hooks\"]},\"30851\":{\"title\":\"aioseo_local_business_opening_hours_icon\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_opening_hours_icon\\/\",\"categories\":[\"filter-hooks\"]},\"30398\":{\"title\":\"aioseo_local_business_post_type_name\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_post_type_name\\/\",\"categories\":[\"filter-hooks\"]},\"30551\":{\"title\":\"aioseo_local_business_post_type_slug\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_post_type_slug\\/\",\"categories\":[\"filter-hooks\"]},\"30556\":{\"title\":\"aioseo_local_business_post_type_single_label\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_post_type_single_label\\/\",\"categories\":[\"filter-hooks\"]},\"30559\":{\"title\":\"aioseo_local_business_post_type_plural_label\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_post_type_plural_label\\/\",\"categories\":[\"filter-hooks\"]},\"30560\":{\"title\":\"aioseo_local_business_post_type\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_post_type\\/\",\"categories\":[\"filter-hooks\"]},\"30563\":{\"title\":\"aioseo_local_business_taxonomy_name\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_taxonomy_name\\/\",\"categories\":[\"filter-hooks\"]},\"30564\":{\"title\":\"aioseo_local_business_taxonomy_slug\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_taxonomy_slug\\/\",\"categories\":[\"filter-hooks\"]},\"35609\":{\"title\":\"Choosing Which Redirect Type to Use\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/choosing-which-redirect-type-to-use\\/\",\"categories\":[\"redirection-manager\"]},\"35599\":{\"title\":\"Importing Redirects From Other Plugins\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importing-redirects-from-other-plugins\\/\",\"categories\":[\"redirection-manager\"]},\"35588\":{\"title\":\"Exporting and Importing Redirects\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/exporting-and-importing-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"35579\":{\"title\":\"Logging 404 Errors in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/logging-404-errors-in-all-in-one-seo\\/\",\"categories\":[\"redirection-manager\"]},\"35552\":{\"title\":\"Logging Redirects in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/logging-redirects-in-all-in-one-seo\\/\",\"categories\":[\"redirection-manager\"]},\"35570\":{\"title\":\"Redirect GDPR Privacy Information\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirect-gdpr-privacy-information\\/\",\"categories\":[\"redirection-manager\"]},\"30863\":{\"title\":\"Local Business SEO - Template overrides\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/local-business-seo-template-overrides\\/\",\"categories\":[\"local-business-seo\"]},\"35133\":{\"title\":\"aioseo_twitter_tags\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_twitter_tags\\/\",\"categories\":[\"filter-hooks\"]},\"35132\":{\"title\":\"aioseo_facebook_tags\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_facebook_tags\\/\",\"categories\":[\"filter-hooks\"]},\"34993\":{\"title\":\"Ignoring Case Sensitivity in Redirects\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/ignoring-case-sensitivity-in-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"34983\":{\"title\":\"Ignoring the Trailing Slash in Redirects\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/ignoring-the-trailing-slash-in-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"36104\":{\"title\":\"Using Query Parameters With Redirects\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-query-parameters-with-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"30565\":{\"title\":\"aioseo_local_business_taxonomy\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_taxonomy\\/\",\"categories\":[\"filter-hooks\"]},\"36115\":{\"title\":\"Caching of Redirects in the Browser\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/caching-of-redirects-in-the-browser\\/\",\"categories\":[\"redirection-manager\"]},\"34701\":{\"title\":\"Adding WooCommerce Product Attributes to SEO Title or Description\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-woocommerce-product-attributes-to-seo-title-or-description\\/\",\"categories\":[\"post-page-settings\",\"search-appearance\",\"woocommerce\"]},\"36111\":{\"title\":\"Selecting the Redirect Method in Redirects\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/selecting-the-redirect-method-in-redirects\\/\",\"categories\":[\"redirection-manager\"]},\"40115\":{\"title\":\"Redirect Manager Cannot Detect Your Server\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirect-manager-unknown-web-server\\/\",\"categories\":[\"redirection-manager\"]},\"36369\":{\"title\":\"Using Regex in the Redirection Manager\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/redirect-manager-regex\\/\",\"categories\":[\"redirection-manager\"]},\"31442\":{\"title\":\"Shortcode: [aioseo_local_opening_hours]\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-aioseo_local_opening_hours\\/\",\"categories\":[\"local-business-seo\"]},\"31443\":{\"title\":\"Shortcode: [aioseo_local_locations]\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-aioseo_local_locations\\/\",\"categories\":[\"local-business-seo\"]},\"34179\":{\"title\":\"Using the Smart Tags in Titles and Descriptions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-smart-tags-in-titles-and-descriptions\\/\",\"categories\":[\"post-page-settings\",\"search-appearance\"]},\"31441\":{\"title\":\"Shortcode: [aioseo_local_business_info]\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-aioseo_local_business_info\\/\",\"categories\":[\"local-business-seo\"]},\"46122\":{\"title\":\"Shortcode: [aioseo_local_map]\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/shortcode-aioseo_local_map\\/\",\"categories\":[\"local-business-seo\"]},\"33507\":{\"title\":\"What\'s The Difference Between TruSEO and Page Analysis?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/whats-the-difference-between-truseo-and-page-analysis\\/\",\"categories\":[\"frequently-asked-questions\",\"post-page-settings\",\"truseo\"]},\"33310\":{\"title\":\"Setting Noindex for RSS Feeds\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-noindex-for-rss-feeds\\/\",\"categories\":[\"advanced-settings\",\"search-appearance\"]},\"33130\":{\"title\":\"aioseo_disable_shortcode_parsing\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_disable_shortcode_parsing\\/\",\"categories\":[\"filter-hooks\"]},\"32085\":{\"title\":\"aioseo_conflicting_shortcodes\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_conflicting_shortcodes\\/\",\"categories\":[\"filter-hooks\"]},\"31992\":{\"title\":\"aioseo_schema_graphs\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_schema_graphs\\/\",\"categories\":[\"filter-hooks\"]},\"31589\":{\"title\":\"Understanding the TruSEO Page Analysis Recommendations\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/understanding-the-truseo-page-analysis-recommendations\\/\",\"categories\":[\"post-page-settings\",\"truseo\"]},\"31456\":{\"title\":\"Function: aioseo_local_locations()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-aioseo_local_locations\\/\",\"categories\":[\"local-business-seo\"]},\"31455\":{\"title\":\"Function: aioseo_local_opening_hours()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-aioseo_local_opening_hours\\/\",\"categories\":[\"local-business-seo\"]},\"31451\":{\"title\":\"Function: aioseo_local_business_info()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-aioseo_local_business_info\\/\",\"categories\":[\"local-business-seo\"]},\"46123\":{\"title\":\"Function: aioseo_local_map()\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/function-aioseo_local_map\\/\",\"categories\":[\"local-business-seo\"]},\"31042\":{\"title\":\"Getting Keyphrase Suggestions From Semrush\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/getting-keyphrase-suggestions-from-semrush\\/\",\"categories\":[\"post-page-settings\",\"truseo\"]},\"30773\":{\"title\":\"aioseo_local_business_address_tag_value\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_address_tag_value\\/\",\"categories\":[\"filter-hooks\"]},\"30770\":{\"title\":\"aioseo_local_business_address_tags\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_address_tags\\/\",\"categories\":[\"filter-hooks\"]},\"30752\":{\"title\":\"aioseo_local_business_get_location\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_local_business_get_location\\/\",\"categories\":[\"filter-hooks\"]},\"30728\":{\"title\":\"Unable to Save Settings Due to Cloudflare Firewall Rules\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/unable-to-save-settings-due-to-cloudflare-firewall-rules\\/\",\"categories\":[\"troubleshooting\"]},\"30318\":{\"title\":\"aioseo_flush_output_buffer\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_flush_output_buffer\\/\",\"categories\":[\"filter-hooks\"]},\"18813\":{\"title\":\"Installing All in One SEO Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/installing-all-in-one-seo-pro\\/\",\"categories\":[\"getting-started\",\"installation\"]},\"18973\":{\"title\":\"Beginners Guide for All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/quick-start-guide\\/\",\"categories\":[\"getting-started\"]},\"18820\":{\"title\":\"Setting the SEO Title and Description for Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-for-your-content\\/\",\"categories\":[\"getting-started\",\"post-page-settings\"]},\"18902\":{\"title\":\"How to Create an XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-an-xml-sitemap\\/\",\"categories\":[\"getting-started\",\"xml-sitemap\"]},\"18859\":{\"title\":\"Beginners Guide to Social Networks Settings for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/beginners-guide-to-social-networks-settings-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"getting-started\",\"social-networks\"]},\"18857\":{\"title\":\"Beginners Guide to Social Networks Settings for Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/beginners-guide-to-social-networks-settings-for-twitter\\/\",\"categories\":[\"getting-started\",\"social-networks\",\"twitter-settings\"]},\"29991\":{\"title\":\"aioseo_disable_link_format\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_disable_link_format\\/\",\"categories\":[\"filter-hooks\"]},\"27841\":{\"title\":\"aioseo_thumbnail_size\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_thumbnail_size\\/\",\"categories\":[\"filter-hooks\"]},\"27844\":{\"title\":\"Displaying Additional Data for Written By and Reading Time\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-additional-data-for-written-by-and-reading-time\\/\",\"categories\":[\"social-networks\"]},\"27494\":{\"title\":\"aioseo_meta_views\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_meta_views\\/\",\"categories\":[\"filter-hooks\"]},\"27363\":{\"title\":\"Using the SEO Analysis Tool\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-seo-analysis-tool\\/\",\"categories\":[\"seo-analysis\"]},\"27272\":{\"title\":\"Importing Settings From Other Plugins\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importing-settings-from-other-plugins\\/\",\"categories\":[\"importer-exporter\",\"seo-data-importer\",\"tools\"]},\"27268\":{\"title\":\"Backing Up and Restoring AIOSEO Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/backing-up-and-restoring-aioseo-settings\\/\",\"categories\":[\"importer-exporter\",\"tools\"]},\"27259\":{\"title\":\"Importing and Exporting AIOSEO Settings and Meta Data\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importing-and-exporting-aioseo-settings-and-meta-data\\/\",\"categories\":[\"importer-exporter\",\"tools\"]},\"26450\":{\"title\":\"Blank Title Formats Have Been Detected\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/blank-title-formats-detected\\/\",\"categories\":[\"troubleshooting\"]},\"25802\":{\"title\":\"aioseo_sitemap_additional_pages\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_sitemap_additional_pages\\/\",\"categories\":[\"filter-hooks\"]},\"24928\":{\"title\":\"Including Custom Fields in the TruSEO Page Analysis\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/including-custom-fields-in-the-seo-page-analysis\\/\",\"categories\":[\"content-type-settings\",\"search-appearance\",\"truseo\"]},\"24285\":{\"title\":\"aioseo_prev_link\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_prev_link\\/\",\"categories\":[\"filter-hooks\"]},\"24284\":{\"title\":\"aioseo_next_link\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_next_link\\/\",\"categories\":[\"filter-hooks\"]},\"23717\":{\"title\":\"aioseo_canonical_url\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_canonical_url\\/\",\"categories\":[\"filter-hooks\"]},\"23604\":{\"title\":\"aioseo_schema_breadcrumbs_home\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_schema_breadcrumbs_home\\/\",\"categories\":[\"filter-hooks\"]},\"23448\":{\"title\":\"aioseo_schema_disable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_schema_disable\\/\",\"categories\":[\"filter-hooks\"]},\"23447\":{\"title\":\"aioseo_robots_meta\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_robots_meta\\/\",\"categories\":[\"filter-hooks\"]},\"23446\":{\"title\":\"aioseo_disable\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_disable\\/\",\"categories\":[\"filter-hooks\"]},\"23438\":{\"title\":\"aioseo_disable_title_rewrites\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_disable_title_rewrites\\/\",\"categories\":[\"filter-hooks\"]},\"23437\":{\"title\":\"aioseo_post_metabox_priority\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_post_metabox_priority\\/\",\"categories\":[\"filter-hooks\"]},\"23436\":{\"title\":\"aioseo_show_seo_news\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_show_seo_news\\/\",\"categories\":[\"filter-hooks\"]},\"23433\":{\"title\":\"aioseo_show_in_admin_bar\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_show_in_admin_bar\\/\",\"categories\":[\"filter-hooks\"]},\"23423\":{\"title\":\"aioseo_keywords\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_keywords\\/\",\"categories\":[\"filter-hooks\"]},\"23350\":{\"title\":\"aioseo_title\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_title\\/\",\"categories\":[\"filter-hooks\"]},\"23351\":{\"title\":\"aioseo_description\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo_description\\/\",\"categories\":[\"filter-hooks\"]},\"23415\":{\"title\":\"Troubleshooting Action Scheduler issues with AIOSEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/troubleshooting-action-scheduler-issues\\/\",\"categories\":[\"troubleshooting\"]},\"20504\":{\"title\":\"Where Did my SEO Keywords go in All in One SEO v4.0?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/where-did-my-seo-keywords-go-in-all-in-one-seo-v4-0\\/\",\"categories\":[\"advanced-settings\",\"frequently-asked-questions\",\"post-page-settings\",\"search-appearance\"]},\"18792\":{\"title\":\"Sitemap rewrite rules for NGINX\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/xml-sitemap-rewrite-rules-for-nginx\\/\",\"categories\":[\"rss-sitemap\",\"video-sitemap\",\"xml-sitemap\"]},\"18793\":{\"title\":\"Unfiltered HTML Capability is Required\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/unfiltered-html-capability\\/\",\"categories\":[\"troubleshooting\"]},\"18794\":{\"title\":\"Deprecated Open Graph Settings in All in One SEO version 4.0\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/deprecated-opengraph-settings\\/\",\"categories\":[\"social-networks\"]},\"18795\":{\"title\":\"Why does the character counter for SEO titles show a different count?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/why-does-the-character-counter-for-seo-titles-show-a-different-count\\/\",\"categories\":[\"frequently-asked-questions\",\"post-page-settings\"]},\"18796\":{\"title\":\"Adding nofollow, sponsored, UGC and title attributes to links\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-nofollow-sponsored-and-title-attributes-to-links\\/\",\"categories\":[\"post-page-settings\"]},\"18797\":{\"title\":\"Setting the SEO for WooCommerce Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-for-woocommerce-content\\/\",\"categories\":[\"search-appearance\",\"woocommerce\"]},\"18798\":{\"title\":\"All in One SEO uses the WordPress REST API\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/aioseo-uses-rest-api\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18799\":{\"title\":\"How to Remove All Settings and Data When you Uninstall All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-remove-all-settings-and-data-when-you-uninstall-all-in-one-seo\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18800\":{\"title\":\"How to Disable TruSEO Content Analysis\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-disable-truseo-content-analysis\\/\",\"categories\":[\"advanced-settings\",\"general-settings\",\"truseo\"]},\"18801\":{\"title\":\"Enabling Automatic Updates for All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/enabling-automatic-updates-for-all-in-one-seo\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18802\":{\"title\":\"Hiding Plugin Notifications in the Notifications Center\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/hiding-plugin-notifications-in-the-notifications-center\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18803\":{\"title\":\"How to Hide the AIOSEO Settings on the Edit Content Screens in WordPress\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-hide-the-aioseo-settings-on-the-edit-content-screens-in-wordpress\\/\",\"categories\":[\"advanced-settings\",\"content-type-settings\",\"post-page-settings\",\"search-appearance\"]},\"18804\":{\"title\":\"Setting Noindex and Nofollow on Paginated Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-noindex-and-nofollow-on-paginated-content\\/\",\"categories\":[\"advanced-settings\",\"search-appearance\"]},\"18805\":{\"title\":\"Setting Unique SEO Titles and Descriptions for Paginated Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-unique-seo-titles-and-descriptions-for-paginated-content\\/\",\"categories\":[\"advanced-settings\",\"search-appearance\"]},\"18806\":{\"title\":\"Setting the SEO Title and Description Format for Custom Post Type Archives\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-custom-post-type-archives\\/\",\"categories\":[\"archive-settings\",\"search-appearance\"]},\"18807\":{\"title\":\"Meta Keyword Settings in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/keyword-settings\\/\",\"categories\":[\"advanced-settings\",\"search-appearance\"]},\"18808\":{\"title\":\"Using the Quick Edit Feature in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-quick-edit-feature-in-all-in-one-seo\\/\",\"categories\":[\"post-page-settings\"]},\"18809\":{\"title\":\"How to FTP to your web server\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-ftp-to-your-web-server\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18810\":{\"title\":\"How to manually install All in One SEO Pro when the file is too big\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-manually-install-all-in-one-seo-pro-when-the-file-is-too-big\\/\",\"categories\":[\"frequently-asked-questions\",\"installation\"]},\"18811\":{\"title\":\"How to Upgrade From All in One SEO Lite to Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-upgrade-from-all-in-one-seo-lite-to-pro\\/\",\"categories\":[\"getting-started\",\"installation\"]},\"18812\":{\"title\":\"Installation instructions for WordPress.com Users\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/installation-instructions-for-wordpress-com-users\\/\",\"categories\":[\"installation\"]},\"18814\":{\"title\":\"Configuring the Twitter Settings for Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/configuring-the-twitter-settings-for-your-content\\/\",\"categories\":[\"post-page-settings\",\"social-networks\",\"twitter-settings\"]},\"18815\":{\"title\":\"Configuring the Facebook Settings for Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/configuring-the-facebook-settings-for-your-content\\/\",\"categories\":[\"facebook-settings\",\"post-page-settings\",\"social-networks\"]},\"18816\":{\"title\":\"Hiding the AIOSEO Column on Taxonomy Screens\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/hiding-the-aioseo-column-on-taxonomy-screens\\/\",\"categories\":[\"advanced-settings\",\"category-tag-settings\",\"general-settings\"]},\"18818\":{\"title\":\"Setting the Sitemap Priority and Frequency for Individual Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-sitemap-priority-and-frequency-for-individual-content\\/\",\"categories\":[\"post-page-settings\",\"xml-sitemap\"]},\"18819\":{\"title\":\"Setting the Robots Meta for Individual Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-robots-meta-for-individual-content\\/\",\"categories\":[\"post-page-settings\"]},\"18821\":{\"title\":\"Individual Post\\/Page Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/post-settings\\/\",\"categories\":[\"post-page-settings\"]},\"18822\":{\"title\":\"Bad Bot Blocker\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/bad-bot-blocker\\/\",\"categories\":[\"bad-bot-blocker\"]},\"18823\":{\"title\":\"How to Fix a 404 Error When Viewing Your Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-fix-a-404-error-when-viewing-your-sitemap\\/\",\"categories\":[\"frequently-asked-questions\",\"google-news-sitemap\",\"rss-sitemap\",\"troubleshooting\",\"video-sitemap\",\"xml-sitemap\"]},\"18825\":{\"title\":\"When to use NOINDEX or the robots.txt?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/when-to-use-noindex-or-the-robots-txt\\/\",\"categories\":[\"frequently-asked-questions\",\"robots-txt\",\"search-appearance\",\"tools\"]},\"18826\":{\"title\":\"Support for Videos Embedded Using the Media Library\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/support-for-videos-embedded-using-the-media-library\\/\",\"categories\":[\"video-sitemap\"]},\"18827\":{\"title\":\"Supported Videos\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/supported-videos\\/\",\"categories\":[\"video-sitemap\"]},\"18828\":{\"title\":\"Performance Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/performance-settings\\/\",\"categories\":[\"performance\"]},\"18830\":{\"title\":\"Setting the SEO Title and Description Format for Author and Date Archives\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-author-and-date-archives\\/\",\"categories\":[\"archive-settings\",\"search-appearance\"]},\"18831\":{\"title\":\"Using Custom Fields in Titles and Descriptions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/custom-fields-in-titles-and-descriptions\\/\",\"categories\":[\"content-type-settings\",\"post-page-settings\",\"search-appearance\"]},\"18832\":{\"title\":\"Using the Focus Keyphrase to Analyze Your Content\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-focus-keyphrase-to-analyze-your-content\\/\",\"categories\":[\"frequently-asked-questions\",\"post-page-settings\",\"truseo\"]},\"18833\":{\"title\":\"Using the Robots.txt Tool in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-robots-txt-tool-in-all-in-one-seo\\/\",\"categories\":[\"robots-txt\",\"tools\"]},\"18834\":{\"title\":\"Using the Robots Meta Settings in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-the-robots-meta-settings-in-all-in-one-seo\\/\",\"categories\":[\"advanced-settings\",\"archive-settings\",\"category-tag-settings\",\"content-type-settings\",\"media-settings\",\"post-page-settings\",\"search-appearance\",\"taxonomy-settings\"]},\"18835\":{\"title\":\"Noindex Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/noindex-settings\\/\",\"categories\":[\"search-appearance\"]},\"18838\":{\"title\":\"Hiding the AIOSEO Admin Bar Menu\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/hiding-the-aioseo-admin-bar-menu\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18839\":{\"title\":\"Hiding the AIOSEO Dashboard Widgets\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/hiding-the-aioseo-dashboard-widget\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18840\":{\"title\":\"Hiding the AIOSEO Column on All Posts Screens\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/hiding-the-aioseo-column-on-all-posts-screens\\/\",\"categories\":[\"advanced-settings\",\"general-settings\"]},\"18841\":{\"title\":\"Display Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/display-settings\\/\",\"categories\":[\"display-settings\"]},\"18842\":{\"title\":\"Setting the SEO Title and Description Format for Media Attachments\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-media-attachments\\/\",\"categories\":[\"media-settings\",\"search-appearance\"]},\"18843\":{\"title\":\"Showing or Hiding Your Content in Search Results\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/showing-or-hiding-your-content-in-search-results\\/\",\"categories\":[\"archive-settings\",\"category-tag-settings\",\"content-type-settings\",\"media-settings\",\"post-page-settings\",\"search-appearance\",\"taxonomy-settings\"]},\"18844\":{\"title\":\"Content Type Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/custom-post-type-settings\\/\",\"categories\":[\"content-type-settings\",\"search-appearance\"]},\"18845\":{\"title\":\"What Are Media Attachments and Should I Submit Them to Search Engines?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-are-media-attachments-and-should-i-submit-them-to-search-engines\\/\",\"categories\":[\"frequently-asked-questions\",\"media-settings\"]},\"18846\":{\"title\":\"Setting the SEO Title and Description Format for Custom Taxonomies\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-custom-taxonomies\\/\",\"categories\":[\"category-tag-settings\",\"search-appearance\",\"taxonomy-settings\"]},\"18847\":{\"title\":\"Setting the SEO Title and Description Format for Custom Post Types\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-custom-post-types\\/\",\"categories\":[\"content-type-settings\",\"search-appearance\"]},\"18848\":{\"title\":\"Setting the SEO Title and Description Format for Tags\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-tags\\/\",\"categories\":[\"category-tag-settings\",\"search-appearance\",\"taxonomy-settings\"]},\"18849\":{\"title\":\"Setting the SEO Title and Description Format for Categories\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-categories\\/\",\"categories\":[\"category-tag-settings\",\"search-appearance\",\"taxonomy-settings\"]},\"18850\":{\"title\":\"Setting the SEO Title and Description Format for Pages\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-pages\\/\",\"categories\":[\"content-type-settings\",\"post-page-settings\",\"search-appearance\"]},\"18851\":{\"title\":\"Setting the SEO Title and Description Format for Posts\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-title-and-description-format-for-posts\\/\",\"categories\":[\"content-type-settings\",\"post-page-settings\",\"search-appearance\"]},\"18852\":{\"title\":\"Title Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/title-settings\\/\",\"categories\":[\"search-appearance\"]},\"18853\":{\"title\":\"Setting the SEO for Your Home Page\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-seo-for-your-home-page\\/\",\"categories\":[\"home-page-settings\",\"search-appearance\"]},\"18854\":{\"title\":\"General Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/general-settings\\/\",\"categories\":[\"general-settings\"]},\"18855\":{\"title\":\"How to Add Your License Key for All in One SEO Pro\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-add-your-license-key-in-all-in-one-seo-pro\\/\",\"categories\":[\"general-settings\",\"getting-started\"]},\"18856\":{\"title\":\"Canonical URLs in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/canonical-urls-in-all-in-one-seo\\/\",\"categories\":[\"advanced-settings\",\"search-appearance\"]},\"18858\":{\"title\":\"Adding non-WordPress Content to the Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-non-wordpress-content-to-the-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18860\":{\"title\":\"Troubleshooting Problems With Sharing Content on Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/troubleshooting-problems-with-sharing-content-on-twitter\\/\",\"categories\":[\"social-networks\",\"troubleshooting\",\"twitter-settings\"]},\"18861\":{\"title\":\"Troubleshooting Problems With Sharing Content on Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/troubleshooting-problems-with-sharing-content-on-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\",\"troubleshooting\"]},\"18862\":{\"title\":\"Getting Started With Pinterest Rich Pins\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-social-meta-for-pinterest-rich-pins\\/\",\"categories\":[\"pinterest-settings\",\"social-networks\"]},\"18863\":{\"title\":\"Setting the Content Publisher for Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-content-publisher-for-twitter\\/\",\"categories\":[\"social-networks\",\"twitter-settings\"]},\"18865\":{\"title\":\"Submitting a Sitemap to Yandex\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/submitting-a-sitemap-to-yandex\\/\",\"categories\":[\"rss-sitemap\",\"video-sitemap\",\"xml-sitemap\"]},\"18866\":{\"title\":\"Submitting a Sitemap to Bing\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/submitting-a-sitemap-to-bing\\/\",\"categories\":[\"bing-webmaster-tools\",\"rss-sitemap\",\"video-sitemap\",\"xml-sitemap\"]},\"18867\":{\"title\":\"Submitting a Sitemap to Google\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/submitting-a-sitemap-to-google\\/\",\"categories\":[\"google-news-sitemap\",\"google-search-console\",\"rss-sitemap\",\"video-sitemap\",\"xml-sitemap\"]},\"18868\":{\"title\":\"Including Date and Author Archives in Your XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/including-date-and-author-archives-in-your-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18869\":{\"title\":\"Choosing Which Content to Include in Your Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/choosing-which-content-to-include-in-your-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18870\":{\"title\":\"Choosing Which Content to Include in Your XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/choosing-which-content-to-include-in-your-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18871\":{\"title\":\"Using Sitemap Indexes and Pagination\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-sitemap-indexes-and-pagination\\/\",\"categories\":[\"video-sitemap\",\"xml-sitemap\"]},\"18872\":{\"title\":\"How to Disable Sitemaps in All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-disable-sitemaps-in-all-in-one-seo\\/\",\"categories\":[\"google-news-sitemap\",\"rss-sitemap\",\"video-sitemap\",\"xml-sitemap\"]},\"18873\":{\"title\":\"Baidu Webmaster Tools Verification\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/baidu-webmaster-tools-verification\\/\",\"categories\":[\"webmaster-tools\",\"webmaster-verification\"]},\"18874\":{\"title\":\"Setting Twitter Social Meta for Your Homepage\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-twitter-social-meta-for-your-homepage\\/\",\"categories\":[\"home-page-settings\",\"social-networks\",\"twitter-settings\"]},\"18875\":{\"title\":\"Setting Facebook Social Meta for Your Homepage\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-facebook-social-meta-for-your-homepage\\/\",\"categories\":[\"facebook-settings\",\"home-page-settings\",\"social-networks\"]},\"18876\":{\"title\":\"Setting the Card Type for Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-card-type-for-twitter\\/\",\"categories\":[\"social-networks\",\"twitter-settings\"]},\"18877\":{\"title\":\"Setting the Object Types for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-object-types-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18879\":{\"title\":\"Setting the Priority and Frequency for Content in the Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-priority-and-frequency-for-content-in-the-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18880\":{\"title\":\"Setting the Priority and Frequency for Content in the XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-priority-and-frequency-for-content-in-the-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18881\":{\"title\":\"How to Exclude Content from Your RSS Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-exclude-content-from-your-rss-sitemap\\/\",\"categories\":[\"rss-sitemap\"]},\"18882\":{\"title\":\"How to Exclude Content from Your Google News Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-exclude-content-from-your-google-news-sitemap\\/\",\"categories\":[\"google-news-sitemap\"]},\"18883\":{\"title\":\"How to Exclude Content from Your Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-exclude-content-from-your-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18884\":{\"title\":\"How to Exclude Content from Your XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-exclude-content-from-your-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18885\":{\"title\":\"Setting Article Tags for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-article-tags-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18886\":{\"title\":\"Setting the Content Author for Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-content-author-for-twitter\\/\",\"categories\":[\"social-networks\",\"twitter-settings\"]},\"18887\":{\"title\":\"Setting the Content Author for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-content-author-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18888\":{\"title\":\"Setting the Content Publisher for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-the-content-publisher-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18889\":{\"title\":\"How to Create a Google News Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-a-google-news-sitemap\\/\",\"categories\":[\"google-news-sitemap\"]},\"18890\":{\"title\":\"Including Videos in Custom Fields in Your Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/including-videos-in-custom-fields-in-your-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18891\":{\"title\":\"What is a Dynamically Generated Sitemap and Why is it Better to Use?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-is-a-dynamically-generated-sitemap-and-why-is-it-better-to-use\\/\",\"categories\":[\"frequently-asked-questions\",\"video-sitemap\",\"xml-sitemap\"]},\"18892\":{\"title\":\"How to Create a Video Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-a-video-sitemap\\/\",\"categories\":[\"video-sitemap\"]},\"18893\":{\"title\":\"Adding Your Facebook Admin ID\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-your-facebook-admin-id\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18894\":{\"title\":\"Adding Your Facebook App ID\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-your-facebook-app-id\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18895\":{\"title\":\"Access Control Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/access-control-settings\\/\",\"categories\":[\"access-control-settings\"]},\"18896\":{\"title\":\"Advanced Settings for Google Analytics\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/advanced-settings-for-google-analytics\\/\",\"categories\":[\"google-analytics\"]},\"18897\":{\"title\":\"Miscellaneous Site Verification\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/miscellaneous-site-verification\\/\",\"categories\":[\"webmaster-tools\",\"webmaster-verification\"]},\"18898\":{\"title\":\"Displaying Your Social Media Profiles in Knowledge Panel\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/displaying-your-social-media-profiles-in-knowledge-panel\\/\",\"categories\":[\"schema-settings\",\"social-networks\"]},\"18899\":{\"title\":\"How to Create an RSS Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-create-an-rss-sitemap\\/\",\"categories\":[\"rss-sitemap\"]},\"18900\":{\"title\":\"Excluding Images from the XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/excluding-images-from-the-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18901\":{\"title\":\"Adding non-WordPress Content to the XML Sitemap\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/adding-non-wordpress-content-to-the-xml-sitemap\\/\",\"categories\":[\"xml-sitemap\"]},\"18903\":{\"title\":\"Setting a Default Image for Twitter\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-a-default-image-for-twitter\\/\",\"categories\":[\"social-networks\",\"twitter-settings\"]},\"18904\":{\"title\":\"Setting a Default Image for Facebook\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-a-default-image-for-facebook\\/\",\"categories\":[\"facebook-settings\",\"social-networks\"]},\"18905\":{\"title\":\"Setting a Title Separator\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-a-title-separator\\/\",\"categories\":[\"search-appearance\"]},\"18906\":{\"title\":\"How to Protect Your Content With RSS Content Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-protect-your-content-with-rss-content-settings\\/\",\"categories\":[\"rss-content-settings\"]},\"18907\":{\"title\":\"How to Connect Your Site with Google Tag Manager\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-connect-your-site-with-google-tag-manager\\/\",\"categories\":[\"google-analytics\"]},\"18908\":{\"title\":\"How to Connect Your Site with Google Analytics\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-connect-your-site-with-google-analytics\\/\",\"categories\":[\"google-analytics\"]},\"18909\":{\"title\":\"How to Verify Your Site with Pinterest\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-verify-your-site-with-pinterest\\/\",\"categories\":[\"pinterest-settings\",\"social-networks\",\"webmaster-tools\",\"webmaster-verification\"]},\"18910\":{\"title\":\"How to Verify Your Site with Yandex Webmaster Tools\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-verify-your-site-with-yandex-webmaster-tools\\/\",\"categories\":[\"webmaster-tools\",\"webmaster-verification\"]},\"18911\":{\"title\":\"How to Verify Your Site with Bing Webmaster Tools\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-verify-your-site-with-bing-webmaster-tools\\/\",\"categories\":[\"bing-webmaster-tools\",\"webmaster-tools\",\"webmaster-verification\"]},\"18912\":{\"title\":\"How to Verify Your Site with Google Search Console\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-verify-your-site-with-google-search-console\\/\",\"categories\":[\"google-search-console\",\"webmaster-tools\",\"webmaster-verification\"]},\"18913\":{\"title\":\"Usage Tracking\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/usage-tracking\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18915\":{\"title\":\"How do I use All in One SEO in my language?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-do-i-use-all-in-one-seo-in-my-language\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18920\":{\"title\":\"NGINX rewrite rules for Robots.txt\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/nginx-rewrite-rules-for-robots-txt\\/\",\"categories\":[\"robots-txt\",\"tools\"]},\"18927\":{\"title\":\"Supported PHP Versions for All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/supported-php-version\\/\",\"categories\":[\"troubleshooting\"]},\"18929\":{\"title\":\"Using a different CDN for script enqueuing\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/using-a-different-cdn-for-script-enqueuing\\/\",\"categories\":[\"troubleshooting\"]},\"18930\":{\"title\":\"How do I get Google to show sitelinks for my site?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-do-i-get-google-to-show-sitelinks-for-my-site\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18954\":{\"title\":\"How does the import process for SEO data work?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-does-the-import-process-for-seo-data-work\\/\",\"categories\":[\"frequently-asked-questions\",\"importer-exporter\",\"tools\"]},\"18960\":{\"title\":\"Robots.txt Editor for Multisite Networks\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/robots-txt-editor-for-multisite-networks\\/\",\"categories\":[\"multisite-networks\",\"robots-txt\"]},\"18961\":{\"title\":\"What are the minimum requirements for All in One SEO?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-are-the-minimum-requirements-for-all-in-one-seo-pack\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18964\":{\"title\":\"How do I use your API code examples?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-do-i-use-your-api-code-examples\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18969\":{\"title\":\"XML Parsing Error - This page contains the following errors\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/this-page-contains-the-following-errors\\/\",\"categories\":[\"google-news-sitemap\",\"troubleshooting\",\"video-sitemap\",\"xml-sitemap\"]},\"18972\":{\"title\":\"The File Editor or Robots.txt modules are missing\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/the-file-editor-or-robots-txt-modules-are-missing\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18977\":{\"title\":\"Excluding the XML Sitemap from caching\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/excluding-the-xml-sitemap-from-caching\\/\",\"categories\":[\"xml-sitemap\"]},\"18982\":{\"title\":\"Why doesn\'t the title and description I set appear in search results?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/why-doesnt-the-title-and-description-i-set-appear-in-search-results\\/\",\"categories\":[\"frequently-asked-questions\",\"post-page-settings\"]},\"18983\":{\"title\":\"Can I remove the date from Google search results?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/can-i-remove-the-date-from-google-search-results\\/\",\"categories\":[\"frequently-asked-questions\"]},\"18985\":{\"title\":\"Setting up HTTPS SSL\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/setting-up-https-ssl\\/\",\"categories\":[\"general-seo-topics\"]},\"18995\":{\"title\":\"How to Increase the WordPress PHP Memory Limit\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/increase-wordpress-php-memory-limit\\/\",\"categories\":[\"troubleshooting\"]},\"19002\":{\"title\":\"Checking Index Status in Google Search Results\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/checking-index-status-in-google-search-results\\/\",\"categories\":[\"general-seo-topics\"]},\"19006\":{\"title\":\"SEO Data Importer\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/seo-data-importer\\/\",\"categories\":[\"seo-data-importer\"]},\"19008\":{\"title\":\"How to troubleshoot issues with All in One SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/how-to-troubleshoot-issues-with-all-in-one-seo-pack\\/\",\"categories\":[\"troubleshooting\"]},\"19010\":{\"title\":\"Quality Guidelines for SEO Titles and Descriptions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/quality-guidelines-for-seo-titles-and-descriptions\\/\",\"categories\":[\"general-seo-topics\"]},\"19016\":{\"title\":\"Top Tips for Good On-Page SEO\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/top-tips-for-good-on-page-seo\\/\",\"categories\":[\"general-seo-topics\"]},\"19017\":{\"title\":\"Meta Descriptions\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/meta-descriptions\\/\",\"categories\":[\"general-seo-topics\"]},\"19028\":{\"title\":\"What is SEO meta?\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/what-is-seo-meta\\/\",\"categories\":[\"getting-started\"]},\"19029\":{\"title\":\"Social Meta Settings - Individual Page\\/Post Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/social-meta-settings-individual-pagepost-settings\\/\",\"categories\":[\"post-page-settings\",\"social-networks\"]},\"19030\":{\"title\":\"File Editor Module\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/file-editor-module\\/\",\"categories\":[\"file-editor\"]},\"19031\":{\"title\":\"Social Meta Settings\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/social-meta-module\\/\",\"categories\":[\"social-networks\"]},\"19032\":{\"title\":\"Importer & Exporter Module\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/importer-exporter-module\\/\",\"categories\":[\"importer-exporter\",\"tools\"]},\"19034\":{\"title\":\"Feature Manager\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/feature-manager\\/\",\"categories\":[\"feature-manager\"]},\"19035\":{\"title\":\"Advanced Settings for All in One SEO Pack\",\"url\":\"https:\\/\\/aioseo.com\\/docs\\/all-in-one-seo-pack-advanced-settings\\/\",\"categories\":[\"advanced-settings\"]}}}\";','2025-04-24 22:52:05','2025-04-17 22:52:05','2025-04-17 22:52:05'),(244,'page_overview_data','a:5:{s:5:\"total\";i:13;s:21:\"withoutFocusKeyphrase\";i:13;s:16:\"needsImprovement\";i:0;s:4:\"okay\";i:0;s:4:\"good\";i:0;}','2025-04-17 23:52:05','2025-04-17 22:52:05','2025-04-17 22:52:05'),(245,'interview_overview_data','a:5:{s:5:\"total\";i:1;s:21:\"withoutFocusKeyphrase\";i:1;s:16:\"needsImprovement\";i:0;s:4:\"okay\";i:0;s:4:\"good\";i:0;}','2025-04-17 23:52:05','2025-04-17 22:52:05','2025-04-17 22:52:05'),(246,'recruit_overview_data','a:5:{s:5:\"total\";i:1;s:21:\"withoutFocusKeyphrase\";i:1;s:16:\"needsImprovement\";i:0;s:4:\"okay\";i:0;s:4:\"good\";i:0;}','2025-04-17 23:52:05','2025-04-17 22:52:05','2025-04-17 22:52:05'),(247,'rss_feed','a:4:{i:0;a:4:{s:3:\"url\";s:38:\"https://aioseo.com/rank-math-vs-yoast/\";s:5:\"title\";s:59:\"Rank Math vs. Yoast: We Tested Both, Here’s What We Found\";s:4:\"date\";s:16:\"2025年4月17日\";s:7:\"content\";s:138:\"Rank Math vs. Yoast SEO—which is the better SEO plugin?With so many SEO plugins on the market, choosing the right one can be dau…\";}i:1;a:4:{s:3:\"url\";s:33:\"https://aioseo.com/schema-markup/\";s:5:\"title\";s:59:\"What Is Schema Markup? Plus Schema Types to Know & More\";s:4:\"date\";s:16:\"2025年4月16日\";s:7:\"content\";s:136:\"What is schema markup, and how do you add it to your site?Schema markup is a vital part of good SEO. Adding this code to your we…\";}i:2;a:4:{s:3:\"url\";s:41:\"https://aioseo.com/product-schema-markup/\";s:5:\"title\";s:59:\"How to Use Product Schema to Boost Your SEO and Drive Sales\";s:4:\"date\";s:16:\"2025年4月15日\";s:7:\"content\";s:135:\"Want to know how to use product schema markup to boost SEO and drive sales?Competition for customers is becoming stiffer by the…\";}i:3;a:4:{s:3:\"url\";s:33:\"https://aioseo.com/aioseo-review/\";s:5:\"title\";s:61:\"AIOSEO Review 2025: Is It Still the Top WordPress SEO Plugin?\";s:4:\"date\";s:16:\"2025年4月10日\";s:7:\"content\";s:136:\"Looking for an honest AIOSEO review to help you settle on the right SEO plugin for you?Search engine optimization (SEO) is a cru…\";}}','2025-04-18 22:52:05','2025-04-17 22:52:05','2025-04-17 22:52:05'); /*!40000 ALTER TABLE `wp_aioseo_cache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_aioseo_crawl_cleanup_blocked_args` -- DROP TABLE IF EXISTS `wp_aioseo_crawl_cleanup_blocked_args`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_aioseo_crawl_cleanup_blocked_args` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `key` text COLLATE utf8mb4_unicode_520_ci, `value` text COLLATE utf8mb4_unicode_520_ci, `key_value_hash` varchar(40) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `regex` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `hits` int(20) NOT NULL DEFAULT '0', `created` datetime NOT NULL, `updated` datetime NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `ndx_aioseo_crawl_cleanup_blocked_args_key_value_hash` (`key_value_hash`), UNIQUE KEY `ndx_aioseo_crawl_cleanup_blocked_args_regex` (`regex`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_aioseo_crawl_cleanup_blocked_args` -- LOCK TABLES `wp_aioseo_crawl_cleanup_blocked_args` WRITE; /*!40000 ALTER TABLE `wp_aioseo_crawl_cleanup_blocked_args` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_aioseo_crawl_cleanup_blocked_args` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_aioseo_crawl_cleanup_logs` -- DROP TABLE IF EXISTS `wp_aioseo_crawl_cleanup_logs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_aioseo_crawl_cleanup_logs` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `slug` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `key` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `value` text COLLATE utf8mb4_unicode_520_ci, `hash` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL, `hits` int(20) NOT NULL DEFAULT '1', `created` datetime NOT NULL, `updated` datetime NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `ndx_aioseo_crawl_cleanup_logs_hash` (`hash`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_aioseo_crawl_cleanup_logs` -- LOCK TABLES `wp_aioseo_crawl_cleanup_logs` WRITE; /*!40000 ALTER TABLE `wp_aioseo_crawl_cleanup_logs` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_aioseo_crawl_cleanup_logs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_aioseo_notifications` -- DROP TABLE IF EXISTS `wp_aioseo_notifications`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_aioseo_notifications` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `slug` varchar(13) COLLATE utf8mb4_unicode_520_ci NOT NULL, `addon` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `title` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `type` varchar(64) COLLATE utf8mb4_unicode_520_ci NOT NULL, `level` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `notification_id` bigint(20) unsigned DEFAULT NULL, `notification_name` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `start` datetime DEFAULT NULL, `end` datetime DEFAULT NULL, `button1_label` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `button1_action` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `button2_label` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `button2_action` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `dismissed` tinyint(1) NOT NULL DEFAULT '0', `new` tinyint(1) NOT NULL DEFAULT '1', `created` datetime NOT NULL, `updated` datetime NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `ndx_aioseo_notifications_slug` (`slug`), KEY `ndx_aioseo_notifications_dates` (`start`,`end`), KEY `ndx_aioseo_notifications_type` (`type`), KEY `ndx_aioseo_notifications_dismissed` (`dismissed`) ) 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 `wp_aioseo_notifications` -- LOCK TABLES `wp_aioseo_notifications` WRITE; /*!40000 ALTER TABLE `wp_aioseo_notifications` DISABLE KEYS */; INSERT INTO `wp_aioseo_notifications` VALUES (2,'64c8682d6c004',NULL,'?? Embrace the summer vibes with our scorching HOT Summer Sale! ??','<img src=\"data:image/png;base64,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\" />\r\n\r\nIt\'s time to turn up the heat and celebrate the season in style. Whether you\'re a long-time user or a brand-new one, we\'ve got something special for you!\r\n<br><br>\r\nIn honor of summer, we\'re offering you sensational discounts on all paid plans. Save up to a refreshing 70% when you snag a new plan or upgrade TODAY!\r\n<br><br>\r\nBut don\'t lounge around too long under the sun – this irresistible offer won\'t last forever! So, hurry and dive into our Summer Sale before it\'s gone. Your special deal awaits!\r\n','success','[\"4-x\",\"lite\"]',827,NULL,'2023-07-28 18:10:46','2023-08-04 00:00:00','Get AIOSEO Pro NOW! (70% OFF)','https://aioseo.com/pricing-lite/?utm_source=WordPress&utm_campaign=summer-sale-v4-lite&utm_medium=plugin-notification&utm_content=Upgrade Your AIOSEO Plan NOW! (70% OFF)',NULL,NULL,0,0,'2023-08-01 02:04:29','2023-08-03 10:13:54'),(3,'64c8682d6db4a',NULL,'NEW: Announcing the AIOSEO Analyzer Chrome extension! ?','Speed up content reviews and technical SEO checks. This new free tool is designed for you!\r\n<br><br>\r\nAIOSEO Analyzer gives you a big-picture view of your SEO, bringing problem areas into sharp focus. It works on both unpublished <em>and</em> published pages.\r\n<br><br>\r\nAnd it’s <strong>100% free!</strong> Download it today from the Chrome Web Store. And take it for a test drive!','success','[\"4-x\"]',809,NULL,'2023-11-25 04:17:13',NULL,'Learn More','https://aioseo.com/announcing-all-in-one-analyzer-by-aioseo/?utm_source=WordPress&utm_campaign=chrome-extension-v4&utm_medium=plugin-notification&utm_content=Learn%20More','Download','https://aioseo.com/announcing-all-in-one-analyzer-by-aioseo/?utm_source=WordPress&utm_campaign=chrome-extension-v4&utm_medium=plugin-notification&utm_content=Download',0,0,'2023-08-01 02:04:29','2023-11-27 08:03:51'),(4,'64c8682d6e508',NULL,'? [New] Advanced SEO Tracking with SEO Revisions & Google Updates Integration','Track the changes you make to your content and see how it <strong>connects to changes in your search rankings</strong>.\r\n<br><br>\r\nPlus, see <strong>Google Updates on a timeline in Search Statistics</strong>, so you know how they impact your SEO.\r\n<br><br>\r\nWe’ve also added many more new features to version 4.4.0 of AIOSEO. <strong>Upgrade today!</strong>','success','[\"4-x\",\"lite\"]',801,NULL,'2023-09-19 21:26:06',NULL,'Learn More','https://aioseo.com/announcing-seo-revisions-and-google-updates-integration/?utm_source=WordPress&utm_campaign=seo-revisions-v4-lite&utm_medium=plugin-notification&utm_content=Learn%20More','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=seo-revisions-v4-lite&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro',0,0,'2023-08-01 02:04:29','2023-10-17 01:21:11'),(5,'64e713ddcb97f',NULL,'[New] Improved Crawling and Indexing with AIOSEO 4.4.4 ?','Improve your site’s crawlability and indexability with our improved robots.txt editor. With new directives and advanced functionality, ranking your site on search engines just became easier.\r\n<br><br>\r\nWe’ve also added many more new features to version 4.4.4 of AIOSEO. Check out our announcement for more information.\r\n<br><br>\r\nUpgrade to AIOSEO 4.4.4 today!','success','[\"4-x\",\"lite\"]',832,NULL,'2023-11-25 04:17:13',NULL,'Learn More','https://aioseo.com/greater-robots-txt-file-customization-for-improved-crawlability/?utm_source=WordPress&utm_campaign=robots-editor-v4-lite&utm_medium=plugin-notification&utm_content=Learn%20More','Upgrade to Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=robots-editor-v4-lite&utm_medium=plugin-notification&utm_content=Upgrade%20to%20Pro',0,0,'2023-08-24 08:25:01','2023-11-27 08:03:51'),(6,'64f68ffdcff46',NULL,'Flash Sale: Get Up To 70% Off AIOSEO This Labor Day ?','At AIOSEO, we want to celebrate your hard work by offering you the best WordPress SEO plugin at <strong><em>ridiculously low prices</em></strong>.\r\n<br><br>\r\nWe’re offering <strong>up to 70% off</strong> AIOSEO for a new purchase or upgrade.\r\n<br><br>\r\nBut this is just a one-day sale, so you better ACT FAST!','success','[\"lite\"]',840,NULL,'2023-09-04 21:39:37','2023-09-06 00:00:00','Get AIOSEO Pro NOW! (70% OFF)','https://aioseo.com/pricing-lite/?utm_source=WordPress&utm_campaign=summer-sale-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro NOW! (70% OFF)',NULL,NULL,0,0,'2023-09-05 02:18:37','2023-09-05 02:18:37'),(7,'650a536410a4c',NULL,'[New] TruSEO Highlighter: Instantly locate readability issues! ?','On-page SEO just got easier with our new TruSEO Highlighter! ? Turn on the highlighter to instantly find readability issues on a page. ?\r\n<br><br>\r\nThis is our most requested feature! With TruSEO highlighter, you’ll instantly find readability issues flagged by AIOSEO.\r\n<br><br>\r\nUpdate to <strong>AIOSEO 4.4.6 TODAY</strong> to simplify SEO & get traction.','success','[\"4-x\",\"lite\"]',848,NULL,'2023-11-25 04:17:13',NULL,'Learn More','https://aioseo.com/announcing-truseo-highlighter/?utm_source=WordPress&utm_campaign=truseo-highlighter-v4-lite&utm_medium=plugin-notification&utm_content=Learn%20More','Upgrade to Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=truseo-highlighter-v4-lite&utm_medium=plugin-notification&utm_content=Upgrade%20to%20Pro',0,0,'2023-09-20 02:05:24','2023-11-27 08:03:51'),(8,'6540b13bf1a0f',NULL,'Elevate Your SEO Strategy: Meet Cornerstone Content in AIOSEO 4.4.8! ??','Introducing Cornerstone Content – your secret weapon to boost search rankings and dominate your niche. ?\r\n<br><br>\r\nBuild <em>authority & expertise</em>, improve <em>crawling and indexing</em>, supercharge your <em>semantic SEO</em>, and more with this game-changing addition in <strong>AIOSEO 4.4.8</strong>.\r\n<br><br>\r\n???? Upgrade today or click to Learn more!\r\n','success','[\"4-x\",\"lite\"]',860,NULL,'2023-11-25 04:17:13',NULL,'Learn More','https://aioseo.com/new-supercharge-your-seo-and-content-strategy-with-cornerstone-content/?utm_source=WordPress&utm_campaign=cornerstone-content-v4-lite&utm_medium=plugin-notification&utm_content=Learn%20More','Upgrade to Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=cornerstone-content-v4-lite&utm_medium=plugin-notification&utm_content=Upgrade%20to%20Pro',0,0,'2023-10-31 07:48:11','2023-11-27 08:03:51'),(9,'6551e7867aa0d',NULL,'Black Friday’s Here ?: HUGE Sale [Up To 70% Off] + Giveaway!','<img src=\"data:image/png;base64,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\" />\r\n<br><br>\r\nOur biggest sale of the year is now live! <strong>Get up to 70% off AIOSEO</strong>, the world’s best WordPress SEO plugin. You’ll unlock <em>tons of new features</em> like <strong>Cornerstone Content</strong>, <strong>Search Statistics</strong>, an <strong>advanced robots.txt editor</strong> and more! \r\n<br><br>\r\nPLUS enter our giveaway to WIN an <strong>iPhone 15 Pro Max</strong> ?and <strong>Apple Watch Ultra 2</strong> ⌚. No purchase is necessary to enter!','success','[\"4-x\",\"lite\"]',894,NULL,'2023-11-20 00:00:00','2023-11-27 00:00:00','Enter Giveaway','https://aioseo.com/black-friday/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=Plugin Notification&utm_content=bf2023-enter-giveaway-v4-lite','Claim Your Upgrade Discount','https://aioseo.com/black-friday/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=Plugin Notification&utm_content=bf2023-claim-your-upgrade-discount-v4-lite',0,0,'2023-11-13 09:08:22','2023-11-15 09:55:14'),(10,'6551e7867cfb9',NULL,'Cyber Monday Sale ?? Last Chance to Get Up to 70% Off AIOSEO!','<img src=\"data:image/png;base64,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\" />\r\n<br><br>\r\nIt’s Cyber Monday ?. It’s also your final chance to get <strong>up to 70% off AIOSEO</strong>!\r\n<br><br>\r\nAs soon as you upgrade, you’ll unlock our next-gen <strong>Schema Generator</strong>, <strong>Local Business SEO tools</strong>, powerful <strong>Redirection Manager</strong>, <strong>Link Assistant</strong>, and more.\r\n<br><br>\r\nDon’t miss our biggest sale of the year!','success','[\"4-x\",\"lite\"]',905,NULL,'2023-11-27 00:00:00','2023-12-02 00:00:00','Claim Your Upgrade Deal Now','https://aioseo.com/black-friday/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=Plugin Notification&utm_content=bf2023-claim-your-upgrade-deal-now-v4-lite',NULL,NULL,0,0,'2023-11-13 09:08:22','2023-11-27 08:03:51'),(11,'65644d67ddd78',NULL,'[New] See the Index Status of Your URLs Inside WordPress with AIOSEO 4.5.0 ??','<img src=\"data:image/png;base64,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\" />\r\n\r\nEver wanted an easy way to know if your URLs have been indexed? Now you can with AIOSEO’s new <strong>Index Status feature</strong> in version 4.5.0.\r\n<br><br>\r\nYou can check your URL’s index status and other important URL information from <strong>right inside your WordPress dashboard</strong>.\r\n<br><br>\r\nUpdate now and get this game-changing addition in AIOSEO 4.5.0!','success','[\"4-x\",\"lite\"]',958,NULL,'2023-11-25 04:17:13',NULL,'Learn More','https://aioseo.com/new-index-status-enhance-your-seo-visibility-by-ensuring-all-your-urls-are-indexed/?utm_source=WordPress&utm_campaign=index-status-v4-lite&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=index-status-v4-lite&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro',0,0,'2023-11-27 08:03:51','2023-11-27 08:03:51'),(12,'6583c4ac8669c',NULL,'Introducing Support For Additional Page Builders: WPBakery and Avada ?','<img src=\"data:image/webp;base64,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\" alt=\"\" class=\"wp-image-1019\" style=\"object-fit:cover\"/>\n\n<p>If your website is built using WPBakery or Avada, then you’ll be happy to know that <strong>AIOSEO 4.5.2</strong> was developed with love just for you! ❤️</p>\n\n<p>Now, you can use AIOSEO right inside your favorite website builder, making it easy to perform SEO tasks as you work on your posts or pages.</p>\n\n<p>Update AIOSEO to 4.5.2 and give your page builder that much-needed SEO superpower. ??♀️</p>','success','[\"4-x\",\"lite\"]',1010,NULL,'2023-12-13 14:43:22',NULL,'Learn More','https://aioseo.com/introducing-aioseo-support-for-additional-pagebuilders-wpbakery-and-avada/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-plugin-notification','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-plugin-notification',0,0,'2023-12-21 04:53:00','2024-09-09 07:31:22'),(14,'65a8a618881cc',NULL,'[New] Boost Your Rankings with Our Author SEO (Google E-E-A-T) Addon ✍️','<p>We’re excited to announce our latest SEO module in AIOSEO 4.5.4 — the Author SEO addon ?.</p>\n\n<p>This is a simple yet powerful module that enables you to demonstrate your expertise, experience, authority, and trustworthiness <strong>(E-E-A-T)</strong> to search engines and users.</p>\n\n<p>As a result, you’ll get <strong><em>better rankings</em></strong>, <strong><em>increase your traffic</em></strong>, and <strong><em>boost your conversions</em></strong>.</p>\n\n<p>So, go ahead and <strong><em>update to 4.5.4</em></strong> and give your site that much-needed boost.</p>','success','[\"4-x\",\"lite\"]',1030,NULL,'2024-01-16 19:39:13',NULL,'Learn More','https://aioseo.com/introducing-author-seo-google-e-e-a-t-addon/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=author-seo-eeat-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=author-seo-eeat-v4-x-lite',0,0,'2024-01-18 04:16:24','2024-09-09 07:31:22'),(15,'65cdefdf27a3b',NULL,'[NEW] Updated SEO Preview, Redirection Manager, Author SEO, and More','<p>AIOSEO 4.5.6 is live, implementing many of your suggestions! ?</p>\n\n<p>? Improved SEO Preview - To better match Google SERPs.<br>? Redirect Scheduler - Schedule seasonal redirects easily.<br>? Import Redirects from a CSV File - Add redirects in bulk.<br>?️ Improved Author SEO - Improvements to the E-E-A-T addon.</p>\n\n<p>AIOSEO 4.5.6 comes packed with many other improvements to the modules you already love. </p>\n\n<p>Update your plugin to version 4.5.6 NOW!</p>','success','[\"4-x\",\"lite\"]',1042,NULL,'2024-02-12 22:15:51',NULL,'Learn More','https://aioseo.com/new-updated-seo-preview-redirection-manager-author-seo/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-456-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-456-v4-x-lite',0,0,'2024-02-15 11:05:03','2024-09-09 07:31:22'),(16,'65cdefdf29345',NULL,'Be Our Valentine and Get Up To 70% Off! ?','<img src=\"data:image/webp;base64,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\" alt=\"\" class=\"wp-image-1053\"/>\n\n<p>It’s Valentine’s Day, and love is in the air! ❤️</p>\n\n<p>Get up to <strong><em>70% off</em></strong> when you upgrade your plan TODAY ONLY!</p>\n\n<p>So, take advantage of our Valentine’s Day sale and get more power under your site’s hood TODAY!</p>','success','[\"4-x\",\"lite\"]',1049,NULL,'2024-02-14 00:00:00','2024-02-16 00:00:00','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=valentines-2024-v4-x-lite',NULL,NULL,0,0,'2024-02-15 11:05:03','2024-02-15 11:05:03'),(17,'65f8245f9a140',NULL,'? Flash Sale: Get Up To 70% Off AIOSEO This St. Patrick\'s Day! ?','<p><strong><em>Happy St. Patrick\'s Day!</em></strong> Today\'s your lucky day because we\'re celebrating with a flash sale that\'s too good to miss.</p>\n\n<p>Score <strong><em>up to 70% off</em></strong> when you upgrade your plan <strong>TODAY ONLY</strong>!</p>\n\n<p>With this deal, there\'s no need to chase down a leprechaun to find that pot of gold. ? But hurry, like a rainbow, it will disappear before you know it!</p>','success','[\"4-x\",\"lite\"]',1061,NULL,'2024-03-17 00:00:00','2024-03-19 00:00:00','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=st-patricks-day-sale-v4-x-lite',NULL,NULL,0,0,'2024-03-18 11:24:15','2024-03-18 11:24:15'),(18,'660e8497cfddc',NULL,'? [New] Query Arg Monitoring for Improved Crawling and Indexing','<p>We’ve revamped the Crawl Cleanup module and added a <strong><em>NEW</em></strong> <strong>Query Arg Monitor</strong>. This game-changing feature gives you greater control of your query args, resulting in more efficient crawling and indexing.</p>\n\n<p>AIOSEO 4.5.8 comes packed with many other improvements to the modules you already love. </p>\n\n<p>Update your plugin to version 4.5.8 NOW!</p>','success','[\"4-x\",\"lite\"]',1058,NULL,'2024-03-19 19:37:40',NULL,'Learn More','https://aioseo.com/new-query-arg-monitoring-for-improved-crawling-and-indexing/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-458-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-458-v4-x-lite',0,0,'2024-04-04 10:44:39','2024-09-09 07:31:22'),(19,'661fb743829fa',NULL,'The AIOSEO Broken Link Checker 1.2.0 is live ?!','<p>Now with 3 powerful new features to make broken link management much easier. Update and get:</p>\n\n<ul class=\"wp-block-list\">\n<li>? Unified URL UI Improvements</li>\n\n<li>✍️ Broken Links Highlighter</li>\n\n<li>⏪ AIOSEO Redirects Integration</li>\n</ul>\n\n<p>Check out our announcement post for more and upgrade today!</p>','success','[\"4-x\",\"lite\"]',1069,NULL,'2024-04-10 19:13:10',NULL,'Learn More','https://aioseo.com/easier-broken-link-management-with-3-new-features/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-460-blc-120-v4-x-lite','Get Broken Link Checker','https://aioseo.com/pricing-broken-link-checker/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-460-blc-120-v4-x-lite',0,0,'2024-04-17 11:49:23','2024-12-12 00:24:14'),(20,'663dfef821c75',NULL,'Have you connected your site to Google Search Console?','All in One SEO can now verify whether your site is correctly verified with Google Search Console and that your sitemaps have been submitted correctly. Connect with Google Search Console now to ensure your content is being added to Google as soon as possible for increased rankings.','warning','[\"all\"]',NULL,'search-console-site-not-connected','2024-05-10 11:03:20',NULL,'Google Search Console に接続','https://route#aioseo-settings&aioseo-scroll=google-search-console-settings&aioseo-highlight=google-search-console-settings:webmaster-tools?activetool=googleSearchConsole',NULL,NULL,0,0,'2024-05-10 11:03:20','2024-05-10 11:03:20'),(21,'664b32c80df54',NULL,'[NEW] Easier Site Connection to Google Search Console and Automatic Sitemap Syncing ?','<p>AIOSEO 4.6.2 is live ?!</p>\n\n<p>We’ve made it super easy to connect your site to <strong>Google Search Console</strong> — so simple that you don’t even need to mess with verification codes!</p>\n\n<p>We’ve also made sitemap management easy! Your sitemaps can now <strong><em>automatically sync with GSC</em></strong>. This means we\'ll make sure that Google knows about all the necessary sitemaps automatically!</p>\n\n<p>Check out our announcement post for more. ????</p>','success','[\"4-x\",\"lite\"]',1080,NULL,'2024-05-14 12:43:31',NULL,'Learn More','https://aioseo.com/easier-site-connection-to-google-search-console/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-462-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-462-v4-x-lite',0,0,'2024-05-20 11:23:52','2024-12-12 00:24:14'),(22,'669c6d61d647a',NULL,'?️ [New] Integration with Thrive Architect and SiteOrigin Page Builders in AIOSEO 4.6.6','<p>Is your website built using Thrive Architect or SiteOrigin?</p>\n\n<p>Then you’ll be glad to know that AIOSEO 4.6.6 was developed with love just for you! </p>\n\n<p>Now, you can use AIOSEO right inside your favorite site builder, making it easy to perform SEO tasks as you work on your posts or pages.</p>\n\n<p>So, go ahead and update to 4.6.6 and give your page builder that much-needed SEO superpower.</p>','success','[\"4-x\",\"lite\"]',1092,NULL,'2024-07-09 15:11:31',NULL,'Learn More','https://aioseo.com/new-support-for-thrive-architect-and-siteorigin-page-builders/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-466-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-466-v4-x-lite',0,0,'2024-07-21 02:07:29','2024-09-09 07:31:22'),(23,'669c6d61d7201',NULL,'Have you heard? AIOSEO Acquires LowFruits to Boost Your SEO Power! ?','<p>We are thrilled to announce that AIOSEO has acquired LowFruits, a leading keyword research tool! ? This exciting partnership means even more advanced SEO capabilities are coming your way.</p>\n\n<p>Get ready to elevate your SEO game with the combined power of AIOSEO and LowFruits!</p>','success','[\"4-x\",\"lite\"]',1089,NULL,'2024-07-01 00:00:00',NULL,'Read the Announcement','https://aioseo.com/aioseo-acquires-lowfruits/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-lowfruits-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-lowfruits-v4-x-lite',0,0,'2024-07-21 02:07:29','2025-04-17 22:52:07'),(24,'66a9958998547',NULL,'Summer Sale 2024 ?! Get Up to 70% Off AIOSEO ? ','<img src=\"data:image/webp;base64,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\" alt=\"\" class=\"wp-image-1116\" />\n\n<p>Our Summer Sale is on ?. This is your chance to boost your SEO and <strong>save up to 70% on AIOSEO</strong>! </p>\n\n<p>Whether it’s a new purchase or an upgrade, you’ll unlock ? POWERFUL FEATURES that will help you take your SEO game to the next level.</p>\n\n<p>Upgrade today before these discounts expire! ⏰</p>','success','[\"4-x\",\"lite\"]',1114,NULL,'2024-08-02 00:00:00','2024-08-09 00:00:00','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=summer-sale-v4-x-lite',NULL,NULL,0,0,'2024-07-31 01:38:17','2024-08-08 00:11:17'),(25,'66be9f8e8c927',NULL,'[NEW] Powerful New Schema Types and Updates ? ? ','<p>AIOSEO 4.6.8 is here ?</p>\n\n<p>And it’s packed with powerful new schema types to boost your content visibility:</p>\n\n<ol class=\"wp-block-list\">\n<li>Course Info Schema</li>\n\n<li>Product Review Schema</li>\n\n<li>Car (Vehicle Listing) Schema</li>\n\n<li>Table of Contents Schema</li>\n\n<li>Expanded Organization Schema</li>\n</ol>\n\n<p>We\'ve also enhanced schema visualization and updated existing schema types to match Google\'s latest guidelines.</p>\n\n<p>Ready to dominate SERPs? </p>\n\n<p>Update to AIOSEO 4.6.8 now and unlock these amazing features!</p>','success','[\"4-x\",\"lite\"]',1126,NULL,'2024-08-13 00:00:00',NULL,'Learn More','https://aioseo.com/announcing-aioseo-4-6-8-powerful-new-schema-types-and-updates?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=468-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=468-v4-x-lite',0,0,'2024-08-16 00:38:38','2025-04-17 22:52:07'),(26,'6707b087c1e49',NULL,'[New] SEO Email Reports and Bulk CSV Imports/Exports to Enhance SEO Management','<p>? New Feature Alert! </p>\n\n<p>AIOSEO 4.7.2 just dropped with two killer features - </p>\n\n<ol class=\"wp-block-list\">\n<li><strong>SEO Email Reports</strong><br>? Say goodbye to manual SEO performance tracking and hello to laser-focused insights delivered straight to your inbox! ?</li>\n\n<li><strong>Bulk CSV Import/Export</strong><br>⚡️The new Bulk CSV tool lets you manage settings across your entire site in a snap. ? Export, edit, and import easily – it\'s like having an SEO superpower at your fingertips! ?</li>\n</ol>\n\n<p>Update to AIOSEO 4.7.2 now and unlock these game-changing features!</p>\n\n<p></p>','success','[\"4-x\",\"lite\"]',1156,NULL,'2024-10-08 00:00:00',NULL,'Learn More','https://aioseo.com/new-seo-email-reports-and-bulk-csv-imports/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=472-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=472-v4-x-lite',0,0,'2024-10-10 10:46:31','2025-04-17 22:52:07'),(27,'6707b087c325c',NULL,'[New] Keyword Rank Tracker: Track Your SEO Performance with Ease ?','<p>Drumroll, please! AIOSEO 4.7.0 has arrived with a super-awaited feature: the <strong>Keyword Rank Tracker</strong> ?</p>\n\n<p>Now, you can finally track your keyword performance with ease, right from your WordPress dashboard. No more guessing games!</p>\n\n<p>Key features:</p>\n\n<p>✅ Track up to 100 keywords<br>✅ Group keywords for better organization<br>✅ Seamless integration with post-meta box</p>\n\n<p>Get ready to dominate SERPs!</p>\n\n<p><strong>Update to AIOSEO 4.7.0 now and unlock this SEO powerhouse.</strong></p>','success','[\"4-x\",\"lite\"]',1148,NULL,'2024-09-10 00:00:00',NULL,'Learn More','https://aioseo.com/new-track-your-keywords-effortlessly-in-wordpress-with-aioseo-4-7-0/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-470-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-470-v4-x-lite',0,0,'2024-10-10 10:46:31','2025-04-17 22:52:07'),(28,'672c0abc012b0',NULL,'[New] Meet Your New Writing Assistant ✍️!','<p>? New Feature Alert! </p>\n\n<p>We\'re thrilled to announce the release of our groundbreaking feature —<strong>Writing Assistant</strong>, powered by AIOSEO and SEOBoost ?</p>\n\n<p><strong>The Writing Assistant is your new personal guide to crafting SEO-friendly content right inside WordPress! ? </strong></p>\n\n<p>No more guesswork—just optimized content that ranks.</p>\n\n<p>Update to AIOSEO 4.7.4 now and unlock this revolutionary superpower!</p>','success','[\"4-x\",\"lite\"]',1166,NULL,'2024-11-05 00:00:00',NULL,'Learn More','https://aioseo.com/new-revolutionize-your-content-creation-with-aioseos-writing-assistant/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=474-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=474-v4-x-lite',0,0,'2024-11-07 00:33:00','2025-04-17 22:52:07'),(29,'675a2d2e0e8bc',NULL,'BuddyPress, Web Stories, and Enhanced Author SEO — An All in One Update! ?!','<p>We just released AIOSEO 4.7.6 and it’s loaded with some exciting updates!</p>\n\n<p>The top ones include:<br><br>? <strong>BuddyPress Integration:</strong> Fully optimize SEO settings for BuddyPress content types, including user profiles, activity streams, and more.<br>? <strong>Google Web Stories Integration:</strong> Take full control of your SEO settings for Web Stories, resulting in more eyeballs on your content.<br>? <strong>Author SEO Improvements:</strong> Effortlessly showcase Google\'s E-E-A-T guidelines and boost your site\'s credibility.</p>\n\n<p>Update to AIOSEO 4.7.6 now and take your SEO to another level ??</p>','success','[\"4-x\",\"lite\"]',1192,NULL,'2024-12-12 00:00:00',NULL,'Learn More','https://aioseo.com/new-aioseo-4-7-6-buddypress-web-stories-integration-author-seo-improvements?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=476-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=476-v4-x-lite',0,0,'2024-12-12 00:24:14','2025-04-17 22:52:07'),(30,'676d670ebe8c1',NULL,'メールレポート','Stay ahead in SEO with our new email digest! Get the latest tips, trends, and tools delivered right to your inbox, helping you optimize smarter and faster. Enable it today and never miss an update that can take your rankings to the next level.','info','[\"all\"]',NULL,'email-reports-enable-reminder','2024-12-26 14:24:14',NULL,'Enable Email Reports','https://route#aioseo-settings&aioseo-scroll=aioseo-email-summary-row&aioseo-highlight=aioseo-email-summary-row:advanced','All Good, I\'m already getting it','http://action#notification/email-reports-enable',0,0,'2024-12-26 14:24:14','2024-12-26 14:24:14'),(31,'67aeba0b54ecc',NULL,'[New] Smarter Keyword Rank Tracking & WooCommerce SEO Made Easy!?','<p>We just released AIOSEO 4.7.8 and it’s loaded with some exciting updates!</p>\n\n<p>The top ones include:</p>\n\n<p>?? <strong>Smarter Keyword Rank Tracker</strong>: Our Keyword Rank Tracker just got some massive upgrades you don’t want to miss. Now you can get related keywords, import keywords from GSC and more.</p>\n\n<p>?? <strong>Support for WooCommerce Product Attributes</strong>: Setting product attributes in WordPress just got way easier. Plus, you can also export product attributes! </p>\n\n<p>Update to AIOSEO 4.7.8 now and take your SEO to another level.</p>','success','[\"4-x\",\"lite\"]',1213,NULL,'2025-01-28 00:00:00',NULL,'Learn More','https://aioseo.com/smarter-keyword-rank-tracking-woocommerce-seo-made-easy/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=478-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=478-v4-x-lite',0,0,'2025-02-14 03:35:39','2025-04-17 22:52:06'),(32,'68018616f2568',NULL,'[New] Supercharged Crawl Cleanup and Query Arg Monitoring! ?','<p>Is your WordPress site slowing down? Or are AI bots scraping your content? ?</p>\n\n<p><strong>AIOSEO 4.8.0 puts you in control with</strong>:<br>? <strong>Supercharged Crawl Cleanup</strong> – Stop search engines from indexing unnecessary URLs.<br>? <strong>Advanced Query Monitoring</strong> – Optimize UTM parameters automatically.<br>?️ <strong>Bot Control</strong> – Block unauthorized AI crawlers.<br>? <strong>Internal Search Optimization</strong> – Prevent spam & boost performance.<br><br>? Keep your site fast, secure, and SEO-friendly. Update now! ?</p>','success','[\"4-x\",\"lite\"]',1222,NULL,'2025-03-11 00:00:00',NULL,'Learn More','https://aioseo.com/introducing-aioseo-4-8-0-advanced-crawl-features/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=480-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=480-v4-x-lite',0,0,'2025-04-17 22:52:06','2025-04-17 22:52:06'); /*!40000 ALTER TABLE `wp_aioseo_notifications` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_aioseo_posts` -- DROP TABLE IF EXISTS `wp_aioseo_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_aioseo_posts` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL, `title` text COLLATE utf8mb4_unicode_520_ci, `description` text COLLATE utf8mb4_unicode_520_ci, `keywords` mediumtext COLLATE utf8mb4_unicode_520_ci, `keyphrases` longtext COLLATE utf8mb4_unicode_520_ci, `page_analysis` longtext COLLATE utf8mb4_unicode_520_ci, `primary_term` longtext COLLATE utf8mb4_unicode_520_ci, `canonical_url` text COLLATE utf8mb4_unicode_520_ci, `og_title` text COLLATE utf8mb4_unicode_520_ci, `og_description` text COLLATE utf8mb4_unicode_520_ci, `og_object_type` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT 'default', `og_image_type` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT 'default', `og_image_url` text COLLATE utf8mb4_unicode_520_ci, `og_image_width` int(11) DEFAULT NULL, `og_image_height` int(11) DEFAULT NULL, `og_image_custom_url` text COLLATE utf8mb4_unicode_520_ci, `og_image_custom_fields` text COLLATE utf8mb4_unicode_520_ci, `og_video` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `og_custom_url` text COLLATE utf8mb4_unicode_520_ci, `og_article_section` text COLLATE utf8mb4_unicode_520_ci, `og_article_tags` text COLLATE utf8mb4_unicode_520_ci, `twitter_use_og` tinyint(1) DEFAULT '0', `twitter_card` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT 'default', `twitter_image_type` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT 'default', `twitter_image_url` text COLLATE utf8mb4_unicode_520_ci, `twitter_image_custom_url` text COLLATE utf8mb4_unicode_520_ci, `twitter_image_custom_fields` text COLLATE utf8mb4_unicode_520_ci, `twitter_title` text COLLATE utf8mb4_unicode_520_ci, `twitter_description` text COLLATE utf8mb4_unicode_520_ci, `seo_score` int(11) NOT NULL DEFAULT '0', `schema` longtext COLLATE utf8mb4_unicode_520_ci, `schema_type` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT 'default', `schema_type_options` longtext COLLATE utf8mb4_unicode_520_ci, `pillar_content` tinyint(1) DEFAULT NULL, `robots_default` tinyint(1) NOT NULL DEFAULT '1', `robots_noindex` tinyint(1) NOT NULL DEFAULT '0', `robots_noarchive` tinyint(1) NOT NULL DEFAULT '0', `robots_nosnippet` tinyint(1) NOT NULL DEFAULT '0', `robots_nofollow` tinyint(1) NOT NULL DEFAULT '0', `robots_noimageindex` tinyint(1) NOT NULL DEFAULT '0', `robots_noodp` tinyint(1) NOT NULL DEFAULT '0', `robots_notranslate` tinyint(1) NOT NULL DEFAULT '0', `robots_max_snippet` int(11) DEFAULT NULL, `robots_max_videopreview` int(11) DEFAULT NULL, `robots_max_imagepreview` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT 'large', `images` longtext COLLATE utf8mb4_unicode_520_ci, `image_scan_date` datetime DEFAULT NULL, `priority` float DEFAULT NULL, `frequency` tinytext COLLATE utf8mb4_unicode_520_ci, `videos` longtext COLLATE utf8mb4_unicode_520_ci, `video_thumbnail` text COLLATE utf8mb4_unicode_520_ci, `video_scan_date` datetime DEFAULT NULL, `local_seo` longtext COLLATE utf8mb4_unicode_520_ci, `limit_modified_date` tinyint(1) NOT NULL DEFAULT '0', `options` longtext COLLATE utf8mb4_unicode_520_ci, `created` datetime NOT NULL, `updated` datetime NOT NULL, PRIMARY KEY (`id`), KEY `ndx_aioseo_posts_post_id` (`post_id`) ) ENGINE=InnoDB AUTO_INCREMENT=403 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_aioseo_posts` -- LOCK TABLES `wp_aioseo_posts` WRITE; /*!40000 ALTER TABLE `wp_aioseo_posts` DISABLE KEYS */; INSERT INTO `wp_aioseo_posts` VALUES (3,7,'株式会社ヒタチ設備 採用サイト','成長速度を圧倒的に加速できる環境づくりを約束します。 - 株式会社ヒタチ設備 採用サイト','[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,'2023-07-10 01:31:49',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2023-07-10 01:20:00','2024-07-31 02:09:55'),(4,10,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,'2024-08-08 03:30:49',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2023-07-10 04:46:33','2024-08-08 03:30:49'),(5,12,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,'2024-07-31 01:53:12',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2023-07-10 04:46:55','2024-07-31 01:53:12'),(6,14,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,'2023-12-26 08:31:17',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2023-07-10 04:47:28','2023-12-26 08:31:17'),(7,16,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,64,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,'2023-10-02 04:44:05',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2023-07-10 04:47:52','2023-10-02 04:44:05'),(8,18,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,64,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,'2024-05-20 11:22:56',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2023-07-10 04:48:23','2024-05-20 11:22:56'),(9,20,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,'2023-07-10 04:59:55',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2023-07-10 04:49:25','2023-07-10 04:59:55'),(10,22,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,64,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,'2023-10-02 05:31:42',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2023-07-10 04:50:26','2023-10-02 05:31:42'),(11,24,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,'2023-10-02 04:44:05',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2023-07-10 04:50:56','2023-10-02 04:44:05'),(12,26,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,64,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,'2024-05-20 11:22:56',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2023-07-10 04:51:43','2024-05-20 11:22:56'),(13,28,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,'2024-05-20 11:22:56',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2023-07-10 04:52:57','2024-05-20 11:22:56'),(27,111,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"score\":-20,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":[],\"consecutiveSentences\":{\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,64,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,'2023-10-02 05:32:43',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2023-07-13 05:09:49','2023-10-02 05:32:43'),(28,113,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large',NULL,'2023-07-13 05:20:45',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2023-07-13 05:11:19','2023-07-13 05:20:46'),(347,606,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/hitachi-setsubi-recruit.com\\/wp-content\\/uploads\\/2024\\/07\\/interview01_main.jpg\"},{\"image:loc\":\"https:\\/\\/hitachi-setsubi-recruit.com\\/wp-content\\/uploads\\/2024\\/07\\/interview01_1.jpg\"},{\"image:loc\":\"https:\\/\\/hitachi-setsubi-recruit.com\\/wp-content\\/uploads\\/2024\\/07\\/interview01_2.jpg\"},{\"image:loc\":\"https:\\/\\/hitachi-setsubi-recruit.com\\/wp-content\\/uploads\\/2024\\/07\\/interview01_3.jpg\"},{\"image:loc\":\"https:\\/\\/hitachi-setsubi-recruit.com\\/wp-content\\/uploads\\/2024\\/07\\/interview01_4.jpg\"}]','2024-07-24 12:39:56',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2024-03-02 22:48:29','2024-07-24 12:39:56'),(353,640,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/hitachi-setsubi-recruit.com\\/wp-content\\/uploads\\/2024\\/07\\/job01_main.jpg\"},{\"image:loc\":\"https:\\/\\/hitachi-setsubi-recruit.com\\/wp-content\\/uploads\\/2024\\/07\\/job01_1.jpg\"},{\"image:loc\":\"https:\\/\\/hitachi-setsubi-recruit.com\\/wp-content\\/uploads\\/2024\\/07\\/job01_2.jpg\"},{\"image:loc\":\"https:\\/\\/hitachi-setsubi-recruit.com\\/wp-content\\/uploads\\/2024\\/07\\/job01_3.jpg\"},{\"image:loc\":\"https:\\/\\/hitachi-setsubi-recruit.com\\/wp-content\\/uploads\\/2024\\/07\\/job01_4.jpg\"},{\"image:loc\":\"https:\\/\\/hitachi-setsubi-recruit.com\\/wp-content\\/uploads\\/2024\\/07\\/job01_5.jpg\"},{\"image:loc\":\"https:\\/\\/hitachi-setsubi-recruit.com\\/wp-content\\/uploads\\/2024\\/07\\/job01_6.jpg\"}]','2024-08-08 04:18:27',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2024-03-03 04:42:26','2024-08-08 04:18:27'),(357,646,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/hitachi-setsubi-recruit.com\\/wp-content\\/uploads\\/2024\\/03\\/favicon.png\"}]','2024-07-21 11:03:15',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2024-03-06 10:31:05','2024-07-21 11:03:15'),(358,647,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large','[{\"image:loc\":\"https:\\/\\/hitachi-setsubi-recruit.com\\/wp-content\\/uploads\\/2024\\/03\\/ogp_img.jpg\"}]','2024-07-21 11:03:15',NULL,NULL,NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2024-03-06 10:31:05','2024-07-21 11:03:15'),(360,650,NULL,'#post_content','[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/hitachi-setsubi-recruit.com\\/wp-content\\/uploads\\/2024\\/03\\/no_img.jpg\"}]','2024-07-21 11:03:15',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2024-03-06 12:34:59','2024-07-21 11:03:15'),(388,702,NULL,'#post_content',NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/hitachi-setsubi-recruit.com\\/wp-content\\/uploads\\/2024\\/07\\/interview01_main.jpg\"}]','2024-07-23 12:12:39',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2024-07-23 12:01:52','2024-07-23 12:12:39'),(389,698,NULL,'#post_content',NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/hitachi-setsubi-recruit.com\\/wp-content\\/uploads\\/2024\\/07\\/interview01_1.jpg\"}]','2024-07-23 12:12:39',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2024-07-23 12:01:52','2024-07-23 12:12:39'),(390,699,NULL,'#post_content',NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/hitachi-setsubi-recruit.com\\/wp-content\\/uploads\\/2024\\/07\\/interview01_2.jpg\"}]','2024-07-23 12:12:39',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2024-07-23 12:01:52','2024-07-23 12:12:39'),(391,700,NULL,'#post_content',NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/hitachi-setsubi-recruit.com\\/wp-content\\/uploads\\/2024\\/07\\/interview01_3.jpg\"}]','2024-07-23 12:12:39',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2024-07-23 12:01:52','2024-07-23 12:12:39'),(392,701,NULL,'#post_content',NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/hitachi-setsubi-recruit.com\\/wp-content\\/uploads\\/2024\\/07\\/interview01_4.jpg\"}]','2024-07-23 12:12:39',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2024-07-23 12:01:52','2024-07-23 12:12:39'),(393,712,NULL,'#post_content',NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/hitachi-setsubi-recruit.com\\/wp-content\\/uploads\\/2024\\/07\\/job01_main.jpg\"}]','2024-07-23 12:29:47',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2024-07-23 12:19:23','2024-07-23 12:29:47'),(394,706,NULL,'#post_content',NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/hitachi-setsubi-recruit.com\\/wp-content\\/uploads\\/2024\\/07\\/job01_1.jpg\"}]','2024-07-23 12:29:47',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2024-07-23 12:19:23','2024-07-23 12:29:47'),(395,707,NULL,'#post_content',NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/hitachi-setsubi-recruit.com\\/wp-content\\/uploads\\/2024\\/07\\/job01_2.jpg\"}]','2024-07-23 12:29:47',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2024-07-23 12:19:23','2024-07-23 12:29:47'),(396,708,NULL,'#post_content',NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/hitachi-setsubi-recruit.com\\/wp-content\\/uploads\\/2024\\/07\\/job01_3.jpg\"}]','2024-07-23 12:29:47',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2024-07-23 12:19:23','2024-07-23 12:29:47'),(397,709,NULL,'#post_content',NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/hitachi-setsubi-recruit.com\\/wp-content\\/uploads\\/2024\\/07\\/job01_4.jpg\"}]','2024-07-23 12:29:47',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2024-07-23 12:19:23','2024-07-23 12:29:47'),(398,710,NULL,'#post_content',NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/hitachi-setsubi-recruit.com\\/wp-content\\/uploads\\/2024\\/07\\/job01_5.jpg\"}]','2024-07-23 12:29:47',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2024-07-23 12:19:23','2024-07-23 12:29:47'),(399,711,NULL,'#post_content',NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/hitachi-setsubi-recruit.com\\/wp-content\\/uploads\\/2024\\/07\\/job01_6.jpg\"}]','2024-07-23 12:29:47',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2024-07-23 12:19:23','2024-07-23 12:29:47'),(401,731,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/hitachi-setsubi-recruit.com\\/wp-content\\/uploads\\/2024\\/07\\/interview01_main.jpg\"},{\"image:loc\":\"https:\\/\\/hitachi-setsubi-recruit.com\\/wp-content\\/uploads\\/2024\\/07\\/interview01_1.jpg\"},{\"image:loc\":\"https:\\/\\/hitachi-setsubi-recruit.com\\/wp-content\\/uploads\\/2024\\/07\\/interview01_2.jpg\"},{\"image:loc\":\"https:\\/\\/hitachi-setsubi-recruit.com\\/wp-content\\/uploads\\/2024\\/07\\/interview01_3.jpg\"},{\"image:loc\":\"https:\\/\\/hitachi-setsubi-recruit.com\\/wp-content\\/uploads\\/2024\\/07\\/interview01_4.jpg\"}]','2024-07-24 12:39:56',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2024-08-08 03:10:16','2024-08-08 03:10:43'),(402,732,NULL,NULL,NULL,'{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"lengthContent\":{\"error\":1,\"score\":1,\"maxScore\":5}},\"title\":{\"titleLength\":{\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"score\":1,\"maxScore\":5}}}}',NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,67,'{\"blockGraphs\":[],\"customGraphs\":[],\"default\":{\"data\":{\"Article\":[],\"Course\":[],\"Dataset\":[],\"FAQPage\":[],\"Movie\":[],\"Person\":[],\"Product\":[],\"ProductReview\":[],\"Car\":[],\"Recipe\":[],\"Service\":[],\"SoftwareApplication\":[],\"WebPage\":[]},\"graphName\":\"WebPage\",\"isEnabled\":true},\"graphs\":[]}','default',NULL,0,1,0,0,0,0,0,0,0,-1,-1,'large','[{\"image:loc\":\"https:\\/\\/hitachi-setsubi-recruit.com\\/wp-content\\/uploads\\/2024\\/07\\/job01_main.jpg\"},{\"image:loc\":\"https:\\/\\/hitachi-setsubi-recruit.com\\/wp-content\\/uploads\\/2024\\/07\\/job01_1.jpg\"},{\"image:loc\":\"https:\\/\\/hitachi-setsubi-recruit.com\\/wp-content\\/uploads\\/2024\\/07\\/job01_2.jpg\"},{\"image:loc\":\"https:\\/\\/hitachi-setsubi-recruit.com\\/wp-content\\/uploads\\/2024\\/07\\/job01_3.jpg\"},{\"image:loc\":\"https:\\/\\/hitachi-setsubi-recruit.com\\/wp-content\\/uploads\\/2024\\/07\\/job01_4.jpg\"},{\"image:loc\":\"https:\\/\\/hitachi-setsubi-recruit.com\\/wp-content\\/uploads\\/2024\\/07\\/job01_5.jpg\"},{\"image:loc\":\"https:\\/\\/hitachi-setsubi-recruit.com\\/wp-content\\/uploads\\/2024\\/07\\/job01_6.jpg\"}]','2024-07-25 00:48:44',NULL,'default',NULL,NULL,NULL,NULL,0,'{\"linkFormat\":{\"internalLinkCount\":0,\"linkAssistantDismissed\":false},\"primaryTerm\":{\"productEducationDismissed\":false}}','2024-08-08 03:12:58','2024-08-08 04:09:48'); /*!40000 ALTER TABLE `wp_aioseo_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_aioseo_writing_assistant_keywords` -- DROP TABLE IF EXISTS `wp_aioseo_writing_assistant_keywords`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_aioseo_writing_assistant_keywords` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `uuid` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL, `keyword` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `country` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'us', `language` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'en', `progress` tinyint(3) DEFAULT '0', `keywords` mediumtext COLLATE utf8mb4_unicode_520_ci, `competitors` mediumtext COLLATE utf8mb4_unicode_520_ci, `created` datetime NOT NULL, `updated` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`id`), UNIQUE KEY `ndx_aioseo_writing_assistant_keywords_uuid` (`uuid`), KEY `ndx_aioseo_writing_assistant_keywords_keyword` (`keyword`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_aioseo_writing_assistant_keywords` -- LOCK TABLES `wp_aioseo_writing_assistant_keywords` WRITE; /*!40000 ALTER TABLE `wp_aioseo_writing_assistant_keywords` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_aioseo_writing_assistant_keywords` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_aioseo_writing_assistant_posts` -- DROP TABLE IF EXISTS `wp_aioseo_writing_assistant_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_aioseo_writing_assistant_posts` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned DEFAULT NULL, `keyword_id` bigint(20) unsigned DEFAULT NULL, `content_analysis_hash` varchar(40) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `content_analysis` text COLLATE utf8mb4_unicode_520_ci, `created` datetime NOT NULL, `updated` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`id`), UNIQUE KEY `ndx_aioseo_writing_assistant_posts_post_id` (`post_id`), KEY `ndx_aioseo_writing_assistant_posts_keyword_id` (`keyword_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_aioseo_writing_assistant_posts` -- LOCK TABLES `wp_aioseo_writing_assistant_posts` WRITE; /*!40000 ALTER TABLE `wp_aioseo_writing_assistant_posts` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_aioseo_writing_assistant_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'comment', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`), KEY `autoload` (`autoload`) ) ENGINE=InnoDB AUTO_INCREMENT=78061 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','https://hitachi-setsubi-recruit.com','yes'),(2,'home','https://hitachi-setsubi-recruit.com','yes'),(3,'blogname','ヒタチ設備 採用サイト','yes'),(4,'blogdescription','成長速度を圧倒的に加速できる環境づくりを約束します。','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','cs@acsport.net','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','20','yes'),(23,'date_format','Y年n月j日','yes'),(24,'time_format','g:i A','yes'),(25,'links_updated_date_format','Y年n月j日 g:i A','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%category%/%post_id%/','yes'),(29,'rewrite_rules','a:184:{s:7:\"blog/?$\";s:24:\"index.php?post_type=post\";s:37:\"blog/feed/(feed|rdf|rss|rss2|atom)/?$\";s:41:\"index.php?post_type=post&feed=$matches[1]\";s:32:\"blog/(feed|rdf|rss|rss2|atom)/?$\";s:41:\"index.php?post_type=post&feed=$matches[1]\";s:24:\"blog/page/([0-9]{1,})/?$\";s:42:\"index.php?post_type=post&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:12:\"interview/?$\";s:29:\"index.php?post_type=interview\";s:42:\"interview/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=interview&feed=$matches[1]\";s:37:\"interview/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=interview&feed=$matches[1]\";s:29:\"interview/page/([0-9]{1,})/?$\";s:47:\"index.php?post_type=interview&paged=$matches[1]\";s:10:\"recruit/?$\";s:27:\"index.php?post_type=recruit\";s:40:\"recruit/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=recruit&feed=$matches[1]\";s:35:\"recruit/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=recruit&feed=$matches[1]\";s:27:\"recruit/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=recruit&paged=$matches[1]\";s:45:\"post/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?post_type=post&name=$matches[1]&feed=$matches[2]\";s:40:\"post/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?post_type=post&name=$matches[1]&feed=$matches[2]\";s:21:\"post/([^/]+)/embed/?$\";s:52:\"index.php?post_type=post&name=$matches[1]&embed=true\";s:33:\"post/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?post_type=post&name=$matches[1]&paged=$matches[2]\";s:40:\"post/([^/]+)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?post_type=post&name=$matches[1]&cpage=$matches[2]\";s:15:\"post/([^/]+)/?$\";s:41:\"index.php?post_type=post&name=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:51:\"works_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?works_type=$matches[1]&feed=$matches[2]\";s:46:\"works_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?works_type=$matches[1]&feed=$matches[2]\";s:27:\"works_type/([^/]+)/embed/?$\";s:43:\"index.php?works_type=$matches[1]&embed=true\";s:39:\"works_type/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?works_type=$matches[1]&paged=$matches[2]\";s:21:\"works_type/([^/]+)/?$\";s:32:\"index.php?works_type=$matches[1]\";s:55:\"works_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?works_category=$matches[1]&feed=$matches[2]\";s:50:\"works_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?works_category=$matches[1]&feed=$matches[2]\";s:31:\"works_category/([^/]+)/embed/?$\";s:47:\"index.php?works_category=$matches[1]&embed=true\";s:43:\"works_category/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?works_category=$matches[1]&paged=$matches[2]\";s:25:\"works_category/([^/]+)/?$\";s:36:\"index.php?works_category=$matches[1]\";s:37:\"interview/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"interview/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"interview/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"interview/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"interview/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"interview/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"interview/([^/]+)/embed/?$\";s:42:\"index.php?interview=$matches[1]&embed=true\";s:30:\"interview/([^/]+)/trackback/?$\";s:36:\"index.php?interview=$matches[1]&tb=1\";s:50:\"interview/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?interview=$matches[1]&feed=$matches[2]\";s:45:\"interview/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?interview=$matches[1]&feed=$matches[2]\";s:38:\"interview/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?interview=$matches[1]&paged=$matches[2]\";s:45:\"interview/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?interview=$matches[1]&cpage=$matches[2]\";s:34:\"interview/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?interview=$matches[1]&page=$matches[2]\";s:26:\"interview/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"interview/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"interview/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"interview/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"interview/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"interview/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"recruit/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"recruit/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"recruit/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"recruit/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"recruit/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"recruit/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"recruit/([^/]+)/embed/?$\";s:40:\"index.php?recruit=$matches[1]&embed=true\";s:28:\"recruit/([^/]+)/trackback/?$\";s:34:\"index.php?recruit=$matches[1]&tb=1\";s:48:\"recruit/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?recruit=$matches[1]&feed=$matches[2]\";s:43:\"recruit/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?recruit=$matches[1]&feed=$matches[2]\";s:36:\"recruit/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?recruit=$matches[1]&paged=$matches[2]\";s:43:\"recruit/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?recruit=$matches[1]&cpage=$matches[2]\";s:32:\"recruit/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?recruit=$matches[1]&page=$matches[2]\";s:24:\"recruit/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"recruit/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"recruit/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"recruit/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"recruit/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"recruit/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:48:\"monsterinsights_note/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:58:\"monsterinsights_note/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:78:\"monsterinsights_note/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:73:\"monsterinsights_note/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:73:\"monsterinsights_note/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:54:\"monsterinsights_note/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"monsterinsights_note/([^/]+)/embed/?$\";s:53:\"index.php?monsterinsights_note=$matches[1]&embed=true\";s:41:\"monsterinsights_note/([^/]+)/trackback/?$\";s:47:\"index.php?monsterinsights_note=$matches[1]&tb=1\";s:49:\"monsterinsights_note/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?monsterinsights_note=$matches[1]&paged=$matches[2]\";s:56:\"monsterinsights_note/([^/]+)/comment-page-([0-9]{1,})/?$\";s:60:\"index.php?monsterinsights_note=$matches[1]&cpage=$matches[2]\";s:45:\"monsterinsights_note/([^/]+)(?:/([0-9]+))?/?$\";s:59:\"index.php?monsterinsights_note=$matches[1]&page=$matches[2]\";s:37:\"monsterinsights_note/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"monsterinsights_note/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"monsterinsights_note/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"monsterinsights_note/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"monsterinsights_note/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"monsterinsights_note/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:70:\"monsterinsights_note_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:68:\"index.php?monsterinsights_note_category=$matches[1]&feed=$matches[2]\";s:65:\"monsterinsights_note_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:68:\"index.php?monsterinsights_note_category=$matches[1]&feed=$matches[2]\";s:46:\"monsterinsights_note_category/([^/]+)/embed/?$\";s:62:\"index.php?monsterinsights_note_category=$matches[1]&embed=true\";s:58:\"monsterinsights_note_category/([^/]+)/page/?([0-9]{1,})/?$\";s:69:\"index.php?monsterinsights_note_category=$matches[1]&paged=$matches[2]\";s:40:\"monsterinsights_note_category/([^/]+)/?$\";s:51:\"index.php?monsterinsights_note_category=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:12:\"sitemap\\.xml\";s:24:\"index.php??sitemap=index\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=7&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:74:\"date/([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:69:\"date/([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:50:\"date/([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:62:\"date/([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:44:\"date/([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:61:\"date/([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:56:\"date/([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:37:\"date/([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:49:\"date/([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:31:\"date/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:48:\"date/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:43:\"date/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:24:\"date/([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:36:\"date/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:18:\"date/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:32:\".+?/[0-9]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\".+?/[0-9]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\".+?/[0-9]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\".+?/[0-9]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\".+?/[0-9]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\".+?/[0-9]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"(.+?)/([0-9]+)/embed/?$\";s:60:\"index.php?category_name=$matches[1]&p=$matches[2]&embed=true\";s:27:\"(.+?)/([0-9]+)/trackback/?$\";s:54:\"index.php?category_name=$matches[1]&p=$matches[2]&tb=1\";s:47:\"(.+?)/([0-9]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?category_name=$matches[1]&p=$matches[2]&feed=$matches[3]\";s:42:\"(.+?)/([0-9]+)/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?category_name=$matches[1]&p=$matches[2]&feed=$matches[3]\";s:35:\"(.+?)/([0-9]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?category_name=$matches[1]&p=$matches[2]&paged=$matches[3]\";s:42:\"(.+?)/([0-9]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?category_name=$matches[1]&p=$matches[2]&cpage=$matches[3]\";s:31:\"(.+?)/([0-9]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?category_name=$matches[1]&p=$matches[2]&page=$matches[3]\";s:21:\".+?/[0-9]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:31:\".+?/[0-9]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:51:\".+?/[0-9]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\".+?/[0-9]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\".+?/[0-9]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:27:\".+?/[0-9]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:33:\"(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:14:\"(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:26:\"(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(.+?)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&cpage=$matches[2]\";s:8:\"(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:5:{i:0;s:61:\"/home/hitachisetsubi/www/wp-content/themes/recruit/header.php\";i:2;s:60:\"/home/hitachisetsubi/www/wp-content/themes/recruit/style.css\";i:3;s:64:\"/home/hitachisetsubi/www/wp-content/themes/recruit/functions.php\";i:4;s:61:\"/home/hitachisetsubi/www/wp-content/themes/recruit/footer.php\";i:5;s:65:\"/home/hitachisetsubi/www/wp-content/themes/recruit/front-page.php\";}','no'),(42,'comment_registration','0','yes'),(43,'html_type','text/html','yes'),(44,'use_trackback','0','yes'),(45,'default_role','subscriber','yes'),(46,'db_version','58975','yes'),(47,'uploads_use_yearmonth_folders','1','yes'),(48,'upload_path','','yes'),(49,'blog_public','1','yes'),(50,'default_link_category','2','yes'),(51,'show_on_front','page','yes'),(52,'tag_base','','yes'),(53,'show_avatars','1','yes'),(54,'avatar_rating','G','yes'),(55,'upload_url_path','','yes'),(56,'thumbnail_size_w','0','yes'),(57,'thumbnail_size_h','0','yes'),(58,'thumbnail_crop','1','yes'),(59,'medium_size_w','0','yes'),(60,'medium_size_h','0','yes'),(61,'avatar_default','mystery','yes'),(62,'large_size_w','0','yes'),(63,'large_size_h','0','yes'),(64,'image_default_link_type','','yes'),(65,'image_default_size','','yes'),(66,'image_default_align','','yes'),(67,'close_comments_for_old_posts','0','yes'),(68,'close_comments_days_old','14','yes'),(69,'thread_comments','1','yes'),(70,'thread_comments_depth','5','yes'),(71,'page_comments','0','yes'),(72,'comments_per_page','50','yes'),(73,'default_comments_page','newest','yes'),(74,'comment_order','asc','yes'),(75,'sticky_posts','a:0:{}','yes'),(76,'widget_categories','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(77,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(78,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(79,'uninstall_plugins','a:5:{s:25:\"mw-wp-form/mw-wp-form.php\";a:2:{i:0;s:10:\"MW_WP_Form\";i:1;s:10:\"_uninstall\";}s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:35:\"monsterinsights_lite_uninstall_hook\";s:37:\"optinmonster/optin-monster-wp-api.php\";s:32:\"optin_monster_api_uninstall_hook\";s:45:\"enable-media-replace/enable-media-replace.php\";a:2:{i:0;s:33:\"\\EnableMediaReplace\\InstallHelper\";i:1;s:15:\"uninstallPlugin\";}s:33:\"instagram-feed/instagram-feed.php\";s:22:\"sb_instagram_uninstall\";}','no'),(80,'timezone_string','Asia/Tokyo','yes'),(81,'page_for_posts','0','yes'),(82,'page_on_front','7','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','646','yes'),(87,'medium_large_size_w','768','yes'),(88,'medium_large_size_h','0','yes'),(89,'wp_page_for_privacy_policy','3','yes'),(90,'show_comments_cookies_opt_in','1','yes'),(91,'admin_email_lifespan','1745189521','yes'),(92,'disallowed_keys','','no'),(93,'comment_previously_approved','1','yes'),(94,'auto_plugin_theme_update_emails','a:0:{}','no'),(95,'auto_update_core_dev','enabled','yes'),(96,'auto_update_core_minor','enabled','yes'),(97,'auto_update_core_major','enabled','yes'),(98,'wp_force_deactivated_plugins','a:0:{}','off'),(99,'initial_db_version','53496','yes'),(100,'wp_user_roles','a:8:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:84:{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:\"bcn_manage_options\";b:1;s:10:\"copy_posts\";b:1;s:17:\"aioseo_manage_seo\";b:1;s:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;s:8:\"backwpup\";b:1;s:13:\"backwpup_jobs\";b:1;s:18:\"backwpup_jobs_edit\";b:1;s:19:\"backwpup_jobs_start\";b:1;s:16:\"backwpup_backups\";b:1;s:25:\"backwpup_backups_download\";b:1;s:23:\"backwpup_backups_delete\";b:1;s:13:\"backwpup_logs\";b:1;s:20:\"backwpup_logs_delete\";b:1;s:17:\"backwpup_settings\";b:1;s:16:\"backwpup_restore\";b:1;s:29:\"manage_instagram_feed_options\";b:1;s:24:\"aioseo_blc_about_us_page\";b:1;s:28:\"aioseo_blc_broken_links_page\";b:1;s:28:\"aioseo_blc_setup_wizard_page\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:43:{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:10:\"copy_posts\";b:1;s:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;s:24:\"aioseo_blc_about_us_page\";b:1;s:28:\"aioseo_blc_broken_links_page\";b:1;s:28:\"aioseo_blc_setup_wizard_page\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:19:{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:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;s:10:\"copy_posts\";b:1;s:24:\"aioseo_blc_about_us_page\";b:1;s:28:\"aioseo_blc_broken_links_page\";b:1;s:28:\"aioseo_blc_setup_wizard_page\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:13:{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:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;s:24:\"aioseo_blc_about_us_page\";b:1;s:28:\"aioseo_blc_broken_links_page\";b:1;s:28:\"aioseo_blc_setup_wizard_page\";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:14:\"backwpup_admin\";a:2:{s:4:\"name\";s:15:\"BackWPup 管理\";s:12:\"capabilities\";a:12:{s:4:\"read\";b:1;s:8:\"backwpup\";b:1;s:13:\"backwpup_jobs\";b:1;s:18:\"backwpup_jobs_edit\";b:1;s:19:\"backwpup_jobs_start\";b:1;s:16:\"backwpup_backups\";b:1;s:25:\"backwpup_backups_download\";b:1;s:23:\"backwpup_backups_delete\";b:1;s:13:\"backwpup_logs\";b:1;s:20:\"backwpup_logs_delete\";b:1;s:17:\"backwpup_settings\";b:1;s:16:\"backwpup_restore\";b:1;}}s:14:\"backwpup_check\";a:2:{s:4:\"name\";s:33:\"BackWPup ジョブチェッカー\";s:12:\"capabilities\";a:12:{s:4:\"read\";b:1;s:8:\"backwpup\";b:1;s:13:\"backwpup_jobs\";b:1;s:18:\"backwpup_jobs_edit\";b:0;s:19:\"backwpup_jobs_start\";b:0;s:16:\"backwpup_backups\";b:1;s:25:\"backwpup_backups_download\";b:0;s:23:\"backwpup_backups_delete\";b:0;s:13:\"backwpup_logs\";b:1;s:20:\"backwpup_logs_delete\";b:0;s:17:\"backwpup_settings\";b:0;s:16:\"backwpup_restore\";b:0;}}s:15:\"backwpup_helper\";a:2:{s:4:\"name\";s:24:\"BackWPup ジョブ機能\";s:12:\"capabilities\";a:12:{s:4:\"read\";b:1;s:8:\"backwpup\";b:1;s:13:\"backwpup_jobs\";b:1;s:18:\"backwpup_jobs_edit\";b:0;s:19:\"backwpup_jobs_start\";b:1;s:16:\"backwpup_backups\";b:1;s:25:\"backwpup_backups_download\";b:1;s:23:\"backwpup_backups_delete\";b:1;s:13:\"backwpup_logs\";b:1;s:20:\"backwpup_logs_delete\";b:1;s:17:\"backwpup_settings\";b:0;s:16:\"backwpup_restore\";b:0;}}}','yes'),(101,'fresh_site','0','off'),(102,'user_count','2','off'),(103,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:157:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>最近の投稿</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>最近のコメント</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:153:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>アーカイブ</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:155:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>カテゴリー</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}','yes'),(104,'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;}','yes'),(105,'cron','a:24:{i:1744931122;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:1744932182;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:1744935699;a:2:{s:21:\"sb_instagram_cron_job\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:23:\"sb_instagram_twicedaily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1744935759;a:1:{s:15:\"sbi_feed_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1744935782;a:4:{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;}}s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1744935817;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:1744935819;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:1744941925;a:1:{s:40:\"monsterinsights_feature_feedback_checkin\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1744942200;a:1:{s:44:\"optin_monster_api_admin_notifications_update\";a:1:{s:32:\"ab4ac09344b84968a0c8367e826a8531\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;s:6:\"wpcron\";}}}}i:1744943650;a:1:{s:22:\"siteguard_update_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1744962972;a:1:{s:41:\"googlesitekit_cron_update_remote_features\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1744974262;a:1:{s:22:\"backwpup_check_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1744978420;a:1:{s:21:\"ai1wm_storage_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1745001000;a:1:{s:13:\"backwpup_cron\";a:2:{s:32:\"fd86a2725be8319dcc1338fbc861123c\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{s:3:\"arg\";i:1;}}s:32:\"3e475fc55b99df1272a70c175bd93608\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{s:3:\"arg\";i:2;}}}}i:1745008981;a:1:{s:35:\"monsterinsights_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1745146719;a:1:{s:27:\"acf_update_site_health_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1745161200;a:2:{s:28:\"wpforms_email_summaries_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}s:33:\"wpforms_weekly_entries_count_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1745230337;a:1:{s:23:\"sbi_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1745247600;a:2:{s:29:\"sb_instagram_feed_issue_email\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"sbiweekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}s:23:\"sbi_notification_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"sbiweekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1745281382;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1745287525;a:1:{s:46:\"monsterinsights_feature_feedback_clear_expired\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1745459234;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:1747113336;a:1:{s:36:\"monsterinsights_email_summaries_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:39:\"monsterinsights_email_summaries_monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}s:7:\"version\";i:2;}','on'),(106,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(115,'nonce_key','tNOD@>(o8@Yj.fsMGes-.`ApJ^[f!]o]tOQtoa#m6RXe0St2f#YG Qw3S~kL#-yC','no'),(116,'nonce_salt','.X6&!1yPUb]+v3Byk4Tk,`/?@C^h-2rFcR}~{eqo9dF>xy,li1y1;c%saX~OHT?g','no'),(117,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(118,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(119,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(120,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(121,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(123,'recovery_keys','a:0:{}','off'),(124,'theme_mods_twentytwentythree','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1688951909;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\";}}}}','no'),(125,'https_detection_errors','a:0:{}','off'),(159,'finished_updating_comment_type','1','yes'),(160,'recently_activated','a:0:{}','off'),(162,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(163,'akismet_strictness','0','yes'),(164,'akismet_show_user_comments_approved','0','yes'),(165,'akismet_comment_form_privacy_notice','hide','yes'),(166,'wordpress_api_key','80ee5fbdad4f','yes'),(167,'akismet_spam_count','0','yes'),(182,'cptui_new_install','false','yes'),(189,'acf_version','6.4.0.1','yes'),(194,'widget_bcn_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(197,'fm_key','uh9UcaKJ6SLT45FIAjb3YnWOM','yes'),(202,'duplicate_post_show_notice','0','no'),(203,'duplicate_post_copytitle','1','yes'),(204,'duplicate_post_copydate','','yes'),(205,'duplicate_post_copystatus','','yes'),(206,'duplicate_post_copyslug','','yes'),(207,'duplicate_post_copyexcerpt','1','yes'),(208,'duplicate_post_copycontent','1','yes'),(209,'duplicate_post_copythumbnail','1','yes'),(210,'duplicate_post_copytemplate','1','yes'),(211,'duplicate_post_copyformat','1','yes'),(212,'duplicate_post_copyauthor','','yes'),(213,'duplicate_post_copypassword','','yes'),(214,'duplicate_post_copyattachments','','yes'),(215,'duplicate_post_copychildren','','yes'),(216,'duplicate_post_copycomments','','yes'),(217,'duplicate_post_copymenuorder','1','yes'),(218,'duplicate_post_taxonomies_blacklist','','yes'),(219,'duplicate_post_blacklist','','yes'),(220,'duplicate_post_types_enabled','a:6:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:15:\"acf-field-group\";i:3;s:9:\"interview\";i:4;s:7:\"recruit\";i:5;s:10:\"mw-wp-form\";}','yes'),(221,'duplicate_post_show_original_column','','yes'),(222,'duplicate_post_show_original_in_post_states','','yes'),(223,'duplicate_post_show_original_meta_box','','yes'),(224,'duplicate_post_show_link','a:3:{s:9:\"new_draft\";s:1:\"1\";s:5:\"clone\";s:1:\"1\";s:17:\"rewrite_republish\";s:1:\"1\";}','yes'),(225,'duplicate_post_show_link_in','a:4:{s:3:\"row\";s:1:\"1\";s:8:\"adminbar\";s:1:\"1\";s:9:\"submitbox\";s:1:\"1\";s:11:\"bulkactions\";s:1:\"1\";}','yes'),(226,'duplicate_post_version','4.5','yes'),(231,'action_scheduler_hybrid_store_demarkation','5','yes'),(232,'schema-ActionScheduler_StoreSchema','7.0.1693981828','yes'),(233,'schema-ActionScheduler_LoggerSchema','3.0.1688949695','yes'),(234,'action_scheduler_lock_async-request-runner','6801869b5b3f56.62395623|1744930519','yes'),(235,'aioseo_options_internal','{\"internal\":{\"validLicenseKey\":null,\"lastActiveVersion\":\"4.8.1.1\",\"migratedVersion\":\"0.0\",\"siteAnalysis\":{\"connectToken\":\"6ada86ea-2da1-5b0d-a834-c0c4a1bf37db\",\"score\":60,\"results\":\"{\\\"basic\\\":{\\\"title\\\":{\\\"status\\\":\\\"passed\\\",\\\"value\\\":\\\"\\\\u30d5\\\\u30a9\\\\u30fc\\\\u30e9\\\\u30e0\\\\u3072\\\\u3053\\\\u3070\\\\u3048 \\\\u63a1\\\\u7528\\\\u30b5\\\\u30a4\\\\u30c8 - \\\\u8d64\\\\u3061\\\\u3083\\\\u3093\\\\u304b\\\\u3089\\\\u304a\\\\u5e74\\\\u5bc4\\\\u308a\\\\u307e\\\\u3067\\\\u3001\\\\u8ab0\\\\u3082\\\\u304c\\\\u96c6\\\\u3048\\\\u308b\\\\u307f\\\\u3093\\\\u306a\\\\u306e\\\\u5c45\\\\u5834\\\\u6240\\\",\\\"length\\\":44},\\\"description\\\":{\\\"status\\\":\\\"passed\\\",\\\"value\\\":\\\"\\\\u4eac\\\\u90fd\\\\u5e02\\\\u5de6\\\\u4eac\\\\u533a \\\\u8a8d\\\\u5b9aNPO\\\\u6cd5\\\\u4eba - \\\\u8d64\\\\u3061\\\\u3083\\\\u3093\\\\u304b\\\\u3089\\\\u304a\\\\u5e74\\\\u5bc4\\\\u308a\\\\u307e\\\\u3067\\\\u3001\\\\u8ab0\\\\u3082\\\\u304c\\\\u96c6\\\\u3048\\\\u308b\\\\u307f\\\\u3093\\\\u306a\\\\u306e\\\\u5c45\\\\u5834\\\\u6240\\\\uff5c\\\\u4eac\\\\u90fd\\\\u5e02\\\\u53f3\\\\u4eac\\\\u533a \\\\u8a8d\\\\u5b9aNPO\\\\u6cd5\\\\u4eba \\\\u5150\\\\u7ae5\\\\u9928 \\\\u653e\\\\u8ab2\\\\u5f8c\\\\u7b49\\\\u30c7\\\\u30a4\\\\u30b5\\\\u30fc\\\\u30d3\\\\u30b9 \\\\u5c31\\\\u52b4\\\\u652f\\\\u63f4\\\\u4e8b\\\\u696d\\\\u6240 \\\\u751f\\\\u6d3b\\\\u4ecb\\\\u8b77\\\\u652f\\\\u63f4\\\",\\\"length\\\":88},\\\"keywords\\\":{\\\"\\\\u793e\\\\u54e1\\\\u30a4\\\\u30f3\\\\u30bf\\\\u30d3\\\\u30e5\\\\u30fc\\\":3,\\\"entry\\\":3,\\\"inteview\\\":3,\\\"\\\\u4e8b\\\\u696d\\\\u5185\\\\u5bb9\\\":2,\\\"\\\\u52df\\\\u96c6\\\\u8077\\\\u7a2e\\\":2,\\\"\\\\u7d44\\\\u7e54\\\\u6982\\\\u8981\\\":2,\\\"\\\\u30e1\\\\u30a4\\\\u30f3\\\\u753b\\\\u50cf]\\\":2,\\\"\\\\u5e38\\\\u52e4\\\\uff08\\\\u6b63\\\\u8077\\\\u54e1\\\\uff09\\\":2,\\\"\\\\u8a73\\\\u7d30\\\\u3092\\\\u898b\\\\u308b\\\":2,\\\"\\\\u653e\\\\u8ab2\\\\u5f8c\\\\u7b49\\\\u30c7\\\\u30a4\\\\u30b5\\\\u30fc\\\\u30d3\\\\u30b9\\\":2},\\\"keywordsInTitleDescription\\\":{\\\"status\\\":\\\"error\\\",\\\"value\\\":{\\\"title\\\":[],\\\"description\\\":{\\\"\\\\u653e\\\\u8ab2\\\\u5f8c\\\\u7b49\\\\u30c7\\\\u30a4\\\\u30b5\\\\u30fc\\\\u30d3\\\\u30b9\\\":1}},\\\"error\\\":\\\"title-missing\\\"},\\\"h1Tags\\\":{\\\"status\\\":\\\"error\\\",\\\"value\\\":[],\\\"error\\\":\\\"h1-missing\\\"},\\\"h2Tags\\\":{\\\"status\\\":\\\"passed\\\",\\\"value\\\":[\\\"VISION\\\",\\\"Features of Work\\\\n \\\\u81ea\\\\u7531\\\\u306b\\\\u3001\\\\u81ea\\\\u5206\\\\u3089\\\\u3057\\\\u304f\\\\u3001\\\\u81ea\\\\u7136\\\\u306e\\\\u307e\\\\u307e\\\\u306b\\\\u3002\\\",\\\"\\\\u52df\\\\u96c6\\\\u8077\\\\u7a2e\\\\u4e00\\\\u89a7\\\\n Recruit\\\",\\\"\\\\u793e\\\\u54e1\\\\u30a4\\\\u30f3\\\\u30bf\\\\u30d3\\\\u30e5\\\\u30fc\\\\n Interview\\\",\\\"\\\\u30c7\\\\u30fc\\\\u30bf\\\\u3067\\\\u898b\\\\u308b\\\\n Data\\\",\\\"ENTRY\\\"]},\\\"noImgAltAtts\\\":{\\\"status\\\":\\\"error\\\",\\\"value\\\":[\\\"<img src="https:\\\\\\/\\\\\\/hp-recruit.net\\\\\\/hikobae\\\\\\/wp-content\\\\\\/themes\\\\\\/recruit\\\\\\/images\\\\\\/header-logo.png">\\\"],\\\"error\\\":\\\"image-missing-alt\\\"},\\\"linksRatio\\\":{\\\"status\\\":\\\"passed\\\",\\\"value\\\":{\\\"internal\\\":13,\\\"external\\\":1}}},\\\"advanced\\\":{\\\"searchPreview\\\":\\\"https:\\\\\\/\\\\\\/hp-recruit.net\\\\\\/\\\\u30d5\\\\u30a9\\\\u30fc\\\\u30e9\\\\u30e0\\\\u3072\\\\u3053\\\\u3070\\\\u3048 \\\\u63a1\\\\u7528\\\\u30b5\\\\u30a4\\\\u30c8 - \\\\u8d64\\\\u3061\\\\u3083\\\\u3093\\\\u304b\\\\u3089\\\\u304a\\\\u5e74\\\\u5bc4\\\\u308a\\\\u307e\\\\u3067\\\\u3001\\\\u8ab0\\\\u3082\\\\u304c\\\\u96c6\\\\u3048\\\\u308b\\\\u307f\\\\u3093\\\\u306a\\\\u306e\\\\u5c45\\\\u5834\\\\u6240\\\\u4eac\\\\u90fd\\\\u5e02\\\\u5de6\\\\u4eac\\\\u533a \\\\u8a8d\\\\u5b9aNPO\\\\u6cd5\\\\u4eba - \\\\u8d64\\\\u3061\\\\u3083\\\\u3093\\\\u304b\\\\u3089\\\\u304a\\\\u5e74\\\\u5bc4\\\\u308a\\\\u307e\\\\u3067\\\\u3001\\\\u8ab0\\\\u3082\\\\u304c\\\\u96c6\\\\u3048\\\\u308b\\\\u307f\\\\u3093\\\\u306a\\\\u306e\\\\u5c45\\\\u5834\\\\u6240\\\\uff5c\\\\u4eac\\\\u90fd\\\\u5e02\\\\u53f3\\\\u4eac\\\\u533a \\\\u8a8d\\\\u5b9aNPO\\\\u6cd5\\\\u4eba \\\\u5150\\\\u7ae5\\\\u9928 \\\\u653e\\\\u8ab2\\\\u5f8c\\\\u7b49\\\\u30c7\\\\u30a4\\\\u30b5\\\\u30fc\\\\u30d3\\\\u30b9 \\\\u5c31\\\\u52b4\\\\u652f\\\\u63f4\\\\u4e8b\\\\u696d\\\\u6240 \\\\u751f\\\\u6d3b\\\\u4ecb\\\\u8b77\\\\u652f\\\\u63f4\\\",\\\"mobileSearchPreview\\\":\\\"https:\\\\\\/\\\\\\/hp-recruit.net\\\\\\/\\\\u30d5\\\\u30a9\\\\u30fc\\\\u30e9\\\\u30e0\\\\u3072\\\\u3053\\\\u3070\\\\u3048 \\\\u63a1\\\\u7528\\\\u30b5\\\\u30a4\\\\u30c8 - \\\\u8d64\\\\u3061\\\\u3083\\\\u3093\\\\u304b\\\\u3089\\\\u304a\\\\u5e74\\\\u5bc4\\\\u308a\\\\u307e\\\\u3067\\\\u3001\\\\u8ab0\\\\u3082\\\\u304c\\\\u96c6\\\\u3048\\\\u308b\\\\u307f\\\\u3093\\\\u306a\\\\u306e\\\\u5c45\\\\u5834\\\\u6240\\\\u4eac\\\\u90fd\\\\u5e02\\\\u5de6\\\\u4eac\\\\u533a \\\\u8a8d\\\\u5b9aNPO\\\\u6cd5\\\\u4eba - \\\\u8d64\\\\u3061\\\\u3083\\\\u3093\\\\u304b\\\\u3089\\\\u304a\\\\u5e74\\\\u5bc4\\\\u308a\\\\u307e\\\\u3067\\\\u3001\\\\u8ab0\\\\u3082\\\\u304c\\\\u96c6\\\\u3048\\\\u308b\\\\u307f\\\\u3093\\\\u306a\\\\u306e\\\\u5c45\\\\u5834\\\\u6240\\\\uff5c\\\\u4eac\\\\u90fd\\\\u5e02\\\\u53f3\\\\u4eac\\\\u533a \\\\u8a8d\\\\u5b9aNPO\\\\u6cd5\\\\u4eba \\\\u5150\\\\u7ae5\\\\u9928 \\\\u653e\\\\u8ab2\\\\u5f8c\\\\u7b49\\\\u30c7\\\\u30a4\\\\u30b5\\\\u30fc\\\\u30d3\\\\u30b9 \\\\u5c31\\\\u52b4\\\\u652f\\\\u63f4\\\\u4e8b\\\\u696d\\\\u6240 \\\\u751f\\\\u6d3b\\\\u4ecb\\\\u8b77\\\\u652f\\\\u63f4\\\",\\\"mobileSnapshot\\\":\\\"https:\\\\\\/\\\\\\/image.thum.io\\\\\\/get\\\\\\/auth\\\\\\/11036-aioseo\\\\\\/iphone6\\\\\\/https:\\\\\\/\\\\\\/hp-recruit.net\\\",\\\"canonicalTag\\\":{\\\"status\\\":\\\"warning\\\",\\\"value\\\":\\\"\\\",\\\"error\\\":\\\"canonical-missing\\\"},\\\"noindex\\\":{\\\"status\\\":\\\"passed\\\"},\\\"wwwCanonicalization\\\":{\\\"status\\\":\\\"passed\\\"},\\\"robotsRules\\\":{\\\"status\\\":\\\"error\\\",\\\"value\\\":\\\"\\\",\\\"error\\\":\\\"no-robots\\\"},\\\"openGraph\\\":{\\\"status\\\":\\\"error\\\",\\\"error\\\":\\\"ogp-missing\\\",\\\"value\\\":[\\\"og:image\\\",\\\"og:url\\\"]},\\\"schema\\\":{\\\"status\\\":\\\"passed\\\"}},\\\"performance\\\":{\\\"hasImgExpires\\\":{\\\"status\\\":\\\"passed\\\"},\\\"unminifiedJs\\\":{\\\"status\\\":\\\"error\\\",\\\"value\\\":[\\\"https:\\\\\\/\\\\\\/hp-recruit.net\\\\\\/hikobae\\\\\\/wp-content\\\\\\/themes\\\\\\/recruit\\\\\\/js\\\\\\/style.js\\\"],\\\"error\\\":\\\"js-unminified\\\"},\\\"unminifiedCss\\\":{\\\"status\\\":\\\"error\\\",\\\"value\\\":[\\\"https:\\\\\\/\\\\\\/fonts.googleapis.com\\\\\\/css2\\\",\\\"https:\\\\\\/\\\\\\/cdn.jsdelivr.net\\\\\\/npm\\\\\\/slick-carousel@1.8.1\\\\\\/slick\\\\\\/slick.css\\\",\\\"https:\\\\\\/\\\\\\/hp-recruit.net\\\\\\/hikobae\\\\\\/wp-content\\\\\\/themes\\\\\\/recruit\\\\\\/css\\\\\\/slider.css\\\"],\\\"error\\\":\\\"css-unminified\\\"},\\\"pageObjects\\\":{\\\"status\\\":\\\"error\\\",\\\"value\\\":{\\\"images\\\":15,\\\"js\\\":9,\\\"css\\\":4},\\\"total\\\":28,\\\"error\\\":\\\"page-objects-too-many\\\"},\\\"pageSize\\\":{\\\"status\\\":\\\"passed\\\",\\\"value\\\":11122},\\\"responseTime\\\":{\\\"status\\\":\\\"passed\\\",\\\"value\\\":-674}},\\\"security\\\":{\\\"directoryListing\\\":{\\\"status\\\":\\\"passed\\\"},\\\"googleSafeBrowsing\\\":{\\\"status\\\":\\\"passed\\\"},\\\"secureConnection\\\":{\\\"status\\\":\\\"passed\\\"}}}\",\"competitors\":[]},\"headlineAnalysis\":{\"headlines\":[]},\"wizard\":\"{\\\"currentStage\\\":\\\"license-key\\\",\\\"stages\\\":[\\\"category\\\",\\\"additional-information\\\",\\\"features\\\",\\\"search-appearance\\\",\\\"smart-recommendations\\\",\\\"search-console\\\",\\\"license-key\\\"],\\\"importers\\\":[],\\\"category\\\":{\\\"category\\\":\\\"small-offline-business\\\",\\\"categoryOther\\\":null,\\\"siteTitle\\\":\\\"\\\\u682a\\\\u5f0f\\\\u4f1a\\\\u793e\\\\u30d2\\\\u30bf\\\\u30c1\\\\u8a2d\\\\u5099 \\\\u63a1\\\\u7528\\\\u30b5\\\\u30a4\\\\u30c8\\\",\\\"metaDescription\\\":\\\"\\\\u6210\\\\u9577\\\\u901f\\\\u5ea6\\\\u3092\\\\u5727\\\\u5012\\\\u7684\\\\u306b\\\\u52a0\\\\u901f\\\\u3067\\\\u304d\\\\u308b\\\\u74b0\\\\u5883\\\\u3065\\\\u304f\\\\u308a\\\\u3092\\\\u7d04\\\\u675f\\\\u3057\\\\u307e\\\\u3059\\\\u3002 - \\\\u682a\\\\u5f0f\\\\u4f1a\\\\u793e\\\\u30d2\\\\u30bf\\\\u30c1\\\\u8a2d\\\\u5099 \\\\u63a1\\\\u7528\\\\u30b5\\\\u30a4\\\\u30c8\\\"},\\\"additionalInformation\\\":{\\\"siteRepresents\\\":\\\"organization\\\",\\\"person\\\":\\\"\\\",\\\"organizationName\\\":\\\"#site_title\\\",\\\"organizationLogo\\\":\\\"https:\\\\\\/\\\\\\/hitachi-setsubi-recruit.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2024\\\\\\/03\\\\\\/favicon.png\\\",\\\"personName\\\":\\\"\\\",\\\"personLogo\\\":\\\"\\\",\\\"phone\\\":\\\"\\\",\\\"contactType\\\":\\\"\\\",\\\"contactTypeManual\\\":\\\"\\\",\\\"socialShareImage\\\":\\\"https:\\\\\\/\\\\\\/hitachi-setsubi-recruit.com\\\\\\/wp-content\\\\\\/uploads\\\\\\/2024\\\\\\/03\\\\\\/ogp_img.jpg\\\",\\\"social\\\":{\\\"profiles\\\":{\\\"sameUsername\\\":{\\\"enable\\\":false,\\\"username\\\":\\\"\\\",\\\"included\\\":[\\\"facebookPageUrl\\\",\\\"twitterUrl\\\",\\\"pinterestUrl\\\",\\\"instagramUrl\\\",\\\"youtubeUrl\\\",\\\"linkedinUrl\\\"]},\\\"urls\\\":{\\\"facebookPageUrl\\\":\\\"\\\",\\\"twitterUrl\\\":\\\"\\\",\\\"instagramUrl\\\":\\\"\\\",\\\"tiktokUrl\\\":\\\"\\\",\\\"pinterestUrl\\\":\\\"\\\",\\\"youtubeUrl\\\":\\\"\\\",\\\"linkedinUrl\\\":\\\"\\\",\\\"tumblrUrl\\\":\\\"\\\",\\\"yelpPageUrl\\\":\\\"\\\",\\\"soundCloudUrl\\\":\\\"\\\",\\\"wikipediaUrl\\\":\\\"\\\",\\\"myspaceUrl\\\":\\\"\\\",\\\"googlePlacesUrl\\\":\\\"\\\",\\\"wordPressUrl\\\":\\\"\\\"},\\\"additionalUrls\\\":\\\"\\\"}},\\\"organizationDescription\\\":\\\"#tagline\\\"},\\\"features\\\":[\\\"aioseo-eeat\\\",\\\"aioseo-image-seo\\\",\\\"aioseo-redirects\\\",\\\"analytics\\\",\\\"broken-link-checker\\\",\\\"conversion-tools\\\",\\\"optimized-search-appearance\\\",\\\"sitemaps\\\"],\\\"searchAppearance\\\":{\\\"underConstruction\\\":false,\\\"postTypes\\\":{\\\"postTypes\\\":{\\\"all\\\":true,\\\"included\\\":[\\\"post\\\",\\\"page\\\",\\\"attachment\\\",\\\"product\\\"]}},\\\"multipleAuthors\\\":true,\\\"redirectAttachmentPages\\\":true},\\\"smartRecommendations\\\":{\\\"accountInfo\\\":\\\"cs@acsport.net\\\",\\\"usageTracking\\\":true},\\\"licenseKey\\\":null,\\\"showUsageTrackingModal\\\":false}\",\"category\":\"small-offline-business\",\"categoryOther\":null,\"deprecatedOptions\":[\"noPaginationForCanonical\"],\"searchStatistics\":{\"profile\":[],\"trustToken\":\"2c3b28d9e6f840c14dbbca7544ed6dba2a2f62458e8ff2ba680edb01e14e75ce6d0e92966a1d6050d5032b3b9418844f7af8d6bddd4b82008176883472b98aee\",\"rolling\":\"last28Days\",\"site\":{\"verified\":false,\"lastFetch\":0},\"sitemap\":{\"list\":[],\"ignored\":[],\"lastFetch\":0}}},\"integrations\":{\"semrush\":{\"accessToken\":null,\"tokenType\":null,\"expires\":null,\"refreshToken\":null}},\"database\":{\"installedTables\":\"{\\\"wp_aioseo_posts\\\":[\\\"id\\\",\\\"post_id\\\",\\\"title\\\",\\\"description\\\",\\\"keywords\\\",\\\"keyphrases\\\",\\\"page_analysis\\\",\\\"primary_term\\\",\\\"canonical_url\\\",\\\"og_title\\\",\\\"og_description\\\",\\\"og_object_type\\\",\\\"og_image_type\\\",\\\"og_image_url\\\",\\\"og_image_width\\\",\\\"og_image_height\\\",\\\"og_image_custom_url\\\",\\\"og_image_custom_fields\\\",\\\"og_video\\\",\\\"og_custom_url\\\",\\\"og_article_section\\\",\\\"og_article_tags\\\",\\\"twitter_use_og\\\",\\\"twitter_card\\\",\\\"twitter_image_type\\\",\\\"twitter_image_url\\\",\\\"twitter_image_custom_url\\\",\\\"twitter_image_custom_fields\\\",\\\"twitter_title\\\",\\\"twitter_description\\\",\\\"seo_score\\\",\\\"schema\\\",\\\"schema_type\\\",\\\"schema_type_options\\\",\\\"pillar_content\\\",\\\"robots_default\\\",\\\"robots_noindex\\\",\\\"robots_noarchive\\\",\\\"robots_nosnippet\\\",\\\"robots_nofollow\\\",\\\"robots_noimageindex\\\",\\\"robots_noodp\\\",\\\"robots_notranslate\\\",\\\"robots_max_snippet\\\",\\\"robots_max_videopreview\\\",\\\"robots_max_imagepreview\\\",\\\"images\\\",\\\"image_scan_date\\\",\\\"priority\\\",\\\"frequency\\\",\\\"videos\\\",\\\"video_thumbnail\\\",\\\"video_scan_date\\\",\\\"local_seo\\\",\\\"limit_modified_date\\\",\\\"options\\\",\\\"created\\\",\\\"updated\\\"],\\\"wp_aioseo_cache\\\":[],\\\"wp_actionscheduler_actions\\\":[],\\\"wp_actionscheduler_groups\\\":[],\\\"wp_actionscheduler_logs\\\":[],\\\"wp_actionscheduler_claims\\\":[],\\\"wp_aioseo_notifications\\\":[]}\"}}','yes'),(236,'aioseo_options_internal_lite','{\"internal\":{\"activated\":1688949695,\"firstActivated\":1688949695,\"installed\":0,\"connect\":{\"key\":null,\"time\":0,\"network\":false,\"token\":null}}}','yes'),(239,'aioseo_options_dynamic_localized','a:27:{s:42:\"searchAppearance_taxonomies_category_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:52:\"searchAppearance_taxonomies_category_metaDescription\";s:21:\"#taxonomy_description\";s:42:\"searchAppearance_taxonomies_post_tag_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:52:\"searchAppearance_taxonomies_post_tag_metaDescription\";s:21:\"#taxonomy_description\";s:37:\"searchAppearance_postTypes_post_title\";s:37:\"#post_title #separator_sa #site_title\";s:47:\"searchAppearance_postTypes_post_metaDescription\";s:13:\"#post_excerpt\";s:37:\"searchAppearance_postTypes_page_title\";s:37:\"#post_title #separator_sa #site_title\";s:47:\"searchAppearance_postTypes_page_metaDescription\";s:13:\"#post_content\";s:43:\"searchAppearance_postTypes_attachment_title\";s:37:\"#post_title #separator_sa #site_title\";s:53:\"searchAppearance_postTypes_attachment_metaDescription\";s:19:\"#attachment_caption\";s:42:\"searchAppearance_postTypes_interview_title\";s:37:\"#post_title #separator_sa #site_title\";s:52:\"searchAppearance_postTypes_interview_metaDescription\";s:13:\"#post_content\";s:40:\"searchAppearance_postTypes_recruit_title\";s:37:\"#post_title #separator_sa #site_title\";s:50:\"searchAppearance_postTypes_recruit_metaDescription\";s:13:\"#post_content\";s:44:\"searchAppearance_taxonomies_works_type_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:54:\"searchAppearance_taxonomies_works_type_metaDescription\";s:21:\"#taxonomy_description\";s:48:\"searchAppearance_archives_post_advanced_keywords\";s:0:\"\";s:36:\"searchAppearance_archives_post_title\";s:40:\"#archive_title #separator_sa #site_title\";s:46:\"searchAppearance_archives_post_metaDescription\";s:0:\"\";s:53:\"searchAppearance_archives_interview_advanced_keywords\";s:0:\"\";s:41:\"searchAppearance_archives_interview_title\";s:40:\"#archive_title #separator_sa #site_title\";s:51:\"searchAppearance_archives_interview_metaDescription\";s:0:\"\";s:51:\"searchAppearance_archives_recruit_advanced_keywords\";s:0:\"\";s:39:\"searchAppearance_archives_recruit_title\";s:40:\"#archive_title #separator_sa #site_title\";s:49:\"searchAppearance_archives_recruit_metaDescription\";s:0:\"\";s:48:\"searchAppearance_taxonomies_works_category_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:58:\"searchAppearance_taxonomies_works_category_metaDescription\";s:21:\"#taxonomy_description\";}','yes'),(242,'aioseo_dynamic_settings_backup','{}','yes'),(243,'aioseo_options','{\"internal\":[],\"webmasterTools\":{\"google\":\"\",\"bing\":\"\",\"yandex\":\"\",\"baidu\":\"\",\"pinterest\":\"\",\"microsoftClarityProjectId\":\"\",\"norton\":\"\",\"miscellaneousVerification\":\"\"},\"breadcrumbs\":{\"separator\":\"»\",\"homepageLink\":true,\"homepageLabel\":\"\\u30db\\u30fc\\u30e0\",\"breadcrumbPrefix\":\"\",\"archiveFormat\":\"\\u30a2\\u30fc\\u30ab\\u30a4\\u30d6: #breadcrumb_archive_post_type_name\",\"searchResultFormat\":\"\\u691c\\u7d22\\u7d50\\u679c \'#breadcrumb_search_string\'\",\"errorFormat404\":\"404 - \\u30da\\u30fc\\u30b8\\u304c\\u898b\\u3064\\u304b\\u308a\\u307e\\u305b\\u3093\",\"showCurrentItem\":true,\"linkCurrentItem\":false,\"categoryFullHierarchy\":false,\"showBlogHome\":false},\"rssContent\":{\"before\":\"\",\"after\":\"<p>The post #post_link first appeared on #site_link.<\\/p>\"},\"advanced\":{\"truSeo\":true,\"headlineAnalyzer\":true,\"seoAnalysis\":true,\"dashboardWidgets\":[\"seoSetup\",\"seoOverview\",\"seoNews\"],\"announcements\":true,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"uninstall\":false,\"emailSummary\":{\"enable\":false,\"recipients\":[{\"email\":\"cs@acsport.net\",\"frequency\":\"monthly\"}]}},\"sitemap\":{\"general\":{\"enable\":true,\"filename\":\"sitemap\",\"indexes\":true,\"linksPerIndex\":1000,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"attachment\",\"product\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"author\":false,\"date\":false,\"additionalPages\":{\"enable\":false,\"pages\":[]},\"advancedSettings\":{\"enable\":false,\"excludeImages\":false,\"excludePosts\":[],\"excludeTerms\":[],\"priority\":{\"homePage\":{\"priority\":\"{\\\"label\\\":\\\"\\u30c7\\u30d5\\u30a9\\u30eb\\u30c8\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"\\u30c7\\u30d5\\u30a9\\u30eb\\u30c8\\\",\\\"value\\\":\\\"default\\\"}\"},\"postTypes\":{\"grouped\":true,\"priority\":\"{\\\"label\\\":\\\"\\u30c7\\u30d5\\u30a9\\u30eb\\u30c8\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"\\u30c7\\u30d5\\u30a9\\u30eb\\u30c8\\\",\\\"value\\\":\\\"default\\\"}\"},\"taxonomies\":{\"grouped\":true,\"priority\":\"{\\\"label\\\":\\\"\\u30c7\\u30d5\\u30a9\\u30eb\\u30c8\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"\\u30c7\\u30d5\\u30a9\\u30eb\\u30c8\\\",\\\"value\\\":\\\"default\\\"}\"},\"archive\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"author\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}}}},\"rss\":{\"enable\":true,\"linksPerIndex\":50,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]}},\"html\":{\"enable\":true,\"pageUrl\":\"\",\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"sortOrder\":\"publish_date\",\"sortDirection\":\"asc\",\"publicationDate\":true,\"compactArchives\":false,\"advancedSettings\":{\"enable\":false,\"nofollowLinks\":false,\"excludePosts\":[],\"excludeTerms\":[]}}},\"social\":{\"profiles\":{\"sameUsername\":{\"enable\":false,\"username\":\"\",\"included\":[\"facebookPageUrl\",\"twitterUrl\",\"pinterestUrl\",\"instagramUrl\",\"youtubeUrl\",\"linkedinUrl\"]},\"urls\":{\"facebookPageUrl\":\"\",\"twitterUrl\":\"\",\"instagramUrl\":\"\",\"tiktokUrl\":\"\",\"pinterestUrl\":\"\",\"youtubeUrl\":\"\",\"linkedinUrl\":\"\",\"tumblrUrl\":\"\",\"yelpPageUrl\":\"\",\"soundCloudUrl\":\"\",\"wikipediaUrl\":\"\",\"myspaceUrl\":\"\",\"googlePlacesUrl\":\"\",\"wordPressUrl\":\"\"},\"additionalUrls\":\"\"},\"facebook\":{\"general\":{\"enable\":true,\"defaultImageSourcePosts\":\"default\",\"customFieldImagePosts\":\"\",\"defaultImagePosts\":\"https:\\/\\/hitachi-setsubi-recruit.com\\/wp-content\\/uploads\\/2024\\/03\\/ogp_img.jpg\",\"defaultImagePostsWidth\":0,\"defaultImagePostsHeight\":0,\"showAuthor\":true,\"siteName\":\"#site_title #separator_sa #tagline\"},\"homePage\":{\"image\":\"\",\"title\":\"\",\"description\":\"\",\"imageWidth\":0,\"imageHeight\":0,\"objectType\":\"website\"},\"advanced\":{\"enable\":false,\"adminId\":\"\",\"appId\":\"\",\"authorUrl\":\"\",\"generateArticleTags\":false,\"useKeywordsInTags\":true,\"useCategoriesInTags\":true,\"usePostTagsInTags\":true}},\"twitter\":{\"general\":{\"enable\":true,\"useOgData\":false,\"defaultCardType\":\"summary_large_image\",\"defaultImageSourcePosts\":\"default\",\"customFieldImagePosts\":\"\",\"defaultImagePosts\":\"https:\\/\\/hitachi-setsubi-recruit.com\\/wp-content\\/uploads\\/2024\\/03\\/ogp_img.jpg\",\"showAuthor\":true,\"additionalData\":false},\"homePage\":{\"image\":\"\",\"title\":\"\",\"description\":\"\",\"cardType\":\"summary\"}}},\"searchAppearance\":{\"global\":{\"separator\":\"-\",\"siteTitle\":\"#site_title #separator_sa #tagline\",\"metaDescription\":\"#tagline\",\"keywords\":\"\",\"schema\":{\"websiteName\":\"\\u682a\\u5f0f\\u4f1a\\u793e\\u30d2\\u30bf\\u30c1\\u8a2d\\u5099 \\u63a1\\u7528\\u30b5\\u30a4\\u30c8\",\"websiteAlternateName\":\"\",\"siteRepresents\":\"organization\",\"person\":\"\",\"organizationName\":\"#site_title\",\"organizationDescription\":\"#tagline\",\"organizationLogo\":\"https:\\/\\/hitachi-setsubi-recruit.com\\/wp-content\\/uploads\\/2024\\/03\\/favicon.png\",\"personName\":\"\",\"personLogo\":\"\",\"phone\":\"\",\"email\":\"\",\"foundingDate\":\"\",\"numberOfEmployees\":{\"isRange\":false,\"from\":0,\"to\":0,\"number\":0}}},\"advanced\":{\"globalRobotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noindexPaginated\":true,\"nofollowPaginated\":true,\"noindexFeed\":true,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"sitelinks\":true,\"noIndexEmptyCat\":true,\"removeStopWords\":false,\"useKeywords\":false,\"keywordsLooking\":true,\"useCategoriesForMetaKeywords\":false,\"useTagsForMetaKeywords\":false,\"dynamicallyGenerateKeywords\":false,\"pagedFormat\":\"- Page #page_number\",\"runShortcodes\":false,\"crawlCleanup\":{\"enable\":false,\"feeds\":{\"global\":true,\"globalComments\":false,\"staticBlogPage\":true,\"authors\":true,\"postComments\":false,\"search\":false,\"attachments\":false,\"archives\":{\"all\":false,\"included\":[]},\"taxonomies\":{\"all\":false,\"included\":[\"category\"]},\"atom\":false,\"rdf\":false,\"paginated\":false}},\"blockArgs\":{\"enable\":false,\"logsRetention\":\"{\\\"label\\\":\\\"1 week\\\",\\\"value\\\":\\\"week\\\"}\"},\"removeCategoryBase\":false},\"archives\":{\"author\":{\"show\":true,\"title\":\"#author_name #separator_sa #site_title\",\"metaDescription\":\"#author_bio\",\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":\"\"}},\"date\":{\"show\":true,\"title\":\"#archive_date #separator_sa #site_title\",\"metaDescription\":\"\",\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":\"\"}},\"search\":{\"show\":false,\"title\":\"#search_term #separator_sa #site_title\",\"metaDescription\":\"\",\"advanced\":{\"robotsMeta\":{\"default\":false,\"noindex\":true,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":\"\"}}}},\"searchStatistics\":{\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\"]}},\"tools\":{\"robots\":{\"enable\":false,\"rules\":[],\"robotsDetected\":true},\"importExport\":{\"backup\":{\"lastTime\":\"\",\"data\":\"\"}}},\"deprecated\":{\"breadcrumbs\":{\"enable\":true},\"searchAppearance\":{\"global\":{\"descriptionFormat\":\"\",\"schema\":{\"enableSchemaMarkup\":true}},\"advanced\":{\"autogenerateDescriptions\":true,\"runShortcodesInDescription\":true,\"useContentForAutogeneratedDescriptions\":false,\"excludePosts\":[],\"excludeTerms\":[],\"noPaginationForCanonical\":true}},\"sitemap\":{\"general\":{\"advancedSettings\":{\"dynamic\":true}}},\"tools\":{\"blocker\":{\"blockBots\":false,\"blockReferer\":false,\"track\":false,\"custom\":{\"enable\":false,\"bots\":\"Abonti\\naggregator\\nAhrefsBot\\nasterias\\nBDCbot\\nBLEXBot\\nBuiltBotTough\\nBullseye\\nBunnySlippers\\nca-crawler\\nCCBot\\nCegbfeieh\\nCheeseBot\\nCherryPicker\\nCopyRightCheck\\ncosmos\\nCrescent\\ndiscobot\\nDittoSpyder\\nDotBot\\nDownload Ninja\\nEasouSpider\\nEmailCollector\\nEmailSiphon\\nEmailWolf\\nEroCrawler\\nExtractorPro\\nFasterfox\\nFeedBooster\\nFoobot\\nGenieo\\ngrub-client\\nHarvest\\nhloader\\nhttplib\\nHTTrack\\nhumanlinks\\nieautodiscovery\\nInfoNaviRobot\\nIstellaBot\\nJava\\/1.\\nJennyBot\\nk2spider\\nKenjin Spider\\nKeyword Density\\/0.9\\nlarbin\\nLexiBot\\nlibWeb\\nlibwww\\nLinkextractorPro\\nlinko\\nLinkScan\\/8.1a Unix\\nLinkWalker\\nLNSpiderguy\\nlwp-trivial\\nmagpie\\nMata Hari\\nMaxPointCrawler\\nMegaIndex\\nMicrosoft URL Control\\nMIIxpc\\nMippin\\nMissigua Locator\\nMister PiX\\nMJ12bot\\nmoget\\nMSIECrawler\\nNetAnts\\nNICErsPRO\\nNiki-Bot\\nNPBot\\nNutch\\nOffline Explorer\\nOpenfind\\npanscient.com\\nPHP\\/5.{\\nProPowerBot\\/2.14\\nProWebWalker\\nPython-urllib\\nQueryN Metasearch\\nRepoMonkey\\nSISTRIX\\nsitecheck.Internetseer.com\\nSiteSnagger\\nSnapPreviewBot\\nSogou\\nSpankBot\\nspanner\\nspbot\\nSpinn3r\\nsuzuran\\nSzukacz\\/1.4\\nTeleport\\nTelesoft\\nThe Intraformant\\nTheNomad\\nTightTwatBot\\nTitan\\ntoCrawl\\/UrlDispatcher\\nTrue_Robot\\nturingos\\nTurnitinBot\\nUbiCrawler\\nUnisterBot\\nURLy Warning\\nVCI\\nWBSearchBot\\nWeb Downloader\\/6.9\\nWeb Image Collector\\nWebAuto\\nWebBandit\\nWebCopier\\nWebEnhancer\\nWebmasterWorldForumBot\\nWebReaper\\nWebSauger\\nWebsite Quester\\nWebster Pro\\nWebStripper\\nWebZip\\nWotbox\\nwsr-agent\\nWWW-Collector-E\\nXenu\\nZao\\nZeus\\nZyBORG\\ncoccoc\\nIncutio\\nlmspider\\nmemoryBot\\nserf\\nUnknown\\nuptime files\",\"referer\":\"semalt.com\\nkambasoft.com\\nsavetubevideo.com\\nbuttons-for-website.com\\nsharebutton.net\\nsoundfrost.org\\nsrecorder.com\\nsoftomix.com\\nsoftomix.net\\nmyprintscreen.com\\njoinandplay.me\\nfbfreegifts.com\\nopenmediasoft.com\\nzazagames.org\\nextener.org\\nopenfrost.com\\nopenfrost.net\\ngooglsucks.com\\nbest-seo-offer.com\\nbuttons-for-your-website.com\\nwww.Get-Free-Traffic-Now.com\\nbest-seo-solution.com\\nbuy-cheap-online.info\\nsite3.free-share-buttons.com\\nwebmaster-traffic.com\"}}}},\"writingAssistant\":{\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\"]}}}','yes'),(244,'aioseo_options_lite','{\"advanced\":{\"usageTracking\":true}}','yes'),(245,'aioseo_options_dynamic','{\"sitemap\":{\"priority\":{\"postTypes\":{\"post\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"page\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"attachment\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"interview\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"recruit\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}},\"taxonomies\":{\"category\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"post_tag\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"works_type\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"works_category\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}}}},\"social\":{\"facebook\":{\"general\":{\"postTypes\":{\"post\":{\"objectType\":\"article\"},\"page\":{\"objectType\":\"article\"},\"attachment\":{\"objectType\":\"article\"},\"interview\":{\"objectType\":\"article\"},\"recruit\":{\"objectType\":\"article\"}}}}},\"searchAppearance\":{\"postTypes\":{\"post\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"#post_excerpt\",\"schemaType\":\"Article\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":\"\"},\"page\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"#post_content\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":\"\"},\"attachment\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"#attachment_caption\",\"schemaType\":\"ItemPage\",\"webPageType\":\"ItemPage\",\"articleType\":\"BlogPosting\",\"customFields\":\"\",\"redirectAttachmentUrls\":\"attachment\"},\"interview\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"#post_content\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":\"\"},\"recruit\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"#post_content\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":\"\"}},\"taxonomies\":{\"category\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"post_tag\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"works_type\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"works_category\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"}},\"archives\":{\"post\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":\"\"},\"title\":\"#archive_title #separator_sa #site_title\",\"metaDescription\":\"\",\"customFields\":\"\"},\"interview\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":\"\"},\"title\":\"#archive_title #separator_sa #site_title\",\"metaDescription\":\"\",\"customFields\":\"\"},\"recruit\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":\"\"},\"title\":\"#archive_title #separator_sa #site_title\",\"metaDescription\":\"\",\"customFields\":\"\"}}}}','yes'),(273,'filemanager_email_verified_1','yes','yes'),(283,'current_theme','採用サイトテンプレート','yes'),(284,'theme_mods_recruit','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:169;}','yes'),(285,'theme_switched','','yes'),(301,'mk_fm_close_fm_help_c_fm','done','yes'),(388,'bcn_version','7.2.0','no'),(391,'bcn_options_bk','a:55:{s:17:\"bmainsite_display\";b:1;s:18:\"Hmainsite_template\";s:260:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"%title%へ移動する\" href=\"%link%\" class=\"%type%\" bcn-aria-current><span property=\"name\">ホーム</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:28:\"Hmainsite_template_no_anchor\";s:196:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\" class=\"%type%\">ホーム</span><meta property=\"url\" content=\"%link%\"><meta property=\"position\" content=\"%position%\"></span>\";s:13:\"bhome_display\";b:1;s:14:\"Hhome_template\";s:260:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"%title%へ移動する\" href=\"%link%\" class=\"%type%\" bcn-aria-current><span property=\"name\">ホーム</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:24:\"Hhome_template_no_anchor\";s:196:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\" class=\"%type%\">ホーム</span><meta property=\"url\" content=\"%link%\"><meta property=\"position\" content=\"%position%\"></span>\";s:13:\"bblog_display\";b:1;s:10:\"hseparator\";s:6:\" > \";s:21:\"hseparator_higher_dim\";s:2:\", \";s:12:\"blimit_title\";b:0;s:17:\"amax_title_length\";i:20;s:20:\"bcurrent_item_linked\";b:0;s:28:\"bpost_page_hierarchy_display\";b:1;s:33:\"bpost_page_hierarchy_parent_first\";b:1;s:25:\"Epost_page_hierarchy_type\";s:15:\"BCN_POST_PARENT\";s:19:\"Hpost_page_template\";s:259:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"%title%へ移動する\" href=\"%link%\" class=\"%type%\" bcn-aria-current><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:29:\"Hpost_page_template_no_anchor\";s:195:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\" class=\"%type%\">%htitle%</span><meta property=\"url\" content=\"%link%\"><meta property=\"position\" content=\"%position%\"></span>\";s:15:\"apost_page_root\";s:1:\"7\";s:15:\"Hpaged_template\";s:46:\"<span class=\"%type%\">ページ %htitle%</span>\";s:14:\"bpaged_display\";b:0;s:19:\"Hpost_post_template\";s:259:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"%title%へ移動する\" href=\"%link%\" class=\"%type%\" bcn-aria-current><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:29:\"Hpost_post_template_no_anchor\";s:195:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\" class=\"%type%\">%htitle%</span><meta property=\"url\" content=\"%link%\"><meta property=\"position\" content=\"%position%\"></span>\";s:15:\"apost_post_root\";s:1:\"0\";s:28:\"bpost_post_hierarchy_display\";b:1;s:33:\"bpost_post_hierarchy_parent_first\";b:0;s:27:\"bpost_post_taxonomy_referer\";b:0;s:25:\"Epost_post_hierarchy_type\";s:8:\"category\";s:32:\"bpost_attachment_archive_display\";b:0;s:34:\"bpost_attachment_hierarchy_display\";b:1;s:39:\"bpost_attachment_hierarchy_parent_first\";b:1;s:33:\"bpost_attachment_taxonomy_referer\";b:0;s:31:\"Epost_attachment_hierarchy_type\";s:15:\"BCN_POST_PARENT\";s:21:\"apost_attachment_root\";i:0;s:25:\"Hpost_attachment_template\";s:259:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"%title%へ移動する\" href=\"%link%\" class=\"%type%\" bcn-aria-current><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:35:\"Hpost_attachment_template_no_anchor\";s:195:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\" class=\"%type%\">%htitle%</span><meta property=\"url\" content=\"%link%\"><meta property=\"position\" content=\"%position%\"></span>\";s:13:\"H404_template\";s:195:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\" class=\"%type%\">%htitle%</span><meta property=\"url\" content=\"%link%\"><meta property=\"position\" content=\"%position%\"></span>\";s:10:\"S404_title\";s:3:\"404\";s:16:\"Hsearch_template\";s:314:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">Search results for '<a property=\"item\" typeof=\"WebPage\" title=\"%title%の検索結果ページへ移動する\" href=\"%link%\" class=\"%type%\" bcn-aria-current>%htitle%</a>'</span><meta property=\"position\" content=\"%position%\"></span>\";s:26:\"Hsearch_template_no_anchor\";s:67:\"<span class=\"%type%\">Search results for '%htitle%'</span>\";s:22:\"Htax_post_tag_template\";s:280:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"%title%タグアーカイブへ移動する\" href=\"%link%\" class=\"%type%\" bcn-aria-current><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:32:\"Htax_post_tag_template_no_anchor\";s:195:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\" class=\"%type%\">%htitle%</span><meta property=\"url\" content=\"%link%\"><meta property=\"position\" content=\"%position%\"></span>\";s:25:\"Htax_post_format_template\";s:274:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"%title%アーカイブへ移動する\" href=\"%link%\" class=\"%type%\" bcn-aria-current><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:35:\"Htax_post_format_template_no_anchor\";s:195:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\" class=\"%type%\">%htitle%</span><meta property=\"url\" content=\"%link%\"><meta property=\"position\" content=\"%position%\"></span>\";s:16:\"Hauthor_template\";s:254:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\"><a title=\"%title%の最初の投稿へ移動する\" href=\"%link%\" class=\"%type%\" bcn-aria-current>%htitle%</a> の記事</span><meta property=\"position\" content=\"%position%\"></span>\";s:26:\"Hauthor_template_no_anchor\";s:46:\"<span class=\"%type%\">%htitle% の記事</span>\";s:12:\"Eauthor_name\";s:12:\"display_name\";s:12:\"aauthor_root\";i:0;s:22:\"Htax_category_template\";s:289:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"%title%カテゴリーアーカイブへ移動する\" href=\"%link%\" class=\"%type%\" bcn-aria-current><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:32:\"Htax_category_template_no_anchor\";s:195:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\" class=\"%type%\">%htitle%</span><meta property=\"url\" content=\"%link%\"><meta property=\"position\" content=\"%position%\"></span>\";s:14:\"Hdate_template\";s:274:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"%title%アーカイブへ移動する\" href=\"%link%\" class=\"%type%\" bcn-aria-current><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:24:\"Hdate_template_no_anchor\";s:195:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\" class=\"%type%\">%htitle%</span><meta property=\"url\" content=\"%link%\"><meta property=\"position\" content=\"%position%\"></span>\";s:36:\"bpost_acf-taxonomy_hierarchy_display\";b:0;s:37:\"bpost_acf-post-type_hierarchy_display\";b:0;s:39:\"bpost_acf-field-group_hierarchy_display\";b:0;s:33:\"bpost_acf-field_hierarchy_display\";b:0;}','no'),(392,'bcn_options','a:10:{s:18:\"Hmainsite_template\";s:260:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"%title%へ移動する\" href=\"%link%\" class=\"%type%\" bcn-aria-current><span property=\"name\">ホーム</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:28:\"Hmainsite_template_no_anchor\";s:196:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\" class=\"%type%\">ホーム</span><meta property=\"url\" content=\"%link%\"><meta property=\"position\" content=\"%position%\"></span>\";s:14:\"Hhome_template\";s:260:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"%title%へ移動する\" href=\"%link%\" class=\"%type%\" bcn-aria-current><span property=\"name\">ホーム</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:24:\"Hhome_template_no_anchor\";s:196:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\" class=\"%type%\">ホーム</span><meta property=\"url\" content=\"%link%\"><meta property=\"position\" content=\"%position%\"></span>\";s:19:\"Hpost_page_template\";s:260:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"%title%へ移動する\" href=\"%link%\" class=\"%type%\" bcn-aria-current><span property=\"name\">ホーム</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:33:\"bpost_page_hierarchy_parent_first\";b:1;s:36:\"bpost_acf-taxonomy_hierarchy_display\";b:0;s:37:\"bpost_acf-post-type_hierarchy_display\";b:0;s:39:\"bpost_acf-field-group_hierarchy_display\";b:0;s:33:\"bpost_acf-field_hierarchy_display\";b:0;}','yes'),(468,'cptui_post_types','a:2:{s:9:\"interview\";a:34:{s:4:\"name\";s:9:\"interview\";s:5:\"label\";s:24:\"社員インタビュー\";s:14:\"singular_label\";s:24:\"社員インタビュー\";s:11:\"description\";s:0:\"\";s:6:\"public\";s:4:\"true\";s:18:\"publicly_queryable\";s:4:\"true\";s:7:\"show_ui\";s:4:\"true\";s:17:\"show_in_nav_menus\";s:4:\"true\";s:16:\"delete_with_user\";s:5:\"false\";s:12:\"show_in_rest\";s:4:\"true\";s:9:\"rest_base\";s:0:\"\";s:21:\"rest_controller_class\";s:0:\"\";s:14:\"rest_namespace\";s:0:\"\";s:11:\"has_archive\";s:4:\"true\";s:18:\"has_archive_string\";s:0:\"\";s:19:\"exclude_from_search\";s:5:\"false\";s:15:\"capability_type\";s:4:\"post\";s:12:\"hierarchical\";s:5:\"false\";s:10:\"can_export\";s:5:\"false\";s:7:\"rewrite\";s:4:\"true\";s:12:\"rewrite_slug\";s:0:\"\";s:17:\"rewrite_withfront\";s:4:\"true\";s:9:\"query_var\";s:4:\"true\";s:14:\"query_var_slug\";s:0:\"\";s:13:\"menu_position\";s:0:\"\";s:12:\"show_in_menu\";s:4:\"true\";s:19:\"show_in_menu_string\";s:0:\"\";s:9:\"menu_icon\";N;s:20:\"register_meta_box_cb\";N;s:8:\"supports\";a:4:{i:0;s:5:\"title\";i:1;s:6:\"editor\";i:2;s:9:\"thumbnail\";i:3;s:13:\"custom-fields\";}s:10:\"taxonomies\";a:0:{}s:6:\"labels\";a:29:{s:9:\"menu_name\";s:0:\"\";s:9:\"all_items\";s:0:\"\";s:7:\"add_new\";s:0:\"\";s:12:\"add_new_item\";s:0:\"\";s:9:\"edit_item\";s:0:\"\";s:8:\"new_item\";s:0:\"\";s:9:\"view_item\";s:0:\"\";s:10:\"view_items\";s:0:\"\";s:12:\"search_items\";s:0:\"\";s:9:\"not_found\";s:0:\"\";s:18:\"not_found_in_trash\";s:0:\"\";s:17:\"parent_item_colon\";s:0:\"\";s:14:\"featured_image\";s:0:\"\";s:18:\"set_featured_image\";s:0:\"\";s:21:\"remove_featured_image\";s:0:\"\";s:18:\"use_featured_image\";s:0:\"\";s:8:\"archives\";s:0:\"\";s:16:\"insert_into_item\";s:0:\"\";s:21:\"uploaded_to_this_item\";s:0:\"\";s:17:\"filter_items_list\";s:0:\"\";s:21:\"items_list_navigation\";s:0:\"\";s:10:\"items_list\";s:0:\"\";s:10:\"attributes\";s:0:\"\";s:14:\"name_admin_bar\";s:0:\"\";s:14:\"item_published\";s:0:\"\";s:24:\"item_published_privately\";s:0:\"\";s:22:\"item_reverted_to_draft\";s:0:\"\";s:14:\"item_scheduled\";s:0:\"\";s:12:\"item_updated\";s:0:\"\";}s:15:\"custom_supports\";s:0:\"\";s:16:\"enter_title_here\";s:0:\"\";}s:7:\"recruit\";a:34:{s:4:\"name\";s:7:\"recruit\";s:5:\"label\";s:12:\"募集要項\";s:14:\"singular_label\";s:12:\"募集要項\";s:11:\"description\";s:0:\"\";s:6:\"public\";s:4:\"true\";s:18:\"publicly_queryable\";s:4:\"true\";s:7:\"show_ui\";s:4:\"true\";s:17:\"show_in_nav_menus\";s:4:\"true\";s:16:\"delete_with_user\";s:5:\"false\";s:12:\"show_in_rest\";s:4:\"true\";s:9:\"rest_base\";s:0:\"\";s:21:\"rest_controller_class\";s:0:\"\";s:14:\"rest_namespace\";s:0:\"\";s:11:\"has_archive\";s:4:\"true\";s:18:\"has_archive_string\";s:0:\"\";s:19:\"exclude_from_search\";s:5:\"false\";s:15:\"capability_type\";s:4:\"post\";s:12:\"hierarchical\";s:5:\"false\";s:10:\"can_export\";s:5:\"false\";s:7:\"rewrite\";s:4:\"true\";s:12:\"rewrite_slug\";s:0:\"\";s:17:\"rewrite_withfront\";s:4:\"true\";s:9:\"query_var\";s:4:\"true\";s:14:\"query_var_slug\";s:0:\"\";s:13:\"menu_position\";s:0:\"\";s:12:\"show_in_menu\";s:4:\"true\";s:19:\"show_in_menu_string\";s:0:\"\";s:9:\"menu_icon\";N;s:20:\"register_meta_box_cb\";N;s:8:\"supports\";a:4:{i:0;s:5:\"title\";i:1;s:6:\"editor\";i:2;s:9:\"thumbnail\";i:3;s:13:\"custom-fields\";}s:10:\"taxonomies\";a:0:{}s:6:\"labels\";a:29:{s:9:\"menu_name\";s:0:\"\";s:9:\"all_items\";s:0:\"\";s:7:\"add_new\";s:0:\"\";s:12:\"add_new_item\";s:0:\"\";s:9:\"edit_item\";s:0:\"\";s:8:\"new_item\";s:0:\"\";s:9:\"view_item\";s:0:\"\";s:10:\"view_items\";s:0:\"\";s:12:\"search_items\";s:0:\"\";s:9:\"not_found\";s:0:\"\";s:18:\"not_found_in_trash\";s:0:\"\";s:17:\"parent_item_colon\";s:0:\"\";s:14:\"featured_image\";s:0:\"\";s:18:\"set_featured_image\";s:0:\"\";s:21:\"remove_featured_image\";s:0:\"\";s:18:\"use_featured_image\";s:0:\"\";s:8:\"archives\";s:0:\"\";s:16:\"insert_into_item\";s:0:\"\";s:21:\"uploaded_to_this_item\";s:0:\"\";s:17:\"filter_items_list\";s:0:\"\";s:21:\"items_list_navigation\";s:0:\"\";s:10:\"items_list\";s:0:\"\";s:10:\"attributes\";s:0:\"\";s:14:\"name_admin_bar\";s:0:\"\";s:14:\"item_published\";s:0:\"\";s:24:\"item_published_privately\";s:0:\"\";s:22:\"item_reverted_to_draft\";s:0:\"\";s:14:\"item_scheduled\";s:0:\"\";s:12:\"item_updated\";s:0:\"\";}s:15:\"custom_supports\";s:0:\"\";s:16:\"enter_title_here\";s:0:\"\";}}','yes'),(761,'duplicate_post_title_prefix','','yes'),(762,'duplicate_post_title_suffix','','yes'),(763,'duplicate_post_increase_menu_order_by','','yes'),(764,'duplicate_post_roles','a:3:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";}','yes'),(1908,'swift_performance_plugin_organizer','a:0:{}','yes'),(1909,'jetpack_active_modules','a:0:{}','yes'),(2107,'ai1wm_updater','a:1:{s:43:\"all-in-one-wp-migration-unlimited-extension\";a:13:{s:4:\"name\";s:19:\"Unlimited Extension\";s:4:\"slug\";s:19:\"unlimited-extension\";s:8:\"homepage\";s:51:\"https://servmask.com/extensions/unlimited-extension\";s:13:\"download_link\";s:29:\"https://servmask.com/purchase\";s:7:\"version\";s:4:\"2.54\";s:6:\"author\";s:8:\"ServMask\";s:15:\"author_homepage\";s:20:\"https://servmask.com\";s:8:\"sections\";a:1:{s:11:\"description\";s:201:\"<ul class=\"description\"><li>Remove upload limits</li><li>Use on any number of websites that you own</li><li>Restore backup from server</li><li>WP CLI commands included</li><li>Premium support</li></ul>\";}s:7:\"banners\";a:2:{s:3:\"low\";s:65:\"https://servmask.com/img/products/unlimited-extension-772x250.png\";s:4:\"high\";s:66:\"https://servmask.com/img/products/unlimited-extension-1544x500.png\";}s:5:\"icons\";a:3:{s:2:\"1x\";s:65:\"https://servmask.com/img/products/unlimited-extension-128x128.png\";s:2:\"2x\";s:65:\"https://servmask.com/img/products/unlimited-extension-256x256.png\";s:7:\"default\";s:65:\"https://servmask.com/img/products/unlimited-extension-256x256.png\";}s:6:\"rating\";i:99;s:11:\"num_ratings\";i:509;s:10:\"downloaded\";i:50188;}}','yes'),(2641,'wp_calendar_block_has_published_posts','','yes'),(3375,'db_upgraded','','on'),(3379,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:14:\"cs@acsport.net\";s:7:\"version\";s:3:\"6.8\";s:9:\"timestamp\";i:1744811095;}','off'),(3905,'optin_monster_api','a:12:{s:3:\"api\";a:0:{}s:10:\"is_expired\";b:0;s:11:\"is_disabled\";b:0;s:10:\"is_invalid\";b:0;s:9:\"installed\";i:1692775150;s:9:\"connected\";s:0:\"\";s:4:\"beta\";b:0;s:12:\"auto_updates\";s:0:\"\";s:14:\"usage_tracking\";b:0;s:18:\"hide_announcements\";b:0;s:7:\"welcome\";a:1:{s:6:\"status\";s:4:\"none\";}s:15:\"connectionToken\";s:32:\"7ab39f9e403250ae05353040a5205dcb\";}','yes'),(3906,'omapi_review','a:2:{s:4:\"time\";i:1692775150;s:9:\"dismissed\";b:0;}','yes'),(3909,'widget_optin-monster-api','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3910,'widget_monsterinsights-popular-posts-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3911,'monsterinsights_settings','a:44:{s:22:\"enable_affiliate_links\";b:1;s:15:\"affiliate_links\";a:2:{i:0;a:2:{s:4:\"path\";s:4:\"/go/\";s:5:\"label\";s:9:\"affiliate\";}i:1;a:2:{s:4:\"path\";s:11:\"/recommend/\";s:5:\"label\";s:9:\"affiliate\";}}s:12:\"demographics\";i:1;s:12:\"ignore_users\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:19:\"dashboards_disabled\";i:0;s:13:\"anonymize_ips\";i:0;s:19:\"extensions_of_files\";s:34:\"doc,pdf,ppt,zip,xls,docx,pptx,xlsx\";s:18:\"subdomain_tracking\";s:0:\"\";s:16:\"link_attribution\";b:1;s:16:\"tag_links_in_rss\";b:1;s:12:\"allow_anchor\";i:0;s:16:\"add_allow_linker\";i:0;s:13:\"save_settings\";a:1:{i:0;s:13:\"administrator\";}s:12:\"view_reports\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:11:\"events_mode\";s:2:\"js\";s:13:\"tracking_mode\";s:4:\"gtag\";s:15:\"email_summaries\";s:2:\"on\";s:23:\"summaries_html_template\";s:3:\"yes\";s:25:\"summaries_email_addresses\";a:1:{i:0;a:1:{s:5:\"email\";s:14:\"cs@acsport.net\";}}s:17:\"automatic_updates\";s:3:\"all\";s:14:\"anonymous_data\";i:0;s:18:\"verified_automatic\";i:0;s:26:\"popular_posts_inline_theme\";s:5:\"alpha\";s:26:\"popular_posts_widget_theme\";s:5:\"alpha\";s:28:\"popular_posts_products_theme\";s:5:\"alpha\";s:30:\"popular_posts_inline_placement\";s:6:\"manual\";s:34:\"popular_posts_widget_theme_columns\";s:1:\"2\";s:36:\"popular_posts_products_theme_columns\";s:1:\"2\";s:26:\"popular_posts_widget_count\";s:1:\"4\";s:28:\"popular_posts_products_count\";s:1:\"4\";s:38:\"popular_posts_widget_theme_meta_author\";s:2:\"on\";s:36:\"popular_posts_widget_theme_meta_date\";s:2:\"on\";s:40:\"popular_posts_widget_theme_meta_comments\";s:2:\"on\";s:39:\"popular_posts_products_theme_meta_price\";s:2:\"on\";s:40:\"popular_posts_products_theme_meta_rating\";s:2:\"on\";s:39:\"popular_posts_products_theme_meta_image\";s:2:\"on\";s:32:\"popular_posts_inline_after_count\";s:3:\"150\";s:36:\"popular_posts_inline_multiple_number\";s:1:\"3\";s:38:\"popular_posts_inline_multiple_distance\";s:3:\"250\";s:39:\"popular_posts_inline_multiple_min_words\";s:3:\"100\";s:31:\"popular_posts_inline_post_types\";a:1:{i:0;s:4:\"post\";}s:31:\"popular_posts_widget_post_types\";a:1:{i:0;s:4:\"post\";}s:19:\"verified_appearance\";s:5:\"light\";s:17:\"verified_position\";s:6:\"center\";}','yes'),(3912,'monsterinsights_over_time','a:4:{s:17:\"installed_version\";s:4:\"8.18\";s:14:\"installed_date\";i:1692775150;s:13:\"installed_pro\";b:0;s:14:\"installed_lite\";i:1692775150;}','no'),(3913,'monsterinsights_db_version','7.4.0','yes'),(3914,'monsterinsights_current_version','8.18','yes'),(3918,'om_notifications','a:4:{s:7:\"updated\";i:1744930328;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','off'),(3919,'optinmonster_upgrade_completed','2.16.19','yes'),(3920,'monsterinsights_usage_tracking_config','a:6:{s:3:\"day\";i:5;s:4:\"hour\";i:20;s:6:\"minute\";i:43;s:6:\"second\";i:1;s:6:\"offset\";i:506581;s:8:\"initsend\";i:1693600981;}','yes'),(3942,'monsterinsights_sitenotes_installed','1692776226','yes'),(3944,'monsterinsights_notifications_run','a:25:{s:50:\"monsterinsights_notification_install_user_feedback\";i:1744930332;s:37:\"monsterinsights_notification_visitors\";i:1744930335;s:37:\"monsterinsights_notification_audience\";i:1744930344;s:55:\"monsterinsights_notification_mobile_device_high_traffic\";i:1744930344;s:42:\"monsterinsights_notification_mobile_device\";i:1744930344;s:43:\"monsterinsights_notification_upgrade_to_pro\";i:1730869489;s:56:\"monsterinsights_notification_upgrade_to_pro_high_traffic\";i:1728557214;s:40:\"monsterinsights_notification_bounce_rate\";i:1728557214;s:47:\"monsterinsights_notification_returning_visitors\";i:1728557214;s:45:\"monsterinsights_notification_traffic_dropping\";i:1728557239;s:64:\"monsterinsights_notification_upgrade_for_popular_posts_templates\";i:1728557239;s:57:\"monsterinsights_notification_upgrade_for_events_reporting\";i:1728557273;s:62:\"monsterinsights_notification_upgrade_for_search_console_report\";i:1728557274;s:56:\"monsterinsights_notification_upgrade_for_form_conversion\";i:1728557277;s:56:\"monsterinsights_notification_upgrade_for_email_summaries\";i:1728557288;s:58:\"monsterinsights_notification_upgrade_for_custom_dimensions\";i:1728557294;s:56:\"monsterinsights_notification_upgrade_for_google_optimize\";i:1695976466;s:39:\"monsterinsights_notification_eu_traffic\";i:1728557297;s:56:\"monsterinsights_notification_to_add_more_file_extensions\";i:1728557298;s:53:\"monsterinsights_notification_to_setup_affiliate_links\";i:1728557322;s:46:\"monsterinsights_notification_headline_analyzer\";i:1728557324;s:49:\"monsterinsights_notification_install_optinmonster\";i:1728557336;s:43:\"monsterinsights_notification_install_aioseo\";i:1728557336;s:44:\"monsterinsights_notification_install_wpforms\";i:1728557336;s:43:\"monsterinsights_notification_multiple_gtags\";i:1728557341;}','off'),(3945,'monsterinsights_notifications','a:5:{s:6:\"update\";i:1744930326;s:4:\"feed\";a:2:{i:0;a:7:{s:5:\"title\";s:80:\"[MonsterInsights 9.4] Track TikTok Ads in 2 Minutes or Less with MonsterInsights\";s:7:\"content\";s:393:\"If you run TikTok Ads, you’re going to love the newest MonsterInsights feature! Now, you can install your TikTok pixel in WordPress quickly and easily. Just upgrade to install the PPC Ads Tracking addon, copy and paste your pixel into the new TikTok Ads field in your settings, and that’s it! Stop wasting ad budget on campaigns that aren’t working the best. Track your ads like a pro!\r\n\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:2:\"id\";i:257;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:151:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9-4\";s:4:\"text\";s:11:\"Upgrade Now\";}s:3:\"alt\";a:2:{s:3:\"url\";s:167:\"https://www.monsterinsights.com/new-track-tiktok-ads/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9-4\";s:4:\"text\";s:10:\"Learn More\";}}s:5:\"start\";s:19:\"2025-03-25 00:00:00\";s:3:\"end\";s:19:\"2025-09-25 00:00:00\";}i:1;a:7:{s:5:\"title\";s:76:\"[MonsterInsights 9.2] Introducing the Country Report + New Custom Dimensions\";s:7:\"content\";s:341:\"Wish you could drill down into regions and countries from your website? We’ve added a new Country report to do just that! Now, you can toggle each country open to drill down to the most popular regions. We’ve also added new custom dimensions for SEOPress and Rank Math. Upgrade to Pro now to track your focus keywords from those plugins!\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:2:\"id\";i:234;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:208:\"https://www.monsterinsights.com/introducing-a-new-countries-report-new-custom-dimensions-more/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9-2\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:150:\"https://www.monsterinsights.com/lite?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9-2\";s:4:\"text\";s:14:\"Upgrade to Pro\";}}s:5:\"start\";s:19:\"2024-10-30 00:00:00\";s:3:\"end\";s:19:\"2025-04-30 00:00:00\";}}s:6:\"events\";a:226:{i:0;a:10:{s:2:\"id\";s:59:\"monsterinsights_notification_install_user_feedback_20250417\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:36:\"What Are Your Users Really Thinking?\";s:7:\"content\";s:255:\"MonsterInsights tells you WHAT your website visitors are doing on your website, but our latest plugin, UserFeedback, tells you WHY. Use its short surveys to make more money, increase engagement, and grow your business faster with candid customer feedback.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:25:\"cta_install_user_feedback\";a:2:{s:3:\"url\";s:83:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=userfeedback_onboarding\";s:4:\"text\";s:18:\"Install & Activate\";}}s:5:\"start\";s:19:\"04/17/2025 10:52 pm\";s:3:\"end\";s:10:\"05/15/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:1;}i:1;a:10:{s:2:\"id\";s:59:\"monsterinsights_notification_install_user_feedback_20241010\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:36:\"What Are Your Users Really Thinking?\";s:7:\"content\";s:255:\"MonsterInsights tells you WHAT your website visitors are doing on your website, but our latest plugin, UserFeedback, tells you WHY. Use its short surveys to make more money, increase engagement, and grow your business faster with candid customer feedback.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:25:\"cta_install_user_feedback\";a:2:{s:3:\"url\";s:83:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=userfeedback_onboarding\";s:4:\"text\";s:18:\"Install & Activate\";}}s:5:\"start\";s:19:\"10/10/2024 10:46 am\";s:3:\"end\";s:10:\"11/07/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:1;}i:2;a:10:{s:2:\"id\";s:59:\"monsterinsights_notification_install_user_feedback_20240909\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:36:\"What Are Your Users Really Thinking?\";s:7:\"content\";s:255:\"MonsterInsights tells you WHAT your website visitors are doing on your website, but our latest plugin, UserFeedback, tells you WHY. Use its short surveys to make more money, increase engagement, and grow your business faster with candid customer feedback.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:25:\"cta_install_user_feedback\";a:2:{s:3:\"url\";s:83:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=userfeedback_onboarding\";s:4:\"text\";s:18:\"Install & Activate\";}}s:5:\"start\";s:18:\"09/09/2024 7:31 am\";s:3:\"end\";s:10:\"10/07/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:1;}i:3;a:10:{s:2:\"id\";s:59:\"monsterinsights_notification_install_user_feedback_20240826\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:36:\"What Are Your Users Really Thinking?\";s:7:\"content\";s:255:\"MonsterInsights tells you WHAT your website visitors are doing on your website, but our latest plugin, UserFeedback, tells you WHY. Use its short surveys to make more money, increase engagement, and grow your business faster with candid customer feedback.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:25:\"cta_install_user_feedback\";a:2:{s:3:\"url\";s:83:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=userfeedback_onboarding\";s:4:\"text\";s:18:\"Install & Activate\";}}s:5:\"start\";s:18:\"08/26/2024 4:08 am\";s:3:\"end\";s:10:\"09/23/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:1;}i:4;a:10:{s:2:\"id\";s:59:\"monsterinsights_notification_install_user_feedback_20240819\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:36:\"What Are Your Users Really Thinking?\";s:7:\"content\";s:255:\"MonsterInsights tells you WHAT your website visitors are doing on your website, but our latest plugin, UserFeedback, tells you WHY. Use its short surveys to make more money, increase engagement, and grow your business faster with candid customer feedback.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:25:\"cta_install_user_feedback\";a:2:{s:3:\"url\";s:83:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=userfeedback_onboarding\";s:4:\"text\";s:18:\"Install & Activate\";}}s:5:\"start\";s:19:\"08/19/2024 12:06 am\";s:3:\"end\";s:10:\"09/16/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:1;}i:5;a:10:{s:2:\"id\";s:59:\"monsterinsights_notification_install_user_feedback_20240809\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:36:\"What Are Your Users Really Thinking?\";s:7:\"content\";s:255:\"MonsterInsights tells you WHAT your website visitors are doing on your website, but our latest plugin, UserFeedback, tells you WHY. Use its short surveys to make more money, increase engagement, and grow your business faster with candid customer feedback.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:25:\"cta_install_user_feedback\";a:2:{s:3:\"url\";s:83:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=userfeedback_onboarding\";s:4:\"text\";s:18:\"Install & Activate\";}}s:5:\"start\";s:19:\"08/09/2024 12:10 am\";s:3:\"end\";s:10:\"09/06/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:1;}i:6;a:10:{s:2:\"id\";s:59:\"monsterinsights_notification_install_user_feedback_20240808\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:36:\"What Are Your Users Really Thinking?\";s:7:\"content\";s:255:\"MonsterInsights tells you WHAT your website visitors are doing on your website, but our latest plugin, UserFeedback, tells you WHY. Use its short surveys to make more money, increase engagement, and grow your business faster with candid customer feedback.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:25:\"cta_install_user_feedback\";a:2:{s:3:\"url\";s:83:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=userfeedback_onboarding\";s:4:\"text\";s:18:\"Install & Activate\";}}s:5:\"start\";s:19:\"08/08/2024 12:11 am\";s:3:\"end\";s:10:\"09/05/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:1;}i:7;a:10:{s:2:\"id\";s:59:\"monsterinsights_notification_install_user_feedback_20240731\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:36:\"What Are Your Users Really Thinking?\";s:7:\"content\";s:255:\"MonsterInsights tells you WHAT your website visitors are doing on your website, but our latest plugin, UserFeedback, tells you WHY. Use its short surveys to make more money, increase engagement, and grow your business faster with candid customer feedback.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:25:\"cta_install_user_feedback\";a:2:{s:3:\"url\";s:83:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=userfeedback_onboarding\";s:4:\"text\";s:18:\"Install & Activate\";}}s:5:\"start\";s:18:\"07/31/2024 1:39 am\";s:3:\"end\";s:10:\"08/28/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:1;}i:8;a:10:{s:2:\"id\";s:59:\"monsterinsights_notification_install_user_feedback_20240721\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:36:\"What Are Your Users Really Thinking?\";s:7:\"content\";s:255:\"MonsterInsights tells you WHAT your website visitors are doing on your website, but our latest plugin, UserFeedback, tells you WHY. Use its short surveys to make more money, increase engagement, and grow your business faster with candid customer feedback.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:25:\"cta_install_user_feedback\";a:2:{s:3:\"url\";s:83:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=userfeedback_onboarding\";s:4:\"text\";s:18:\"Install & Activate\";}}s:5:\"start\";s:19:\"07/21/2024 10:53 am\";s:3:\"end\";s:10:\"08/18/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:1;}i:9;a:10:{s:2:\"id\";s:59:\"monsterinsights_notification_install_user_feedback_20240520\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:36:\"What Are Your Users Really Thinking?\";s:7:\"content\";s:255:\"MonsterInsights tells you WHAT your website visitors are doing on your website, but our latest plugin, UserFeedback, tells you WHY. Use its short surveys to make more money, increase engagement, and grow your business faster with candid customer feedback.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:25:\"cta_install_user_feedback\";a:2:{s:3:\"url\";s:83:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=userfeedback_onboarding\";s:4:\"text\";s:18:\"Install & Activate\";}}s:5:\"start\";s:19:\"05/20/2024 11:23 am\";s:3:\"end\";s:10:\"06/17/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:1;}i:10;a:10:{s:2:\"id\";s:59:\"monsterinsights_notification_install_user_feedback_20240417\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:36:\"What Are Your Users Really Thinking?\";s:7:\"content\";s:255:\"MonsterInsights tells you WHAT your website visitors are doing on your website, but our latest plugin, UserFeedback, tells you WHY. Use its short surveys to make more money, increase engagement, and grow your business faster with candid customer feedback.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:25:\"cta_install_user_feedback\";a:2:{s:3:\"url\";s:83:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=userfeedback_onboarding\";s:4:\"text\";s:18:\"Install & Activate\";}}s:5:\"start\";s:19:\"04/17/2024 11:49 am\";s:3:\"end\";s:10:\"05/15/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:1;}i:11;a:10:{s:2:\"id\";s:59:\"monsterinsights_notification_install_user_feedback_20240318\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:36:\"What Are Your Users Really Thinking?\";s:7:\"content\";s:255:\"MonsterInsights tells you WHAT your website visitors are doing on your website, but our latest plugin, UserFeedback, tells you WHY. Use its short surveys to make more money, increase engagement, and grow your business faster with candid customer feedback.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:25:\"cta_install_user_feedback\";a:2:{s:3:\"url\";s:83:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=userfeedback_onboarding\";s:4:\"text\";s:18:\"Install & Activate\";}}s:5:\"start\";s:19:\"03/18/2024 11:24 am\";s:3:\"end\";s:10:\"04/15/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:1;}i:12;a:10:{s:2:\"id\";s:59:\"monsterinsights_notification_install_user_feedback_20230925\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:36:\"What Are Your Users Really Thinking?\";s:7:\"content\";s:255:\"MonsterInsights tells you WHAT your website visitors are doing on your website, but our latest plugin, UserFeedback, tells you WHY. Use its short surveys to make more money, increase engagement, and grow your business faster with candid customer feedback.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:25:\"cta_install_user_feedback\";a:2:{s:3:\"url\";s:83:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=userfeedback_onboarding\";s:4:\"text\";s:18:\"Install & Activate\";}}s:5:\"start\";s:18:\"09/25/2023 5:49 am\";s:3:\"end\";s:10:\"10/23/2023\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:1;}i:13;a:10:{s:2:\"id\";s:59:\"monsterinsights_notification_install_user_feedback_20240216\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:36:\"What Are Your Users Really Thinking?\";s:7:\"content\";s:255:\"MonsterInsights tells you WHAT your website visitors are doing on your website, but our latest plugin, UserFeedback, tells you WHY. Use its short surveys to make more money, increase engagement, and grow your business faster with candid customer feedback.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:25:\"cta_install_user_feedback\";a:2:{s:3:\"url\";s:83:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=userfeedback_onboarding\";s:4:\"text\";s:18:\"Install & Activate\";}}s:5:\"start\";s:18:\"02/16/2024 3:27 am\";s:3:\"end\";s:10:\"03/15/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:1;}i:14;a:10:{s:2:\"id\";s:59:\"monsterinsights_notification_install_user_feedback_20231221\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:36:\"What Are Your Users Really Thinking?\";s:7:\"content\";s:255:\"MonsterInsights tells you WHAT your website visitors are doing on your website, but our latest plugin, UserFeedback, tells you WHY. Use its short surveys to make more money, increase engagement, and grow your business faster with candid customer feedback.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:25:\"cta_install_user_feedback\";a:2:{s:3:\"url\";s:83:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=userfeedback_onboarding\";s:4:\"text\";s:18:\"Install & Activate\";}}s:5:\"start\";s:18:\"12/21/2023 4:53 am\";s:3:\"end\";s:10:\"01/18/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:1;}i:15;a:10:{s:2:\"id\";s:59:\"monsterinsights_notification_install_user_feedback_20231031\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:36:\"What Are Your Users Really Thinking?\";s:7:\"content\";s:255:\"MonsterInsights tells you WHAT your website visitors are doing on your website, but our latest plugin, UserFeedback, tells you WHY. Use its short surveys to make more money, increase engagement, and grow your business faster with candid customer feedback.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:25:\"cta_install_user_feedback\";a:2:{s:3:\"url\";s:83:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=userfeedback_onboarding\";s:4:\"text\";s:18:\"Install & Activate\";}}s:5:\"start\";s:18:\"10/31/2023 7:48 am\";s:3:\"end\";s:10:\"11/28/2023\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:1;}i:16;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20250417\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:526:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.4.1\" target=\"_blank\">show your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:148:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:21:\"レポートを表示\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:210:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.4.1\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"04/17/2025 10:52 pm\";s:3:\"end\";s:10:\"04/30/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:17;a:10:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20250417\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 Visitors Found Your Site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:196:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:21:\"レポートを表示\";}}s:5:\"start\";s:19:\"04/17/2025 10:52 pm\";s:3:\"end\";s:10:\"05/15/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:18;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20241106\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:526:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.1\" target=\"_blank\">show your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:148:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:21:\"レポートを表示\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:210:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.1\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"11/06/2024 5:04 am\";s:3:\"end\";s:10:\"11/19/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:19;a:10:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20241010\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:556:\"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br><a href=\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.1.1\" target=\"_blank\">In this article</a>, we’ll show you how to set up affiliate link tracking in WordPress.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:9:\"read_more\";a:3:{s:3:\"url\";s:199:\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.1.1\";s:4:\"text\";s:15:\"続きを読む\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"10/10/2024 10:48 am\";s:3:\"end\";s:10:\"11/02/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:20;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20241010\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:28:\"Track Your Website Downloads\";s:7:\"content\";s:826:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:237:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:19:\"10/10/2024 10:48 am\";s:3:\"end\";s:10:\"10/28/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:21;a:10:{s:2:\"id\";s:56:\"monsterinsights_notification_returning_visitors_20241010\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:44:\"Only 0% of Your Visitors Return to Your Site\";s:7:\"content\";s:329:\"Your site has received a low number of returning users over the past 30 days. Try a tool like <a href=\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.1.1\" target=\"_blank\">OptinMonster</a> to increase engagement.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:168:\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.1.1\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"10/10/2024 10:46 am\";s:3:\"end\";s:10:\"11/07/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:22;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20241010\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:526:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.1.1\" target=\"_blank\">show your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:148:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:21:\"レポートを表示\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:210:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.1.1\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"10/10/2024 10:46 am\";s:3:\"end\";s:10:\"10/23/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:23;a:10:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20241010\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 Visitors Found Your Site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:196:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:21:\"レポートを表示\";}}s:5:\"start\";s:19:\"10/10/2024 10:46 am\";s:3:\"end\";s:10:\"11/07/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:24;a:10:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20240909\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:556:\"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br><a href=\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.1\" target=\"_blank\">In this article</a>, we’ll show you how to set up affiliate link tracking in WordPress.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:9:\"read_more\";a:3:{s:3:\"url\";s:199:\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.1\";s:4:\"text\";s:15:\"続きを読む\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"09/09/2024 8:52 am\";s:3:\"end\";s:10:\"10/02/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:25;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20240909\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:28:\"Track Your Website Downloads\";s:7:\"content\";s:826:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:237:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:18:\"09/09/2024 7:31 am\";s:3:\"end\";s:10:\"09/27/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:26;a:10:{s:2:\"id\";s:56:\"monsterinsights_notification_returning_visitors_20240909\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:44:\"Only 0% of Your Visitors Return to Your Site\";s:7:\"content\";s:329:\"Your site has received a low number of returning users over the past 30 days. Try a tool like <a href=\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.1\" target=\"_blank\">OptinMonster</a> to increase engagement.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:168:\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.1\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"09/09/2024 7:31 am\";s:3:\"end\";s:10:\"10/07/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:27;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20240909\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:526:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.1\" target=\"_blank\">show your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:148:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:21:\"レポートを表示\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:210:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.1\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"09/09/2024 7:31 am\";s:3:\"end\";s:10:\"09/22/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:28;a:10:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20240909\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 Visitors Found Your Site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:196:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:21:\"レポートを表示\";}}s:5:\"start\";s:18:\"09/09/2024 7:31 am\";s:3:\"end\";s:10:\"10/07/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:29;a:10:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20240826\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:556:\"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br><a href=\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.1\" target=\"_blank\">In this article</a>, we’ll show you how to set up affiliate link tracking in WordPress.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:9:\"read_more\";a:3:{s:3:\"url\";s:199:\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.1\";s:4:\"text\";s:15:\"続きを読む\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"08/26/2024 4:10 am\";s:3:\"end\";s:10:\"09/18/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:30;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20240826\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:28:\"Track Your Website Downloads\";s:7:\"content\";s:826:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:237:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:18:\"08/26/2024 4:10 am\";s:3:\"end\";s:10:\"09/13/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:31;a:10:{s:2:\"id\";s:56:\"monsterinsights_notification_returning_visitors_20240826\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:44:\"Only 0% of Your Visitors Return to Your Site\";s:7:\"content\";s:329:\"Your site has received a low number of returning users over the past 30 days. Try a tool like <a href=\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.1\" target=\"_blank\">OptinMonster</a> to increase engagement.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:168:\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.1\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"08/26/2024 4:10 am\";s:3:\"end\";s:10:\"09/23/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:32;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20240826\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:526:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.1\" target=\"_blank\">show your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:148:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:21:\"レポートを表示\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:210:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.1\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"08/26/2024 4:08 am\";s:3:\"end\";s:10:\"09/08/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:33;a:10:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20240826\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 Visitors Found Your Site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:196:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:21:\"レポートを表示\";}}s:5:\"start\";s:18:\"08/26/2024 4:08 am\";s:3:\"end\";s:10:\"09/23/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:34;a:10:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20240819\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:556:\"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br><a href=\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\" target=\"_blank\">In this article</a>, we’ll show you how to set up affiliate link tracking in WordPress.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:9:\"read_more\";a:3:{s:3:\"url\";s:199:\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\";s:4:\"text\";s:15:\"続きを読む\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"08/19/2024 12:06 am\";s:3:\"end\";s:10:\"09/11/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:35;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20240819\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:28:\"Track Your Website Downloads\";s:7:\"content\";s:826:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:237:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:19:\"08/19/2024 12:06 am\";s:3:\"end\";s:10:\"09/06/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:36;a:10:{s:2:\"id\";s:56:\"monsterinsights_notification_returning_visitors_20240819\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:44:\"Only 0% of Your Visitors Return to Your Site\";s:7:\"content\";s:329:\"Your site has received a low number of returning users over the past 30 days. Try a tool like <a href=\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\" target=\"_blank\">OptinMonster</a> to increase engagement.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:168:\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"08/19/2024 12:06 am\";s:3:\"end\";s:10:\"09/16/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:37;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20240819\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:526:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\" target=\"_blank\">show your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:148:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:21:\"レポートを表示\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:210:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"08/19/2024 12:06 am\";s:3:\"end\";s:10:\"09/01/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:38;a:10:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20240819\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 Visitors Found Your Site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:196:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:21:\"レポートを表示\";}}s:5:\"start\";s:19:\"08/19/2024 12:06 am\";s:3:\"end\";s:10:\"09/16/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:39;a:10:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20240809\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:556:\"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br><a href=\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\" target=\"_blank\">In this article</a>, we’ll show you how to set up affiliate link tracking in WordPress.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:9:\"read_more\";a:3:{s:3:\"url\";s:199:\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\";s:4:\"text\";s:15:\"続きを読む\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"08/09/2024 12:10 am\";s:3:\"end\";s:10:\"09/01/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:40;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20240809\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:28:\"Track Your Website Downloads\";s:7:\"content\";s:826:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:237:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:19:\"08/09/2024 12:10 am\";s:3:\"end\";s:10:\"08/27/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:41;a:10:{s:2:\"id\";s:56:\"monsterinsights_notification_returning_visitors_20240809\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:44:\"Only 0% of Your Visitors Return to Your Site\";s:7:\"content\";s:329:\"Your site has received a low number of returning users over the past 30 days. Try a tool like <a href=\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\" target=\"_blank\">OptinMonster</a> to increase engagement.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:168:\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"08/09/2024 12:10 am\";s:3:\"end\";s:10:\"09/06/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:42;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20240809\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:526:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\" target=\"_blank\">show your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:148:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:21:\"レポートを表示\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:210:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"08/09/2024 12:10 am\";s:3:\"end\";s:10:\"08/22/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:43;a:10:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20240809\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 Visitors Found Your Site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:196:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:21:\"レポートを表示\";}}s:5:\"start\";s:19:\"08/09/2024 12:10 am\";s:3:\"end\";s:10:\"09/06/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:44;a:10:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20240808\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:556:\"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br><a href=\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\" target=\"_blank\">In this article</a>, we’ll show you how to set up affiliate link tracking in WordPress.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:9:\"read_more\";a:3:{s:3:\"url\";s:199:\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\";s:4:\"text\";s:15:\"続きを読む\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"08/08/2024 12:11 am\";s:3:\"end\";s:10:\"08/31/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:45;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20240808\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:28:\"Track Your Website Downloads\";s:7:\"content\";s:826:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:237:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:19:\"08/08/2024 12:11 am\";s:3:\"end\";s:10:\"08/26/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:46;a:10:{s:2:\"id\";s:56:\"monsterinsights_notification_returning_visitors_20240808\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:44:\"Only 0% of Your Visitors Return to Your Site\";s:7:\"content\";s:329:\"Your site has received a low number of returning users over the past 30 days. Try a tool like <a href=\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\" target=\"_blank\">OptinMonster</a> to increase engagement.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:168:\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"08/08/2024 12:11 am\";s:3:\"end\";s:10:\"09/05/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:47;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20240808\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:526:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\" target=\"_blank\">show your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:148:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:21:\"レポートを表示\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:210:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"08/08/2024 12:11 am\";s:3:\"end\";s:10:\"08/21/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:48;a:10:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20240808\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 Visitors Found Your Site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:196:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:21:\"レポートを表示\";}}s:5:\"start\";s:19:\"08/08/2024 12:11 am\";s:3:\"end\";s:10:\"09/05/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:49;a:10:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20240731\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:556:\"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br><a href=\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\" target=\"_blank\">In this article</a>, we’ll show you how to set up affiliate link tracking in WordPress.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:9:\"read_more\";a:3:{s:3:\"url\";s:199:\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\";s:4:\"text\";s:15:\"続きを読む\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"07/31/2024 1:39 am\";s:3:\"end\";s:10:\"08/23/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:50;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20240731\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:28:\"Track Your Website Downloads\";s:7:\"content\";s:826:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:237:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:18:\"07/31/2024 1:39 am\";s:3:\"end\";s:10:\"08/18/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:51;a:10:{s:2:\"id\";s:56:\"monsterinsights_notification_returning_visitors_20240731\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:44:\"Only 0% of Your Visitors Return to Your Site\";s:7:\"content\";s:329:\"Your site has received a low number of returning users over the past 30 days. Try a tool like <a href=\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\" target=\"_blank\">OptinMonster</a> to increase engagement.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:168:\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"07/31/2024 1:39 am\";s:3:\"end\";s:10:\"08/28/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:52;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20240731\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:526:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\" target=\"_blank\">show your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:148:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:21:\"レポートを表示\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:210:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"07/31/2024 1:39 am\";s:3:\"end\";s:10:\"08/13/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:53;a:10:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20240731\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 Visitors Found Your Site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:196:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:21:\"レポートを表示\";}}s:5:\"start\";s:18:\"07/31/2024 1:39 am\";s:3:\"end\";s:10:\"08/28/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:54;a:10:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20240721\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:557:\"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br><a href=\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.28.0\" target=\"_blank\">In this article</a>, we’ll show you how to set up affiliate link tracking in WordPress.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:9:\"read_more\";a:3:{s:3:\"url\";s:200:\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.28.0\";s:4:\"text\";s:15:\"続きを読む\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"07/21/2024 10:58 am\";s:3:\"end\";s:10:\"08/13/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:55;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20240721\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:28:\"Track Your Website Downloads\";s:7:\"content\";s:826:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:237:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:19:\"07/21/2024 10:57 am\";s:3:\"end\";s:10:\"08/08/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:56;a:10:{s:2:\"id\";s:56:\"monsterinsights_notification_returning_visitors_20240721\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:44:\"Only 0% of Your Visitors Return to Your Site\";s:7:\"content\";s:330:\"Your site has received a low number of returning users over the past 30 days. Try a tool like <a href=\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.28.0\" target=\"_blank\">OptinMonster</a> to increase engagement.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:169:\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.28.0\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"07/21/2024 10:57 am\";s:3:\"end\";s:10:\"08/18/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:57;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20240721\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:527:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.28.0\" target=\"_blank\">show your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:148:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:21:\"レポートを表示\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:211:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.28.0\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"07/21/2024 10:56 am\";s:3:\"end\";s:10:\"08/03/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:58;a:10:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20240721\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 Visitors Found Your Site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:196:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:21:\"レポートを表示\";}}s:5:\"start\";s:19:\"07/21/2024 10:56 am\";s:3:\"end\";s:10:\"08/18/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:59;a:10:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20240520\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:557:\"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br><a href=\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.26.0\" target=\"_blank\">In this article</a>, we’ll show you how to set up affiliate link tracking in WordPress.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:9:\"read_more\";a:3:{s:3:\"url\";s:200:\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.26.0\";s:4:\"text\";s:15:\"続きを読む\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"05/20/2024 11:24 am\";s:3:\"end\";s:10:\"06/12/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:60;a:10:{s:2:\"id\";s:56:\"monsterinsights_notification_returning_visitors_20240520\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:44:\"Only 0% of Your Visitors Return to Your Site\";s:7:\"content\";s:330:\"Your site has received a low number of returning users over the past 30 days. Try a tool like <a href=\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.26.0\" target=\"_blank\">OptinMonster</a> to increase engagement.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:169:\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.26.0\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"05/20/2024 11:24 am\";s:3:\"end\";s:10:\"06/17/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:61;a:10:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20240520\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 Visitors Found Your Site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:196:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:21:\"レポートを表示\";}}s:5:\"start\";s:19:\"05/20/2024 11:23 am\";s:3:\"end\";s:10:\"06/17/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:62;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20240510\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:28:\"Track Your Website Downloads\";s:7:\"content\";s:826:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:237:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:19:\"05/10/2024 11:06 am\";s:3:\"end\";s:10:\"05/28/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:63;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20240510\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:527:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.26.0\" target=\"_blank\">show your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:148:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:21:\"レポートを表示\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:211:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.26.0\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"05/10/2024 11:03 am\";s:3:\"end\";s:10:\"05/23/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:64;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20240421\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:527:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.26.0\" target=\"_blank\">show your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:148:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:21:\"レポートを表示\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:211:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.26.0\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"04/21/2024 5:18 am\";s:3:\"end\";s:10:\"05/04/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:65;a:10:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20240417\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:557:\"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br><a href=\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.25.0\" target=\"_blank\">In this article</a>, we’ll show you how to set up affiliate link tracking in WordPress.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:9:\"read_more\";a:3:{s:3:\"url\";s:200:\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.25.0\";s:4:\"text\";s:15:\"続きを読む\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"04/17/2024 11:49 am\";s:3:\"end\";s:10:\"05/10/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:66;a:10:{s:2:\"id\";s:56:\"monsterinsights_notification_returning_visitors_20240417\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:44:\"Only 0% of Your Visitors Return to Your Site\";s:7:\"content\";s:330:\"Your site has received a low number of returning users over the past 30 days. Try a tool like <a href=\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.25.0\" target=\"_blank\">OptinMonster</a> to increase engagement.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:169:\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.25.0\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"04/17/2024 11:49 am\";s:3:\"end\";s:10:\"05/15/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:67;a:10:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20240417\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 Visitors Found Your Site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:196:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:21:\"レポートを表示\";}}s:5:\"start\";s:19:\"04/17/2024 11:49 am\";s:3:\"end\";s:10:\"05/15/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:68;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20240406\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:28:\"Track Your Website Downloads\";s:7:\"content\";s:826:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:237:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:19:\"04/06/2024 12:03 am\";s:3:\"end\";s:10:\"04/24/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:69;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20240404\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:527:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.25.0\" target=\"_blank\">show your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:148:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:21:\"レポートを表示\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:211:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.25.0\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"04/04/2024 10:44 am\";s:3:\"end\";s:10:\"04/17/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:70;a:10:{s:2:\"id\";s:56:\"monsterinsights_notification_returning_visitors_20240318\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:44:\"Only 0% of Your Visitors Return to Your Site\";s:7:\"content\";s:330:\"Your site has received a low number of returning users over the past 30 days. Try a tool like <a href=\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.25.0\" target=\"_blank\">OptinMonster</a> to increase engagement.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:169:\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.25.0\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"03/18/2024 11:26 am\";s:3:\"end\";s:10:\"04/15/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:71;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20240318\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:527:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.25.0\" target=\"_blank\">show your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:148:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:21:\"レポートを表示\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:211:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.25.0\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"03/18/2024 11:26 am\";s:3:\"end\";s:10:\"03/31/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:72;a:10:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20240318\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 Visitors Found Your Site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:196:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:21:\"レポートを表示\";}}s:5:\"start\";s:19:\"03/18/2024 11:24 am\";s:3:\"end\";s:10:\"04/15/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:73;a:10:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20240315\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:557:\"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br><a href=\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.25.0\" target=\"_blank\">In this article</a>, we’ll show you how to set up affiliate link tracking in WordPress.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:9:\"read_more\";a:3:{s:3:\"url\";s:200:\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.25.0\";s:4:\"text\";s:15:\"続きを読む\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"03/15/2024 3:08 am\";s:3:\"end\";s:10:\"04/07/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:74;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20240309\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:28:\"Track Your Website Downloads\";s:7:\"content\";s:826:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:237:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:18:\"03/09/2024 6:38 am\";s:3:\"end\";s:10:\"03/27/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:75;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20240302\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:527:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.24.0\" target=\"_blank\">show your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:148:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:21:\"レポートを表示\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:211:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.24.0\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"03/02/2024 10:47 pm\";s:3:\"end\";s:10:\"03/15/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:76;a:10:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20231031\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 Visitors Found Your Site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:196:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:11:\"View Report\";}}s:5:\"start\";s:18:\"10/31/2023 7:48 am\";s:3:\"end\";s:10:\"11/28/2023\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:77;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20230915\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:28:\"Track Your Website Downloads\";s:7:\"content\";s:826:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:237:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:18:\"09/15/2023 7:15 am\";s:3:\"end\";s:10:\"10/03/2023\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:78;a:10:{s:2:\"id\";s:53:\"monsterinsights_notification_install_wpforms_20230929\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:37:\"Create a Contact Form in Only Minutes\";s:7:\"content\";s:64:\"Install WPForms and create contact forms in a matter of minutes.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:0:{}s:5:\"start\";s:18:\"09/29/2023 8:36 am\";s:3:\"end\";s:10:\"10/27/2023\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:79;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20231016\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:526:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.20.1\" target=\"_blank\">how your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:148:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:211:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.20.1\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"10/16/2023 11:51 pm\";s:3:\"end\";s:10:\"10/29/2023\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:80;a:10:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20230925\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 Visitors Found Your Site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:196:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:11:\"View Report\";}}s:5:\"start\";s:18:\"09/25/2023 6:06 am\";s:3:\"end\";s:10:\"10/23/2023\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:81;a:10:{s:2:\"id\";s:56:\"monsterinsights_notification_returning_visitors_20231115\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:44:\"Only 0% of Your Visitors Return to Your Site\";s:7:\"content\";s:330:\"Your site has received a low number of returning users over the past 30 days. Try a tool like <a href=\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.21.0\" target=\"_blank\">OptinMonster</a> to increase engagement.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:169:\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.21.0\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"11/15/2023 9:53 am\";s:3:\"end\";s:10:\"12/13/2023\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:82;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20230929\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:524:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.19\" target=\"_blank\">how your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:148:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:209:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.19\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"09/29/2023 8:13 am\";s:3:\"end\";s:10:\"10/12/2023\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:83;a:10:{s:2:\"id\";s:56:\"monsterinsights_notification_returning_visitors_20230929\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:44:\"Only 0% of Your Visitors Return to Your Site\";s:7:\"content\";s:328:\"Your site has received a low number of returning users over the past 30 days. Try a tool like <a href=\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.19\" target=\"_blank\">OptinMonster</a> to increase engagement.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:167:\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.19\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"09/29/2023 8:13 am\";s:3:\"end\";s:10:\"10/27/2023\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:84;a:10:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20230919\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:555:\"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br><a href=\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.19\" target=\"_blank\">In this article</a>, we’ll show you how to set up affiliate link tracking in WordPress.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:9:\"read_more\";a:3:{s:3:\"url\";s:198:\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.19\";s:4:\"text\";s:15:\"続きを読む\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"09/19/2023 1:46 am\";s:3:\"end\";s:10:\"10/12/2023\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:85;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20231006\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:28:\"Track Your Website Downloads\";s:7:\"content\";s:826:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:237:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:18:\"10/06/2023 1:47 am\";s:3:\"end\";s:10:\"10/24/2023\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:86;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20230907\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:524:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.19\" target=\"_blank\">how your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:148:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:209:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.19\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"09/07/2023 7:41 am\";s:3:\"end\";s:10:\"09/20/2023\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:87;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20231113\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:526:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.20.1\" target=\"_blank\">how your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:148:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:211:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.20.1\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"11/13/2023 9:08 am\";s:3:\"end\";s:10:\"11/26/2023\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:88;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20240218\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:28:\"Track Your Website Downloads\";s:7:\"content\";s:826:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:237:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:18:\"02/18/2024 4:40 am\";s:3:\"end\";s:10:\"03/07/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:89;a:10:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20231016\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:557:\"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br><a href=\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.20.1\" target=\"_blank\">In this article</a>, we’ll show you how to set up affiliate link tracking in WordPress.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:9:\"read_more\";a:3:{s:3:\"url\";s:200:\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.20.1\";s:4:\"text\";s:15:\"続きを読む\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"10/16/2023 11:51 pm\";s:3:\"end\";s:10:\"11/08/2023\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:90;a:10:{s:2:\"id\";s:53:\"monsterinsights_notification_install_wpforms_20231225\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:37:\"Create a Contact Form in Only Minutes\";s:7:\"content\";s:64:\"Install WPForms and create contact forms in a matter of minutes.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:0:{}s:5:\"start\";s:18:\"12/25/2023 5:51 am\";s:3:\"end\";s:10:\"01/22/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:91;a:10:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20231221\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 Visitors Found Your Site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:196:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:21:\"レポートを表示\";}}s:5:\"start\";s:18:\"12/21/2023 4:54 am\";s:3:\"end\";s:10:\"01/18/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:92;a:10:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20240218\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:557:\"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br><a href=\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.23.1\" target=\"_blank\">In this article</a>, we’ll show you how to set up affiliate link tracking in WordPress.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:9:\"read_more\";a:3:{s:3:\"url\";s:200:\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.23.1\";s:4:\"text\";s:15:\"続きを読む\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"02/18/2024 4:40 am\";s:3:\"end\";s:10:\"03/12/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:93;a:10:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20240216\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 Visitors Found Your Site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:196:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:21:\"レポートを表示\";}}s:5:\"start\";s:18:\"02/16/2024 3:27 am\";s:3:\"end\";s:10:\"03/15/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:94;a:10:{s:2:\"id\";s:56:\"monsterinsights_notification_returning_visitors_20240216\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:44:\"Only 0% of Your Visitors Return to Your Site\";s:7:\"content\";s:330:\"Your site has received a low number of returning users over the past 30 days. Try a tool like <a href=\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.23.1\" target=\"_blank\">OptinMonster</a> to increase engagement.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:169:\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.23.1\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"02/16/2024 3:31 am\";s:3:\"end\";s:10:\"03/15/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:95;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20240115\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:28:\"Track Your Website Downloads\";s:7:\"content\";s:826:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:237:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:18:\"01/15/2024 5:19 am\";s:3:\"end\";s:10:\"02/02/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:96;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20240110\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:527:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.23.1\" target=\"_blank\">show your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:148:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:21:\"レポートを表示\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:211:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.23.1\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"01/10/2024 1:45 am\";s:3:\"end\";s:10:\"01/23/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:97;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20240216\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:527:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.23.1\" target=\"_blank\">show your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:148:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:21:\"レポートを表示\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:211:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.23.1\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"02/16/2024 3:29 am\";s:3:\"end\";s:10:\"02/29/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:98;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20231116\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:28:\"Track Your Website Downloads\";s:7:\"content\";s:826:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:237:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:18:\"11/16/2023 6:36 am\";s:3:\"end\";s:10:\"12/04/2023\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:99;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20231225\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:28:\"Track Your Website Downloads\";s:7:\"content\";s:826:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:237:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:18:\"12/25/2023 5:50 am\";s:3:\"end\";s:10:\"01/12/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:100;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20231225\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:527:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.23.1\" target=\"_blank\">show your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:148:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:21:\"レポートを表示\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:211:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.23.1\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"12/25/2023 5:39 am\";s:3:\"end\";s:10:\"01/07/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:101;a:10:{s:2:\"id\";s:56:\"monsterinsights_notification_returning_visitors_20231225\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:44:\"Only 0% of Your Visitors Return to Your Site\";s:7:\"content\";s:330:\"Your site has received a low number of returning users over the past 30 days. Try a tool like <a href=\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.23.1\" target=\"_blank\">OptinMonster</a> to increase engagement.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:169:\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.23.1\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"12/25/2023 5:44 am\";s:3:\"end\";s:10:\"01/22/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:102;a:10:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20231127\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:557:\"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br><a href=\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.21.0\" target=\"_blank\">In this article</a>, we’ll show you how to set up affiliate link tracking in WordPress.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:9:\"read_more\";a:3:{s:3:\"url\";s:200:\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.21.0\";s:4:\"text\";s:15:\"続きを読む\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"11/27/2023 8:03 am\";s:3:\"end\";s:10:\"12/20/2023\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:103;a:10:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20231225\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:557:\"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br><a href=\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.23.1\" target=\"_blank\">In this article</a>, we’ll show you how to set up affiliate link tracking in WordPress.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:9:\"read_more\";a:3:{s:3:\"url\";s:200:\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.23.1\";s:4:\"text\";s:15:\"続きを読む\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"12/25/2023 5:50 am\";s:3:\"end\";s:10:\"01/17/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:104;a:10:{s:2:\"id\";s:52:\"monsterinsights_notification_upgrade_to_pro_20241106\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:45:\"Upgrade to Unlock Advanced Tracking & Reports\";s:7:\"content\";s:197:\"By upgrading to MonsterInsights Pro you get access to additional reports right in your WordPress dashboard and advanced tracking features like eCommerce, Custom Dimensions, Forms tracking and more!\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:14:\"upgrade_to_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.1\";s:4:\"text\";s:33:\"プロ版にアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"11/06/2024 5:04 am\";s:3:\"end\";s:10:\"12/14/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:105;a:10:{s:2:\"id\";s:55:\"monsterinsights_notification_headline_analyzer_20241010\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:56:\"Try the Headline Analyzer to Boost Your Clicks & Traffic\";s:7:\"content\";s:375:\"Try the <a href=\"https://www.monsterinsights.com/announcing-monsterinsights-new-headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.1.1\" target=\"_blank\">MonsterInsights Headline Analyzer</a> tool. We built it to help increase engagement and make your content get more traffic from search engines.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:166:\"https://www.monsterinsights.com/headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.1.1\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"10/10/2024 10:48 am\";s:3:\"end\";s:10:\"12/07/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:106;a:10:{s:2:\"id\";s:67:\"monsterinsights_notification_upgrade_for_custom_dimensions_20241010\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:177:\"Upgrade to enable Custom Dimensions. Track logged in users, determine when is your best time to post, measure if your SEO strategy is working, and find your most popular author.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.1.1\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"10/10/2024 10:48 am\";s:3:\"end\";s:10:\"10/28/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:107;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_email_summaries_20241010\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:24:\"Get Weekly Email Reports\";s:7:\"content\";s:615:\"Wouldn’t it be easy if you could get your website’s performance report in your email inbox every week? With Email Summaries, you can view all your important stats in a simple report that’s delivered straight to your inbox. <br><br>You get an overview of your site\'s performance without logging in to WordPress or going through different analytics reports. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.1.1\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to enable the Email Summaries feature.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.1.1\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"10/10/2024 10:48 am\";s:3:\"end\";s:10:\"11/07/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:108;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20241010\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:29:\"Easily Track Form Conversions\";s:7:\"content\";s:263:\"Track your website\'s form conversion rates by upgrading to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.1.1\" target=\"_blank\">MonsterInsights Pro</a>.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.1.1\";s:4:\"text\";s:30:\"今すぐアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"10/10/2024 10:47 am\";s:3:\"end\";s:10:\"10/28/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:109;a:10:{s:2:\"id\";s:71:\"monsterinsights_notification_upgrade_for_search_console_report_20241010\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:27:\"See Top Performing Keywords\";s:7:\"content\";s:308:\"<a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.1.1\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to see which keywords are driving traffic to your website so you can focus on what\'s working.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.1.1\";s:4:\"text\";s:30:\"今すぐアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"10/10/2024 10:47 am\";s:3:\"end\";s:10:\"11/07/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:110;a:10:{s:2:\"id\";s:66:\"monsterinsights_notification_upgrade_for_events_reporting_20241010\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:105:\"Upgrade to MonsterInsights Pro to see which content and events your visitors are performing in real time.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.1.1\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"10/10/2024 10:47 am\";s:3:\"end\";s:10:\"10/28/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:111;a:10:{s:2:\"id\";s:73:\"monsterinsights_notification_upgrade_for_popular_posts_templates_20241010\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:125:\"Upgrade MonsterInsights Pro and use up to 20+ Popular Post templates to help improve engagement and interaction on your site.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.1.1\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"10/10/2024 10:47 am\";s:3:\"end\";s:10:\"10/28/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:112;a:10:{s:2:\"id\";s:55:\"monsterinsights_notification_headline_analyzer_20240909\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:56:\"Try the Headline Analyzer to Boost Your Clicks & Traffic\";s:7:\"content\";s:375:\"Try the <a href=\"https://www.monsterinsights.com/announcing-monsterinsights-new-headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.1\" target=\"_blank\">MonsterInsights Headline Analyzer</a> tool. We built it to help increase engagement and make your content get more traffic from search engines.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:166:\"https://www.monsterinsights.com/headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.1\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"09/09/2024 8:52 am\";s:3:\"end\";s:10:\"11/06/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:113;a:10:{s:2:\"id\";s:67:\"monsterinsights_notification_upgrade_for_custom_dimensions_20240909\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:177:\"Upgrade to enable Custom Dimensions. Track logged in users, determine when is your best time to post, measure if your SEO strategy is working, and find your most popular author.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.1\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"09/09/2024 7:31 am\";s:3:\"end\";s:10:\"09/27/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:114;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_email_summaries_20240909\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:24:\"Get Weekly Email Reports\";s:7:\"content\";s:615:\"Wouldn’t it be easy if you could get your website’s performance report in your email inbox every week? With Email Summaries, you can view all your important stats in a simple report that’s delivered straight to your inbox. <br><br>You get an overview of your site\'s performance without logging in to WordPress or going through different analytics reports. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.1\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to enable the Email Summaries feature.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.1\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"09/09/2024 7:31 am\";s:3:\"end\";s:10:\"10/07/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:115;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20240909\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:29:\"Easily Track Form Conversions\";s:7:\"content\";s:263:\"Track your website\'s form conversion rates by upgrading to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.1\" target=\"_blank\">MonsterInsights Pro</a>.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.1\";s:4:\"text\";s:30:\"今すぐアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"09/09/2024 7:31 am\";s:3:\"end\";s:10:\"09/27/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:116;a:10:{s:2:\"id\";s:71:\"monsterinsights_notification_upgrade_for_search_console_report_20240909\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:27:\"See Top Performing Keywords\";s:7:\"content\";s:308:\"<a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.1\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to see which keywords are driving traffic to your website so you can focus on what\'s working.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.1\";s:4:\"text\";s:30:\"今すぐアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"09/09/2024 7:31 am\";s:3:\"end\";s:10:\"10/07/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:117;a:10:{s:2:\"id\";s:66:\"monsterinsights_notification_upgrade_for_events_reporting_20240909\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:105:\"Upgrade to MonsterInsights Pro to see which content and events your visitors are performing in real time.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.1\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"09/09/2024 7:31 am\";s:3:\"end\";s:10:\"09/27/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:118;a:10:{s:2:\"id\";s:73:\"monsterinsights_notification_upgrade_for_popular_posts_templates_20240909\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:125:\"Upgrade MonsterInsights Pro and use up to 20+ Popular Post templates to help improve engagement and interaction on your site.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.1\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"09/09/2024 7:31 am\";s:3:\"end\";s:10:\"09/27/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:119;a:10:{s:2:\"id\";s:52:\"monsterinsights_notification_upgrade_to_pro_20240909\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:45:\"Upgrade to Unlock Advanced Tracking & Reports\";s:7:\"content\";s:197:\"By upgrading to MonsterInsights Pro you get access to additional reports right in your WordPress dashboard and advanced tracking features like eCommerce, Custom Dimensions, Forms tracking and more!\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:14:\"upgrade_to_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.1\";s:4:\"text\";s:33:\"プロ版にアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"09/09/2024 7:31 am\";s:3:\"end\";s:10:\"10/17/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:120;a:10:{s:2:\"id\";s:55:\"monsterinsights_notification_headline_analyzer_20240826\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:56:\"Try the Headline Analyzer to Boost Your Clicks & Traffic\";s:7:\"content\";s:375:\"Try the <a href=\"https://www.monsterinsights.com/announcing-monsterinsights-new-headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.1\" target=\"_blank\">MonsterInsights Headline Analyzer</a> tool. We built it to help increase engagement and make your content get more traffic from search engines.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:166:\"https://www.monsterinsights.com/headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.1\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"08/26/2024 4:10 am\";s:3:\"end\";s:10:\"10/23/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:121;a:10:{s:2:\"id\";s:67:\"monsterinsights_notification_upgrade_for_custom_dimensions_20240826\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:177:\"Upgrade to enable Custom Dimensions. Track logged in users, determine when is your best time to post, measure if your SEO strategy is working, and find your most popular author.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.1\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"08/26/2024 4:10 am\";s:3:\"end\";s:10:\"09/13/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:122;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_email_summaries_20240826\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:24:\"Get Weekly Email Reports\";s:7:\"content\";s:615:\"Wouldn’t it be easy if you could get your website’s performance report in your email inbox every week? With Email Summaries, you can view all your important stats in a simple report that’s delivered straight to your inbox. <br><br>You get an overview of your site\'s performance without logging in to WordPress or going through different analytics reports. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.1\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to enable the Email Summaries feature.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.1\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"08/26/2024 4:10 am\";s:3:\"end\";s:10:\"09/23/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:123;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20240826\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:29:\"Easily Track Form Conversions\";s:7:\"content\";s:263:\"Track your website\'s form conversion rates by upgrading to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.1\" target=\"_blank\">MonsterInsights Pro</a>.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.1\";s:4:\"text\";s:30:\"今すぐアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"08/26/2024 4:10 am\";s:3:\"end\";s:10:\"09/13/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:124;a:10:{s:2:\"id\";s:71:\"monsterinsights_notification_upgrade_for_search_console_report_20240826\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:27:\"See Top Performing Keywords\";s:7:\"content\";s:308:\"<a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.1\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to see which keywords are driving traffic to your website so you can focus on what\'s working.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.1\";s:4:\"text\";s:30:\"今すぐアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"08/26/2024 4:10 am\";s:3:\"end\";s:10:\"09/23/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:125;a:10:{s:2:\"id\";s:66:\"monsterinsights_notification_upgrade_for_events_reporting_20240826\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:105:\"Upgrade to MonsterInsights Pro to see which content and events your visitors are performing in real time.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.1\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"08/26/2024 4:10 am\";s:3:\"end\";s:10:\"09/13/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:126;a:10:{s:2:\"id\";s:73:\"monsterinsights_notification_upgrade_for_popular_posts_templates_20240826\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:125:\"Upgrade MonsterInsights Pro and use up to 20+ Popular Post templates to help improve engagement and interaction on your site.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.1\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"08/26/2024 4:10 am\";s:3:\"end\";s:10:\"09/13/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:127;a:10:{s:2:\"id\";s:52:\"monsterinsights_notification_upgrade_to_pro_20240826\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:45:\"Upgrade to Unlock Advanced Tracking & Reports\";s:7:\"content\";s:197:\"By upgrading to MonsterInsights Pro you get access to additional reports right in your WordPress dashboard and advanced tracking features like eCommerce, Custom Dimensions, Forms tracking and more!\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:14:\"upgrade_to_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.1\";s:4:\"text\";s:33:\"プロ版にアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"08/26/2024 4:08 am\";s:3:\"end\";s:10:\"10/03/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:128;a:10:{s:2:\"id\";s:55:\"monsterinsights_notification_headline_analyzer_20240819\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:56:\"Try the Headline Analyzer to Boost Your Clicks & Traffic\";s:7:\"content\";s:375:\"Try the <a href=\"https://www.monsterinsights.com/announcing-monsterinsights-new-headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\" target=\"_blank\">MonsterInsights Headline Analyzer</a> tool. We built it to help increase engagement and make your content get more traffic from search engines.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:166:\"https://www.monsterinsights.com/headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"08/19/2024 12:09 am\";s:3:\"end\";s:10:\"10/16/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:129;a:10:{s:2:\"id\";s:67:\"monsterinsights_notification_upgrade_for_custom_dimensions_20240819\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:177:\"Upgrade to enable Custom Dimensions. Track logged in users, determine when is your best time to post, measure if your SEO strategy is working, and find your most popular author.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"08/19/2024 12:06 am\";s:3:\"end\";s:10:\"09/06/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:130;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_email_summaries_20240819\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:24:\"Get Weekly Email Reports\";s:7:\"content\";s:615:\"Wouldn’t it be easy if you could get your website’s performance report in your email inbox every week? With Email Summaries, you can view all your important stats in a simple report that’s delivered straight to your inbox. <br><br>You get an overview of your site\'s performance without logging in to WordPress or going through different analytics reports. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to enable the Email Summaries feature.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"08/19/2024 12:06 am\";s:3:\"end\";s:10:\"09/16/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:131;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20240819\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:29:\"Easily Track Form Conversions\";s:7:\"content\";s:263:\"Track your website\'s form conversion rates by upgrading to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\" target=\"_blank\">MonsterInsights Pro</a>.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\";s:4:\"text\";s:30:\"今すぐアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"08/19/2024 12:06 am\";s:3:\"end\";s:10:\"09/06/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:132;a:10:{s:2:\"id\";s:71:\"monsterinsights_notification_upgrade_for_search_console_report_20240819\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:27:\"See Top Performing Keywords\";s:7:\"content\";s:308:\"<a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to see which keywords are driving traffic to your website so you can focus on what\'s working.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\";s:4:\"text\";s:30:\"今すぐアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"08/19/2024 12:06 am\";s:3:\"end\";s:10:\"09/16/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:133;a:10:{s:2:\"id\";s:66:\"monsterinsights_notification_upgrade_for_events_reporting_20240819\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:105:\"Upgrade to MonsterInsights Pro to see which content and events your visitors are performing in real time.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"08/19/2024 12:06 am\";s:3:\"end\";s:10:\"09/06/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:134;a:10:{s:2:\"id\";s:73:\"monsterinsights_notification_upgrade_for_popular_posts_templates_20240819\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:125:\"Upgrade MonsterInsights Pro and use up to 20+ Popular Post templates to help improve engagement and interaction on your site.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"08/19/2024 12:06 am\";s:3:\"end\";s:10:\"09/06/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:135;a:10:{s:2:\"id\";s:52:\"monsterinsights_notification_upgrade_to_pro_20240819\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:45:\"Upgrade to Unlock Advanced Tracking & Reports\";s:7:\"content\";s:197:\"By upgrading to MonsterInsights Pro you get access to additional reports right in your WordPress dashboard and advanced tracking features like eCommerce, Custom Dimensions, Forms tracking and more!\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:14:\"upgrade_to_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\";s:4:\"text\";s:33:\"プロ版にアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"08/19/2024 12:06 am\";s:3:\"end\";s:10:\"09/26/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:136;a:10:{s:2:\"id\";s:55:\"monsterinsights_notification_headline_analyzer_20240809\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:56:\"Try the Headline Analyzer to Boost Your Clicks & Traffic\";s:7:\"content\";s:375:\"Try the <a href=\"https://www.monsterinsights.com/announcing-monsterinsights-new-headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\" target=\"_blank\">MonsterInsights Headline Analyzer</a> tool. We built it to help increase engagement and make your content get more traffic from search engines.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:166:\"https://www.monsterinsights.com/headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"08/09/2024 12:10 am\";s:3:\"end\";s:10:\"10/06/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:137;a:10:{s:2:\"id\";s:67:\"monsterinsights_notification_upgrade_for_custom_dimensions_20240809\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:177:\"Upgrade to enable Custom Dimensions. Track logged in users, determine when is your best time to post, measure if your SEO strategy is working, and find your most popular author.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"08/09/2024 12:10 am\";s:3:\"end\";s:10:\"08/27/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:138;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_email_summaries_20240809\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:24:\"Get Weekly Email Reports\";s:7:\"content\";s:615:\"Wouldn’t it be easy if you could get your website’s performance report in your email inbox every week? With Email Summaries, you can view all your important stats in a simple report that’s delivered straight to your inbox. <br><br>You get an overview of your site\'s performance without logging in to WordPress or going through different analytics reports. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to enable the Email Summaries feature.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"08/09/2024 12:10 am\";s:3:\"end\";s:10:\"09/06/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:139;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20240809\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:29:\"Easily Track Form Conversions\";s:7:\"content\";s:263:\"Track your website\'s form conversion rates by upgrading to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\" target=\"_blank\">MonsterInsights Pro</a>.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\";s:4:\"text\";s:30:\"今すぐアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"08/09/2024 12:10 am\";s:3:\"end\";s:10:\"08/27/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:140;a:10:{s:2:\"id\";s:71:\"monsterinsights_notification_upgrade_for_search_console_report_20240809\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:27:\"See Top Performing Keywords\";s:7:\"content\";s:308:\"<a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to see which keywords are driving traffic to your website so you can focus on what\'s working.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\";s:4:\"text\";s:30:\"今すぐアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"08/09/2024 12:10 am\";s:3:\"end\";s:10:\"09/06/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:141;a:10:{s:2:\"id\";s:66:\"monsterinsights_notification_upgrade_for_events_reporting_20240809\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:105:\"Upgrade to MonsterInsights Pro to see which content and events your visitors are performing in real time.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"08/09/2024 12:10 am\";s:3:\"end\";s:10:\"08/27/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:142;a:10:{s:2:\"id\";s:73:\"monsterinsights_notification_upgrade_for_popular_posts_templates_20240809\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:125:\"Upgrade MonsterInsights Pro and use up to 20+ Popular Post templates to help improve engagement and interaction on your site.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"08/09/2024 12:10 am\";s:3:\"end\";s:10:\"08/27/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:143;a:10:{s:2:\"id\";s:52:\"monsterinsights_notification_upgrade_to_pro_20240809\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:45:\"Upgrade to Unlock Advanced Tracking & Reports\";s:7:\"content\";s:197:\"By upgrading to MonsterInsights Pro you get access to additional reports right in your WordPress dashboard and advanced tracking features like eCommerce, Custom Dimensions, Forms tracking and more!\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:14:\"upgrade_to_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\";s:4:\"text\";s:33:\"プロ版にアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"08/09/2024 12:10 am\";s:3:\"end\";s:10:\"09/16/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:144;a:10:{s:2:\"id\";s:55:\"monsterinsights_notification_headline_analyzer_20240808\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:56:\"Try the Headline Analyzer to Boost Your Clicks & Traffic\";s:7:\"content\";s:375:\"Try the <a href=\"https://www.monsterinsights.com/announcing-monsterinsights-new-headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\" target=\"_blank\">MonsterInsights Headline Analyzer</a> tool. We built it to help increase engagement and make your content get more traffic from search engines.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:166:\"https://www.monsterinsights.com/headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"08/08/2024 12:11 am\";s:3:\"end\";s:10:\"10/05/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:145;a:10:{s:2:\"id\";s:67:\"monsterinsights_notification_upgrade_for_custom_dimensions_20240808\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:177:\"Upgrade to enable Custom Dimensions. Track logged in users, determine when is your best time to post, measure if your SEO strategy is working, and find your most popular author.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"08/08/2024 12:11 am\";s:3:\"end\";s:10:\"08/26/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:146;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_email_summaries_20240808\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:24:\"Get Weekly Email Reports\";s:7:\"content\";s:615:\"Wouldn’t it be easy if you could get your website’s performance report in your email inbox every week? With Email Summaries, you can view all your important stats in a simple report that’s delivered straight to your inbox. <br><br>You get an overview of your site\'s performance without logging in to WordPress or going through different analytics reports. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to enable the Email Summaries feature.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"08/08/2024 12:11 am\";s:3:\"end\";s:10:\"09/05/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:147;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20240808\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:29:\"Easily Track Form Conversions\";s:7:\"content\";s:263:\"Track your website\'s form conversion rates by upgrading to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\" target=\"_blank\">MonsterInsights Pro</a>.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\";s:4:\"text\";s:30:\"今すぐアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"08/08/2024 12:11 am\";s:3:\"end\";s:10:\"08/26/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:148;a:10:{s:2:\"id\";s:71:\"monsterinsights_notification_upgrade_for_search_console_report_20240808\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:27:\"See Top Performing Keywords\";s:7:\"content\";s:308:\"<a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to see which keywords are driving traffic to your website so you can focus on what\'s working.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\";s:4:\"text\";s:30:\"今すぐアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"08/08/2024 12:11 am\";s:3:\"end\";s:10:\"09/05/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:149;a:10:{s:2:\"id\";s:66:\"monsterinsights_notification_upgrade_for_events_reporting_20240808\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:105:\"Upgrade to MonsterInsights Pro to see which content and events your visitors are performing in real time.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"08/08/2024 12:11 am\";s:3:\"end\";s:10:\"08/26/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:150;a:10:{s:2:\"id\";s:73:\"monsterinsights_notification_upgrade_for_popular_posts_templates_20240808\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:125:\"Upgrade MonsterInsights Pro and use up to 20+ Popular Post templates to help improve engagement and interaction on your site.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"08/08/2024 12:11 am\";s:3:\"end\";s:10:\"08/26/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:151;a:10:{s:2:\"id\";s:52:\"monsterinsights_notification_upgrade_to_pro_20240808\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:45:\"Upgrade to Unlock Advanced Tracking & Reports\";s:7:\"content\";s:197:\"By upgrading to MonsterInsights Pro you get access to additional reports right in your WordPress dashboard and advanced tracking features like eCommerce, Custom Dimensions, Forms tracking and more!\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:14:\"upgrade_to_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\";s:4:\"text\";s:33:\"プロ版にアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"08/08/2024 12:11 am\";s:3:\"end\";s:10:\"09/15/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:152;a:10:{s:2:\"id\";s:55:\"monsterinsights_notification_headline_analyzer_20240731\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:56:\"Try the Headline Analyzer to Boost Your Clicks & Traffic\";s:7:\"content\";s:375:\"Try the <a href=\"https://www.monsterinsights.com/announcing-monsterinsights-new-headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\" target=\"_blank\">MonsterInsights Headline Analyzer</a> tool. We built it to help increase engagement and make your content get more traffic from search engines.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:166:\"https://www.monsterinsights.com/headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"07/31/2024 1:39 am\";s:3:\"end\";s:10:\"09/27/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:153;a:10:{s:2:\"id\";s:67:\"monsterinsights_notification_upgrade_for_custom_dimensions_20240731\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:177:\"Upgrade to enable Custom Dimensions. Track logged in users, determine when is your best time to post, measure if your SEO strategy is working, and find your most popular author.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"07/31/2024 1:39 am\";s:3:\"end\";s:10:\"08/18/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:154;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_email_summaries_20240731\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:24:\"Get Weekly Email Reports\";s:7:\"content\";s:615:\"Wouldn’t it be easy if you could get your website’s performance report in your email inbox every week? With Email Summaries, you can view all your important stats in a simple report that’s delivered straight to your inbox. <br><br>You get an overview of your site\'s performance without logging in to WordPress or going through different analytics reports. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to enable the Email Summaries feature.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"07/31/2024 1:39 am\";s:3:\"end\";s:10:\"08/28/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:155;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20240731\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:29:\"Easily Track Form Conversions\";s:7:\"content\";s:263:\"Track your website\'s form conversion rates by upgrading to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\" target=\"_blank\">MonsterInsights Pro</a>.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\";s:4:\"text\";s:30:\"今すぐアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"07/31/2024 1:39 am\";s:3:\"end\";s:10:\"08/18/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:156;a:10:{s:2:\"id\";s:71:\"monsterinsights_notification_upgrade_for_search_console_report_20240731\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:27:\"See Top Performing Keywords\";s:7:\"content\";s:308:\"<a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to see which keywords are driving traffic to your website so you can focus on what\'s working.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\";s:4:\"text\";s:30:\"今すぐアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"07/31/2024 1:39 am\";s:3:\"end\";s:10:\"08/28/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:157;a:10:{s:2:\"id\";s:66:\"monsterinsights_notification_upgrade_for_events_reporting_20240731\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:105:\"Upgrade to MonsterInsights Pro to see which content and events your visitors are performing in real time.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"07/31/2024 1:39 am\";s:3:\"end\";s:10:\"08/18/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:158;a:10:{s:2:\"id\";s:73:\"monsterinsights_notification_upgrade_for_popular_posts_templates_20240731\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:125:\"Upgrade MonsterInsights Pro and use up to 20+ Popular Post templates to help improve engagement and interaction on your site.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"07/31/2024 1:39 am\";s:3:\"end\";s:10:\"08/18/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:159;a:10:{s:2:\"id\";s:52:\"monsterinsights_notification_upgrade_to_pro_20240731\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:45:\"Upgrade to Unlock Advanced Tracking & Reports\";s:7:\"content\";s:197:\"By upgrading to MonsterInsights Pro you get access to additional reports right in your WordPress dashboard and advanced tracking features like eCommerce, Custom Dimensions, Forms tracking and more!\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:14:\"upgrade_to_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.0.0\";s:4:\"text\";s:33:\"プロ版にアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"07/31/2024 1:39 am\";s:3:\"end\";s:10:\"09/07/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:160;a:10:{s:2:\"id\";s:55:\"monsterinsights_notification_headline_analyzer_20240721\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:56:\"Try the Headline Analyzer to Boost Your Clicks & Traffic\";s:7:\"content\";s:376:\"Try the <a href=\"https://www.monsterinsights.com/announcing-monsterinsights-new-headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.28.0\" target=\"_blank\">MonsterInsights Headline Analyzer</a> tool. We built it to help increase engagement and make your content get more traffic from search engines.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:167:\"https://www.monsterinsights.com/headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.28.0\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"07/21/2024 10:58 am\";s:3:\"end\";s:10:\"09/17/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:161;a:10:{s:2:\"id\";s:67:\"monsterinsights_notification_upgrade_for_custom_dimensions_20240721\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:177:\"Upgrade to enable Custom Dimensions. Track logged in users, determine when is your best time to post, measure if your SEO strategy is working, and find your most popular author.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.28.0\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"07/21/2024 10:57 am\";s:3:\"end\";s:10:\"08/08/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:162;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_email_summaries_20240721\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:24:\"Get Weekly Email Reports\";s:7:\"content\";s:616:\"Wouldn’t it be easy if you could get your website’s performance report in your email inbox every week? With Email Summaries, you can view all your important stats in a simple report that’s delivered straight to your inbox. <br><br>You get an overview of your site\'s performance without logging in to WordPress or going through different analytics reports. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.28.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to enable the Email Summaries feature.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.28.0\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"07/21/2024 10:57 am\";s:3:\"end\";s:10:\"08/18/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:163;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20240721\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:29:\"Easily Track Form Conversions\";s:7:\"content\";s:264:\"Track your website\'s form conversion rates by upgrading to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.28.0\" target=\"_blank\">MonsterInsights Pro</a>.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.28.0\";s:4:\"text\";s:30:\"今すぐアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"07/21/2024 10:57 am\";s:3:\"end\";s:10:\"08/08/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:164;a:10:{s:2:\"id\";s:71:\"monsterinsights_notification_upgrade_for_search_console_report_20240721\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:27:\"See Top Performing Keywords\";s:7:\"content\";s:309:\"<a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.28.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to see which keywords are driving traffic to your website so you can focus on what\'s working.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.28.0\";s:4:\"text\";s:30:\"今すぐアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"07/21/2024 10:57 am\";s:3:\"end\";s:10:\"08/18/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:165;a:10:{s:2:\"id\";s:66:\"monsterinsights_notification_upgrade_for_events_reporting_20240721\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:105:\"Upgrade to MonsterInsights Pro to see which content and events your visitors are performing in real time.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.28.0\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"07/21/2024 10:57 am\";s:3:\"end\";s:10:\"08/08/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:166;a:10:{s:2:\"id\";s:73:\"monsterinsights_notification_upgrade_for_popular_posts_templates_20240721\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:125:\"Upgrade MonsterInsights Pro and use up to 20+ Popular Post templates to help improve engagement and interaction on your site.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.28.0\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"07/21/2024 10:57 am\";s:3:\"end\";s:10:\"08/08/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:167;a:10:{s:2:\"id\";s:52:\"monsterinsights_notification_upgrade_to_pro_20240721\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:45:\"Upgrade to Unlock Advanced Tracking & Reports\";s:7:\"content\";s:197:\"By upgrading to MonsterInsights Pro you get access to additional reports right in your WordPress dashboard and advanced tracking features like eCommerce, Custom Dimensions, Forms tracking and more!\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:14:\"upgrade_to_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.28.0\";s:4:\"text\";s:33:\"プロ版にアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"07/21/2024 10:56 am\";s:3:\"end\";s:10:\"08/28/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:168;a:10:{s:2:\"id\";s:52:\"monsterinsights_notification_upgrade_to_pro_20240520\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:45:\"Upgrade to Unlock Advanced Tracking & Reports\";s:7:\"content\";s:197:\"By upgrading to MonsterInsights Pro you get access to additional reports right in your WordPress dashboard and advanced tracking features like eCommerce, Custom Dimensions, Forms tracking and more!\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:14:\"upgrade_to_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.26.0\";s:4:\"text\";s:33:\"プロ版にアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"05/20/2024 11:23 am\";s:3:\"end\";s:10:\"06/27/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:169;a:10:{s:2:\"id\";s:67:\"monsterinsights_notification_upgrade_for_custom_dimensions_20240510\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:177:\"Upgrade to enable Custom Dimensions. Track logged in users, determine when is your best time to post, measure if your SEO strategy is working, and find your most popular author.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.26.0\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"05/10/2024 11:06 am\";s:3:\"end\";s:10:\"05/28/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:170;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_email_summaries_20240510\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:24:\"Get Weekly Email Reports\";s:7:\"content\";s:616:\"Wouldn’t it be easy if you could get your website’s performance report in your email inbox every week? With Email Summaries, you can view all your important stats in a simple report that’s delivered straight to your inbox. <br><br>You get an overview of your site\'s performance without logging in to WordPress or going through different analytics reports. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.26.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to enable the Email Summaries feature.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.26.0\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"05/10/2024 11:05 am\";s:3:\"end\";s:10:\"06/07/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:171;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20240510\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:29:\"Easily Track Form Conversions\";s:7:\"content\";s:264:\"Track your website\'s form conversion rates by upgrading to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.26.0\" target=\"_blank\">MonsterInsights Pro</a>.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.26.0\";s:4:\"text\";s:30:\"今すぐアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"05/10/2024 11:05 am\";s:3:\"end\";s:10:\"05/28/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:172;a:10:{s:2:\"id\";s:71:\"monsterinsights_notification_upgrade_for_search_console_report_20240510\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:27:\"See Top Performing Keywords\";s:7:\"content\";s:309:\"<a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.26.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to see which keywords are driving traffic to your website so you can focus on what\'s working.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.26.0\";s:4:\"text\";s:30:\"今すぐアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"05/10/2024 11:04 am\";s:3:\"end\";s:10:\"06/07/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:173;a:10:{s:2:\"id\";s:66:\"monsterinsights_notification_upgrade_for_events_reporting_20240510\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:105:\"Upgrade to MonsterInsights Pro to see which content and events your visitors are performing in real time.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.26.0\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"05/10/2024 11:04 am\";s:3:\"end\";s:10:\"05/28/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:174;a:10:{s:2:\"id\";s:73:\"monsterinsights_notification_upgrade_for_popular_posts_templates_20240510\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:125:\"Upgrade MonsterInsights Pro and use up to 20+ Popular Post templates to help improve engagement and interaction on your site.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.26.0\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"05/10/2024 11:03 am\";s:3:\"end\";s:10:\"05/28/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:175;a:10:{s:2:\"id\";s:55:\"monsterinsights_notification_headline_analyzer_20240421\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:56:\"Try the Headline Analyzer to Boost Your Clicks & Traffic\";s:7:\"content\";s:376:\"Try the <a href=\"https://www.monsterinsights.com/announcing-monsterinsights-new-headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.26.0\" target=\"_blank\">MonsterInsights Headline Analyzer</a> tool. We built it to help increase engagement and make your content get more traffic from search engines.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:167:\"https://www.monsterinsights.com/headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.26.0\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"04/21/2024 5:18 am\";s:3:\"end\";s:10:\"06/18/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:176;a:10:{s:2:\"id\";s:67:\"monsterinsights_notification_upgrade_for_custom_dimensions_20240406\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:177:\"Upgrade to enable Custom Dimensions. Track logged in users, determine when is your best time to post, measure if your SEO strategy is working, and find your most popular author.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.25.0\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"04/06/2024 12:03 am\";s:3:\"end\";s:10:\"04/24/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:177;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_email_summaries_20240406\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:24:\"Get Weekly Email Reports\";s:7:\"content\";s:616:\"Wouldn’t it be easy if you could get your website’s performance report in your email inbox every week? With Email Summaries, you can view all your important stats in a simple report that’s delivered straight to your inbox. <br><br>You get an overview of your site\'s performance without logging in to WordPress or going through different analytics reports. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.25.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to enable the Email Summaries feature.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.25.0\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"04/06/2024 12:03 am\";s:3:\"end\";s:10:\"05/04/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:178;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20240406\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:29:\"Easily Track Form Conversions\";s:7:\"content\";s:264:\"Track your website\'s form conversion rates by upgrading to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.25.0\" target=\"_blank\">MonsterInsights Pro</a>.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.25.0\";s:4:\"text\";s:30:\"今すぐアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"04/06/2024 12:03 am\";s:3:\"end\";s:10:\"04/24/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:179;a:10:{s:2:\"id\";s:71:\"monsterinsights_notification_upgrade_for_search_console_report_20240406\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:27:\"See Top Performing Keywords\";s:7:\"content\";s:309:\"<a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.25.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to see which keywords are driving traffic to your website so you can focus on what\'s working.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.25.0\";s:4:\"text\";s:30:\"今すぐアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"04/06/2024 12:02 am\";s:3:\"end\";s:10:\"05/04/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:180;a:10:{s:2:\"id\";s:66:\"monsterinsights_notification_upgrade_for_events_reporting_20240406\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:105:\"Upgrade to MonsterInsights Pro to see which content and events your visitors are performing in real time.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.25.0\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"04/06/2024 12:00 am\";s:3:\"end\";s:10:\"04/24/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:181;a:10:{s:2:\"id\";s:73:\"monsterinsights_notification_upgrade_for_popular_posts_templates_20240406\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:125:\"Upgrade MonsterInsights Pro and use up to 20+ Popular Post templates to help improve engagement and interaction on your site.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.25.0\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"04/05/2024 11:59 pm\";s:3:\"end\";s:10:\"04/23/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:182;a:10:{s:2:\"id\";s:52:\"monsterinsights_notification_upgrade_to_pro_20240405\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:45:\"Upgrade to Unlock Advanced Tracking & Reports\";s:7:\"content\";s:197:\"By upgrading to MonsterInsights Pro you get access to additional reports right in your WordPress dashboard and advanced tracking features like eCommerce, Custom Dimensions, Forms tracking and more!\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:14:\"upgrade_to_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.25.0\";s:4:\"text\";s:33:\"プロ版にアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"04/05/2024 11:57 pm\";s:3:\"end\";s:10:\"05/13/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:183;a:10:{s:2:\"id\";s:67:\"monsterinsights_notification_upgrade_for_custom_dimensions_20240309\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:177:\"Upgrade to enable Custom Dimensions. Track logged in users, determine when is your best time to post, measure if your SEO strategy is working, and find your most popular author.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.25.0\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"03/09/2024 6:38 am\";s:3:\"end\";s:10:\"03/27/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:184;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20240309\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:29:\"Easily Track Form Conversions\";s:7:\"content\";s:264:\"Track your website\'s form conversion rates by upgrading to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.25.0\" target=\"_blank\">MonsterInsights Pro</a>.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.25.0\";s:4:\"text\";s:30:\"今すぐアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"03/09/2024 6:38 am\";s:3:\"end\";s:10:\"03/27/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:185;a:10:{s:2:\"id\";s:66:\"monsterinsights_notification_upgrade_for_events_reporting_20240307\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:105:\"Upgrade to MonsterInsights Pro to see which content and events your visitors are performing in real time.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.25.0\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"03/07/2024 11:35 am\";s:3:\"end\";s:10:\"03/25/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:186;a:10:{s:2:\"id\";s:73:\"monsterinsights_notification_upgrade_for_popular_posts_templates_20240307\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:125:\"Upgrade MonsterInsights Pro and use up to 20+ Popular Post templates to help improve engagement and interaction on your site.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.25.0\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"03/07/2024 11:34 am\";s:3:\"end\";s:10:\"03/25/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:187;a:10:{s:2:\"id\";s:66:\"monsterinsights_notification_upgrade_for_events_reporting_20231115\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:105:\"Upgrade to MonsterInsights Pro to see which content and events your visitors are performing in real time.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.21.0\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"11/15/2023 9:55 am\";s:3:\"end\";s:10:\"12/03/2023\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:188;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_google_optimize_20230929\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:21:\"A/B Test Your Website\";s:7:\"content\";s:769:\"<a href=\"https://www.monsterinsights.com/addon/google-optimize/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.19\" target=\"_blank\">Google Optimize</a> is a free A/B testing and personalization product by Google that lets you easily conduct experiments to see what content, images, and layouts work best on your site. With Google Optimize, you can use split testing and personalization to create online experiences that engage and delight your customers. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.19\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to unlock the Google Optimize addon.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:152:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.19\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"09/29/2023 8:34 am\";s:3:\"end\";s:10:\"10/27/2023\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:189;a:10:{s:2:\"id\";s:73:\"monsterinsights_notification_upgrade_for_popular_posts_templates_20231005\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:125:\"Upgrade MonsterInsights Pro and use up to 20+ Popular Post templates to help improve engagement and interaction on your site.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.20.0\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"10/05/2023 10:34 am\";s:3:\"end\";s:10:\"10/23/2023\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:190;a:10:{s:2:\"id\";s:71:\"monsterinsights_notification_upgrade_for_search_console_report_20240218\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:27:\"See Top Performing Keywords\";s:7:\"content\";s:309:\"<a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.23.1\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to see which keywords are driving traffic to your website so you can focus on what\'s working.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.23.1\";s:4:\"text\";s:30:\"今すぐアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"02/18/2024 4:39 am\";s:3:\"end\";s:10:\"03/17/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:191;a:10:{s:2:\"id\";s:67:\"monsterinsights_notification_upgrade_for_custom_dimensions_20231005\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:177:\"Upgrade to enable Custom Dimensions. Track logged in users, determine when is your best time to post, measure if your SEO strategy is working, and find your most popular author.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.20.0\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"10/05/2023 10:36 am\";s:3:\"end\";s:10:\"10/23/2023\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:192;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20231005\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:29:\"Easily Track Form Conversions\";s:7:\"content\";s:264:\"Track your website\'s form conversion rates by upgrading to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.20.0\" target=\"_blank\">MonsterInsights Pro</a>.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.20.0\";s:4:\"text\";s:30:\"今すぐアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"10/05/2023 10:35 am\";s:3:\"end\";s:10:\"10/23/2023\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:193;a:10:{s:2:\"id\";s:66:\"monsterinsights_notification_upgrade_for_events_reporting_20231005\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:105:\"Upgrade to MonsterInsights Pro to see which content and events your visitors are performing in real time.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.20.0\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"10/05/2023 10:34 am\";s:3:\"end\";s:10:\"10/23/2023\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:194;a:10:{s:2:\"id\";s:52:\"monsterinsights_notification_upgrade_to_pro_20231002\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:45:\"Upgrade to Unlock Advanced Tracking & Reports\";s:7:\"content\";s:197:\"By upgrading to MonsterInsights Pro you get access to additional reports right in your WordPress dashboard and advanced tracking features like eCommerce, Custom Dimensions, Forms tracking and more!\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:14:\"upgrade_to_pro\";a:3:{s:3:\"url\";s:152:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.19\";s:4:\"text\";s:33:\"プロ版にアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/02/2023 8:17 am\";s:3:\"end\";s:10:\"11/09/2023\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:195;a:10:{s:2:\"id\";s:55:\"monsterinsights_notification_headline_analyzer_20240218\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:56:\"Try the Headline Analyzer to Boost Your Clicks & Traffic\";s:7:\"content\";s:376:\"Try the <a href=\"https://www.monsterinsights.com/announcing-monsterinsights-new-headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.23.1\" target=\"_blank\">MonsterInsights Headline Analyzer</a> tool. We built it to help increase engagement and make your content get more traffic from search engines.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:167:\"https://www.monsterinsights.com/headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.23.1\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"02/18/2024 4:40 am\";s:3:\"end\";s:10:\"04/16/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:196;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_email_summaries_20240218\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:24:\"Get Weekly Email Reports\";s:7:\"content\";s:616:\"Wouldn’t it be easy if you could get your website’s performance report in your email inbox every week? With Email Summaries, you can view all your important stats in a simple report that’s delivered straight to your inbox. <br><br>You get an overview of your site\'s performance without logging in to WordPress or going through different analytics reports. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.23.1\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to enable the Email Summaries feature.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.23.1\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"02/18/2024 4:39 am\";s:3:\"end\";s:10:\"03/17/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:197;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_email_summaries_20230929\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:24:\"Get Weekly Email Reports\";s:7:\"content\";s:614:\"Wouldn’t it be easy if you could get your website’s performance report in your email inbox every week? With Email Summaries, you can view all your important stats in a simple report that’s delivered straight to your inbox. <br><br>You get an overview of your site\'s performance without logging in to WordPress or going through different analytics reports. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.19\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to enable the Email Summaries feature.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:152:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.19\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"09/29/2023 8:13 am\";s:3:\"end\";s:10:\"10/27/2023\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:198;a:10:{s:2:\"id\";s:71:\"monsterinsights_notification_upgrade_for_search_console_report_20230929\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:27:\"See Top Performing Keywords\";s:7:\"content\";s:307:\"<a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.19\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to see which keywords are driving traffic to your website so you can focus on what\'s working.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:152:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.19\";s:4:\"text\";s:30:\"今すぐアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"09/29/2023 8:13 am\";s:3:\"end\";s:10:\"10/27/2023\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:199;a:10:{s:2:\"id\";s:67:\"monsterinsights_notification_upgrade_for_custom_dimensions_20230915\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:177:\"Upgrade to enable Custom Dimensions. Track logged in users, determine when is your best time to post, measure if your SEO strategy is working, and find your most popular author.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:152:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.19\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"09/15/2023 7:15 am\";s:3:\"end\";s:10:\"10/03/2023\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:200;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20230915\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:29:\"Easily Track Form Conversions\";s:7:\"content\";s:262:\"Track your website\'s form conversion rates by upgrading to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.19\" target=\"_blank\">MonsterInsights Pro</a>.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:152:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.19\";s:4:\"text\";s:30:\"今すぐアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"09/15/2023 7:14 am\";s:3:\"end\";s:10:\"10/03/2023\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:201;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20231116\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:29:\"Easily Track Form Conversions\";s:7:\"content\";s:264:\"Track your website\'s form conversion rates by upgrading to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.21.0\" target=\"_blank\">MonsterInsights Pro</a>.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.21.0\";s:4:\"text\";s:30:\"今すぐアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"11/16/2023 6:36 am\";s:3:\"end\";s:10:\"12/04/2023\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:202;a:10:{s:2:\"id\";s:73:\"monsterinsights_notification_upgrade_for_popular_posts_templates_20240216\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:125:\"Upgrade MonsterInsights Pro and use up to 20+ Popular Post templates to help improve engagement and interaction on your site.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.23.1\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"02/16/2024 3:31 am\";s:3:\"end\";s:10:\"03/05/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:203;a:10:{s:2:\"id\";s:52:\"monsterinsights_notification_upgrade_to_pro_20240216\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:45:\"Upgrade to Unlock Advanced Tracking & Reports\";s:7:\"content\";s:197:\"By upgrading to MonsterInsights Pro you get access to additional reports right in your WordPress dashboard and advanced tracking features like eCommerce, Custom Dimensions, Forms tracking and more!\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:14:\"upgrade_to_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.23.1\";s:4:\"text\";s:33:\"プロ版にアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"02/16/2024 3:30 am\";s:3:\"end\";s:10:\"03/25/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:204;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20240115\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:29:\"Easily Track Form Conversions\";s:7:\"content\";s:264:\"Track your website\'s form conversion rates by upgrading to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.23.1\" target=\"_blank\">MonsterInsights Pro</a>.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.23.1\";s:4:\"text\";s:30:\"今すぐアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"01/15/2024 5:11 am\";s:3:\"end\";s:10:\"02/02/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:205;a:10:{s:2:\"id\";s:66:\"monsterinsights_notification_upgrade_for_events_reporting_20230915\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:105:\"Upgrade to MonsterInsights Pro to see which content and events your visitors are performing in real time.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:152:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.19\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"09/15/2023 7:14 am\";s:3:\"end\";s:10:\"10/03/2023\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:206;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_email_summaries_20231225\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:24:\"Get Weekly Email Reports\";s:7:\"content\";s:616:\"Wouldn’t it be easy if you could get your website’s performance report in your email inbox every week? With Email Summaries, you can view all your important stats in a simple report that’s delivered straight to your inbox. <br><br>You get an overview of your site\'s performance without logging in to WordPress or going through different analytics reports. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.23.1\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to enable the Email Summaries feature.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.23.1\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"12/25/2023 5:45 am\";s:3:\"end\";s:10:\"01/22/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:207;a:10:{s:2:\"id\";s:52:\"monsterinsights_notification_upgrade_to_pro_20231113\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:45:\"Upgrade to Unlock Advanced Tracking & Reports\";s:7:\"content\";s:197:\"By upgrading to MonsterInsights Pro you get access to additional reports right in your WordPress dashboard and advanced tracking features like eCommerce, Custom Dimensions, Forms tracking and more!\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:14:\"upgrade_to_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.20.1\";s:4:\"text\";s:33:\"プロ版にアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"11/13/2023 9:08 am\";s:3:\"end\";s:10:\"12/21/2023\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:208;a:10:{s:2:\"id\";s:55:\"monsterinsights_notification_headline_analyzer_20231127\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:56:\"Try the Headline Analyzer to Boost Your Clicks & Traffic\";s:7:\"content\";s:376:\"Try the <a href=\"https://www.monsterinsights.com/announcing-monsterinsights-new-headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.21.0\" target=\"_blank\">MonsterInsights Headline Analyzer</a> tool. We built it to help increase engagement and make your content get more traffic from search engines.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:167:\"https://www.monsterinsights.com/headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.21.0\";s:4:\"text\";s:18:\"さらに詳しく\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"11/27/2023 8:03 am\";s:3:\"end\";s:10:\"01/24/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:209;a:10:{s:2:\"id\";s:66:\"monsterinsights_notification_upgrade_for_events_reporting_20240216\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:105:\"Upgrade to MonsterInsights Pro to see which content and events your visitors are performing in real time.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.23.1\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"02/16/2024 3:34 am\";s:3:\"end\";s:10:\"03/05/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:210;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20231225\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:29:\"Easily Track Form Conversions\";s:7:\"content\";s:264:\"Track your website\'s form conversion rates by upgrading to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.23.1\" target=\"_blank\">MonsterInsights Pro</a>.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.23.1\";s:4:\"text\";s:30:\"今すぐアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"12/25/2023 5:45 am\";s:3:\"end\";s:10:\"01/12/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:211;a:10:{s:2:\"id\";s:67:\"monsterinsights_notification_upgrade_for_custom_dimensions_20240115\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:177:\"Upgrade to enable Custom Dimensions. Track logged in users, determine when is your best time to post, measure if your SEO strategy is working, and find your most popular author.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.23.1\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"01/15/2024 5:12 am\";s:3:\"end\";s:10:\"02/02/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:212;a:10:{s:2:\"id\";s:67:\"monsterinsights_notification_upgrade_for_custom_dimensions_20231225\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:177:\"Upgrade to enable Custom Dimensions. Track logged in users, determine when is your best time to post, measure if your SEO strategy is working, and find your most popular author.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.23.1\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"12/25/2023 5:50 am\";s:3:\"end\";s:10:\"01/12/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:213;a:10:{s:2:\"id\";s:66:\"monsterinsights_notification_upgrade_for_events_reporting_20240115\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:105:\"Upgrade to MonsterInsights Pro to see which content and events your visitors are performing in real time.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.23.1\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"01/15/2024 5:09 am\";s:3:\"end\";s:10:\"02/02/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:214;a:10:{s:2:\"id\";s:73:\"monsterinsights_notification_upgrade_for_popular_posts_templates_20240115\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:125:\"Upgrade MonsterInsights Pro and use up to 20+ Popular Post templates to help improve engagement and interaction on your site.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.23.1\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"01/15/2024 5:09 am\";s:3:\"end\";s:10:\"02/02/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:215;a:10:{s:2:\"id\";s:67:\"monsterinsights_notification_upgrade_for_custom_dimensions_20231116\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:177:\"Upgrade to enable Custom Dimensions. Track logged in users, determine when is your best time to post, measure if your SEO strategy is working, and find your most popular author.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.21.0\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"11/16/2023 6:36 am\";s:3:\"end\";s:10:\"12/04/2023\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:216;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20240218\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:29:\"Easily Track Form Conversions\";s:7:\"content\";s:264:\"Track your website\'s form conversion rates by upgrading to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.23.1\" target=\"_blank\">MonsterInsights Pro</a>.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.23.1\";s:4:\"text\";s:30:\"今すぐアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"02/18/2024 4:39 am\";s:3:\"end\";s:10:\"03/07/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:217;a:10:{s:2:\"id\";s:67:\"monsterinsights_notification_upgrade_for_custom_dimensions_20240218\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:177:\"Upgrade to enable Custom Dimensions. Track logged in users, determine when is your best time to post, measure if your SEO strategy is working, and find your most popular author.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.23.1\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"02/18/2024 4:40 am\";s:3:\"end\";s:10:\"03/07/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:218;a:10:{s:2:\"id\";s:71:\"monsterinsights_notification_upgrade_for_search_console_report_20231225\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:27:\"See Top Performing Keywords\";s:7:\"content\";s:309:\"<a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.23.1\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to see which keywords are driving traffic to your website so you can focus on what\'s working.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.23.1\";s:4:\"text\";s:30:\"今すぐアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"12/25/2023 5:45 am\";s:3:\"end\";s:10:\"01/22/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:219;a:10:{s:2:\"id\";s:66:\"monsterinsights_notification_upgrade_for_events_reporting_20231225\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:105:\"Upgrade to MonsterInsights Pro to see which content and events your visitors are performing in real time.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.23.1\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"12/25/2023 5:45 am\";s:3:\"end\";s:10:\"01/12/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:220;a:10:{s:2:\"id\";s:73:\"monsterinsights_notification_upgrade_for_popular_posts_templates_20231225\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:44:\"MonsterInsights Pro にアップグレード\";s:7:\"content\";s:125:\"Upgrade MonsterInsights Pro and use up to 20+ Popular Post templates to help improve engagement and interaction on your site.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.23.1\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"12/25/2023 5:45 am\";s:3:\"end\";s:10:\"01/12/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:221;a:10:{s:2:\"id\";s:52:\"monsterinsights_notification_upgrade_to_pro_20231225\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:45:\"Upgrade to Unlock Advanced Tracking & Reports\";s:7:\"content\";s:197:\"By upgrading to MonsterInsights Pro you get access to additional reports right in your WordPress dashboard and advanced tracking features like eCommerce, Custom Dimensions, Forms tracking and more!\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:14:\"upgrade_to_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.23.1\";s:4:\"text\";s:33:\"プロ版にアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"12/25/2023 5:44 am\";s:3:\"end\";s:10:\"02/01/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:222;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_email_summaries_20231116\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:24:\"Get Weekly Email Reports\";s:7:\"content\";s:616:\"Wouldn’t it be easy if you could get your website’s performance report in your email inbox every week? With Email Summaries, you can view all your important stats in a simple report that’s delivered straight to your inbox. <br><br>You get an overview of your site\'s performance without logging in to WordPress or going through different analytics reports. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.21.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to enable the Email Summaries feature.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.21.0\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"11/16/2023 6:36 am\";s:3:\"end\";s:10:\"12/14/2023\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:223;a:10:{s:2:\"id\";s:73:\"monsterinsights_notification_upgrade_for_popular_posts_templates_20231115\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:125:\"Upgrade MonsterInsights Pro and use up to 20+ Popular Post templates to help improve engagement and interaction on your site.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.21.0\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"11/15/2023 9:55 am\";s:3:\"end\";s:10:\"12/03/2023\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:224;a:10:{s:2:\"id\";s:71:\"monsterinsights_notification_upgrade_for_search_console_report_20231115\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:27:\"See Top Performing Keywords\";s:7:\"content\";s:309:\"<a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.21.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to see which keywords are driving traffic to your website so you can focus on what\'s working.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.21.0\";s:4:\"text\";s:30:\"今すぐアップグレード\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"11/15/2023 9:55 am\";s:3:\"end\";s:10:\"12/13/2023\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:225;a:10:{s:2:\"id\";s:73:\"monsterinsights_notification_upgrade_for_popular_posts_templates_20230915\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:125:\"Upgrade MonsterInsights Pro and use up to 20+ Popular Post templates to help improve engagement and interaction on your site.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:152:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.19\";s:4:\"text\";s:29:\"MonsterInsights Pro を入手\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"09/15/2023 7:13 am\";s:3:\"end\";s:10:\"10/03/2023\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}}s:9:\"dismissed\";a:0:{}s:12:\"feed_fetched\";b:1;}','off'),(3946,'monsterinsights_review','a:2:{s:4:\"time\";i:1692776243;s:9:\"dismissed\";b:0;}','yes'),(5043,'mwfrv3','a:2:{s:8:\"site_key\";s:40:\"6LeGCRwqAAAAAI75R6Cimi3fB5NRYfBdUnUH-RGr\";s:10:\"secret_key\";s:40:\"6LeGCRwqAAAAAJ_QfxUXmPWPJC0ZsIQJP-_MbyT_\";}','yes'),(6516,'WPLANG','ja','yes'),(6517,'new_admin_email','cs@acsport.net','yes'),(7385,'wp_mail_smtp_initial_version','3.9.0','no'),(7386,'wp_mail_smtp_version','4.1.0','off'),(7387,'wp_mail_smtp','a:18:{s:4:\"mail\";a:6:{s:10:\"from_email\";s:36:\"no-reply@hitachi-setsubi-recruit.com\";s:9:\"from_name\";s:33:\"ヒタチ設備 採用サイト\";s:6:\"mailer\";s:4:\"smtp\";s:11:\"return_path\";b:0;s:16:\"from_email_force\";b:1;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:17:\"mss546.kagoya.net\";s:4:\"port\";i:587;s:10:\"encryption\";s:3:\"tls\";s:4:\"user\";s:36:\"no-reply@hitachi-setsubi-recruit.com\";s:4:\"pass\";s:72:\"lomqA4lvLDFGv0bEEgOPrewhI8mnvJnv9cMpH2e+xbAaED1ek0ymM0HLtaQC9HkrMdxwSZo=\";}s:7:\"general\";a:1:{s:29:\"summary_report_email_disabled\";b:1;}s:5:\"gmail\";a:10:{s:9:\"client_id\";s:72:\"164818817127-k7v0k8cniqsigbgnhnqec3dfm6c55179.apps.googleusercontent.com\";s:13:\"client_secret\";s:35:\"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\";s:12:\"access_token\";a:6:{s:12:\"access_token\";s:221:\"ya29.a0AfB_byC-fJFrJ2Q2GczP2tQcKF7BSwdX8zAlkqKDwC-7MLGRo2dqUFtcxF0gYlrJh4MJ6OVR-5omh2-r6IWspJcbnuYIzwu7vozC_1rLnP5_CMEQH4OV-QoFNvzApqUFkl8PPv0wQW35Q8TASMDH3_3Xkc8x460Q0LwkgakaCgYKAQASARASFQGOcNnCmUH2WtjiqVNhb_6o1sYSHg0174\";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:1696220418;s:13:\"refresh_token\";s:103:\"1//0ecIHcK57-w9dCgYIARAAGA4SNwF-L9Irminn7KgqSXHa52amc-HRV63_4wvUk0xolyjTcl2e5q_DSK7SJ5hLjVXhGZkIYIsFpQI\";}s:13:\"refresh_token\";s:103:\"1//0ecIHcK57-w9dCgYIARAAGA4SNwF-L9Irminn7KgqSXHa52amc-HRV63_4wvUk0xolyjTcl2e5q_DSK7SJ5hLjVXhGZkIYIsFpQI\";s:20:\"is_setup_wizard_auth\";b:0;s:9:\"auth_code\";s:73:\"4/0Adeu5BXRZ9upQXZN4bJKewAqDoUHWS5eAuzMnT6aSxyCPvLLWe8zitpNZCJNgTzTA9x-6A\";s:12:\"user_details\";a:1:{s:5:\"email\";s:0:\"\";}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: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:8:\"sendgrid\";a:2:{s:7:\"api_key\";s:0:\"\";s:6:\"domain\";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: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:\"smtp2go\";a:1:{s:7:\"api_key\";s: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'),(7388,'wp_mail_smtp_activated_time','1693981827','no'),(7389,'wp_mail_smtp_activated','a:1:{s:4:\"lite\";i:1693981827;}','yes'),(7394,'wp_mail_smtp_migration_version','5','yes'),(7395,'wp_mail_smtp_debug_events_db_version','1','yes'),(7396,'wp_mail_smtp_activation_prevent_redirect','1','yes'),(7397,'wp_mail_smtp_setup_wizard_stats','a:3:{s:13:\"launched_time\";i:1722391409;s:14:\"completed_time\";i:1722391438;s:14:\"was_successful\";b:1;}','off'),(7402,'wp_mail_smtp_debug','a:0:{}','off'),(7404,'wp_mail_smtp_notifications','a:4:{s:6:\"update\";i:1744864831;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','yes'),(7405,'wp_mail_smtp_lite_sent_email_counter','217','on'),(7406,'wp_mail_smtp_lite_weekly_sent_email_counter','a:12:{s:2:\"05\";i:4;s:2:\"06\";i:6;s:2:\"07\";i:5;s:2:\"08\";i:5;s:2:\"09\";i:4;i:10;i:4;i:11;i:7;i:12;i:3;i:13;i:7;i:14;i:2;i:15;i:5;i:16;i:7;}','on'),(7407,'wp_mail_smtp_review_notice','a:2:{s:4:\"time\";i:1696311069;s:9:\"dismissed\";b:1;}','yes'),(7771,'googlesitekitpersistent_remote_features','a:24:{s:18:\"adBlockerDetection\";a:1:{s:7:\"enabled\";b:1;}s:9:\"adsModule\";a:1:{s:7:\"enabled\";b:1;}s:14:\"adsenseSetupV2\";a:1:{s:7:\"enabled\";b:1;}s:20:\"audienceSegmentation\";a:1:{s:7:\"enabled\";b:1;}s:15:\"conversionInfra\";a:1:{s:7:\"enabled\";b:1;}s:19:\"conversionReporting\";a:1:{s:7:\"enabled\";b:1;}s:16:\"dashboardSharing\";a:1:{s:7:\"enabled\";b:1;}s:19:\"enhancedMeasurement\";a:1:{s:7:\"enabled\";b:1;}s:19:\"ga4ActivationBanner\";a:1:{s:7:\"enabled\";b:0;}s:12:\"ga4Reporting\";a:1:{s:7:\"enabled\";b:1;}s:8:\"ga4setup\";a:1:{s:7:\"enabled\";b:1;}s:10:\"gteSupport\";a:1:{s:7:\"enabled\";b:1;}s:14:\"helpVisibility\";a:1:{s:7:\"enabled\";b:1;}s:13:\"ideaHubModule\";a:1:{s:7:\"enabled\";b:0;}s:10:\"keyMetrics\";a:1:{s:7:\"enabled\";b:1;}s:9:\"rrmModule\";a:1:{s:7:\"enabled\";b:1;}s:14:\"serviceSetupV2\";a:1:{s:7:\"enabled\";b:1;}s:22:\"signInWithGoogleModule\";a:1:{s:7:\"enabled\";b:1;}s:16:\"unifiedDashboard\";a:1:{s:7:\"enabled\";b:1;}s:12:\"userFeedback\";a:1:{s:7:\"enabled\";b:1;}s:17:\"widgets.dashboard\";a:1:{s:7:\"enabled\";b:1;}s:21:\"widgets.pageDashboard\";a:1:{s:7:\"enabled\";b:1;}s:14:\"zeroDataStates\";a:1:{s:7:\"enabled\";b:1;}s:15:\"last_updated_at\";i:1744920175;}','yes'),(7800,'auto_update_plugins','a:21:{i:3;s:33:\"duplicate-post/duplicate-post.php\";i:4;s:24:\"wpforms-lite/wpforms.php\";i:5;s:29:\"wp-mail-smtp/wp_mail_smtp.php\";i:6;s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";i:7;s:30:\"advanced-custom-fields/acf.php\";i:8;s:21:\"backwpup/backwpup.php\";i:9;s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";i:10;s:54:\"broken-link-checker-seo/aioseo-broken-link-checker.php\";i:11;s:43:\"custom-post-type-ui/custom-post-type-ui.php\";i:12;s:45:\"enable-media-replace/enable-media-replace.php\";i:13;s:37:\"post-types-order/post-types-order.php\";i:14;s:53:\"recaptcha-for-mw-wp-form/recaptcha-for-mw-wp-form.php\";i:15;s:33:\"instagram-feed/instagram-feed.php\";i:16;s:41:\"wordpress-importer/wordpress-importer.php\";i:17;s:39:\"wp-file-manager/file_folder_manager.php\";i:18;s:41:\"wp-multibyte-patch/wp-multibyte-patch.php\";i:19;s:19:\"akismet/akismet.php\";i:20;s:21:\"imsanity/imsanity.php\";i:21;s:37:\"optinmonster/optin-monster-wp-api.php\";i:22;s:35:\"google-site-kit/google-site-kit.php\";i:23;s:23:\"siteguard/siteguard.php\";}','off'),(8085,'aioseo_options_localized','a:22:{s:28:\"breadcrumbs_breadcrumbPrefix\";s:0:\"\";s:25:\"breadcrumbs_archiveFormat\";s:51:\"アーカイブ: #breadcrumb_archive_post_type_name\";s:30:\"breadcrumbs_searchResultFormat\";s:40:\"検索結果 \'#breadcrumb_search_string\'\";s:26:\"breadcrumbs_errorFormat404\";s:39:\"404 - ページが見つかりません\";s:32:\"social_facebook_general_siteName\";s:34:\"#site_title #separator_sa #tagline\";s:30:\"social_facebook_homePage_title\";s:0:\"\";s:36:\"social_facebook_homePage_description\";s:0:\"\";s:29:\"social_twitter_homePage_title\";s:0:\"\";s:35:\"social_twitter_homePage_description\";s:0:\"\";s:33:\"searchAppearance_global_siteTitle\";s:34:\"#site_title #separator_sa #tagline\";s:39:\"searchAppearance_global_metaDescription\";s:8:\"#tagline\";s:32:\"searchAppearance_global_keywords\";s:0:\"\";s:37:\"searchAppearance_advanced_pagedFormat\";s:19:\"- Page #page_number\";s:38:\"searchAppearance_archives_author_title\";s:38:\"#author_name #separator_sa #site_title\";s:48:\"searchAppearance_archives_author_metaDescription\";s:11:\"#author_bio\";s:50:\"searchAppearance_archives_author_advanced_keywords\";s:0:\"\";s:36:\"searchAppearance_archives_date_title\";s:39:\"#archive_date #separator_sa #site_title\";s:46:\"searchAppearance_archives_date_metaDescription\";s:0:\"\";s:48:\"searchAppearance_archives_date_advanced_keywords\";s:0:\"\";s:38:\"searchAppearance_archives_search_title\";s:38:\"#search_term #separator_sa #site_title\";s:48:\"searchAppearance_archives_search_metaDescription\";s:0:\"\";s:50:\"searchAppearance_archives_search_advanced_keywords\";s:0:\"\";}','yes'),(8193,'imsanity_max_width','1000','no'),(8194,'imsanity_max_height','1000','no'),(8195,'imsanity_max_width_library','1000','no'),(8196,'imsanity_max_height_library','1000','no'),(8197,'imsanity_max_width_other','1920','no'),(8198,'imsanity_max_height_other','1920','no'),(8199,'imsanity_bmp_to_jpg','1','no'),(8200,'imsanity_png_to_jpg','','no'),(8201,'imsanity_quality','82','no'),(8202,'imsanity_delete_originals','','no'),(8203,'imsanity_version','2.8.6','yes'),(12688,'wp_mail_smtp_mail_key','rnuczYcXEf9oA0HXvzXntFkPlUmXGeXEhx/aZak9RRc=','yes'),(13321,'ai1wmue_plugin_key','5bdeb53b-219c-4fc4-9ca1-3ba8a7201ed5','yes'),(13727,'googlesitekit_db_version','1.129.0','yes'),(13732,'googlesitekit_active_modules','a:3:{i:0;s:18:\"pagespeed-insights\";i:1;s:9:\"analytics\";i:2;s:11:\"analytics-4\";}','yes'),(13733,'googlesitekit_credentials','rJpRupWQ3nrt2NCZ3IukIEVkQVl3N2pVSm9zLzZlWTBxSDA2VG9lVU82WE1SWkJObE8yS1NZdy9YMFRZMURZVzJYWFg3SEMzbjQzK1RlQStoVzZBd1EzWG5uOFVFRHorY09WazUrdTlzMnUzamVYMFBsZU5qdVp4UUVXSzUySXlWRm1xVEgyQUZyZFNiK0pMMjdQbEw3LzhxalhZelBzTzNtYXh5QXQzU29UYXpTK09tWEZwSjZjNk14TkZtU1VGdVZoaGxCUElXVUllQ2gvTTQ3L1hqaEtCRGpQRC81YWFOd2IvSSswaXRqKzRhS004Q3paMGM0aEFBNWNEUHkvSC85U3BHT2xERHBWbmlpdmM4cGVvcUtCZjRyMmo0RFIxWWtFQ21MSkFvSkI4MjJRWDV0Y3hseTdRbDhoUHUvWk5FdXdiTDBzMmtnPT0=','yes'),(13734,'googlesitekit_connected_proxy_url','https://hitachi-setsubi-recruit.com/','yes'),(13735,'googlesitekit_search-console_settings','a:2:{s:10:\"propertyID\";s:36:\"https://hitachi-setsubi-recruit.com/\";s:7:\"ownerID\";i:1;}','yes'),(13736,'googlesitekit_owner_id','1','yes'),(13741,'googlesitekit_analytics_settings','a:11:{s:7:\"ownerID\";i:1;s:9:\"accountID\";s:9:\"287760977\";s:13:\"adsenseLinked\";b:0;s:15:\"adsConversionID\";s:0:\"\";s:11:\"anonymizeIP\";b:1;s:21:\"internalWebPropertyID\";s:0:\"\";s:9:\"profileID\";s:0:\"\";s:10:\"propertyID\";s:0:\"\";s:16:\"trackingDisabled\";a:1:{i:0;s:13:\"loggedinUsers\";}s:10:\"useSnippet\";b:1;s:13:\"canUseSnippet\";b:1;}','yes'),(13742,'googlesitekit_analytics-4_settings','a:22:{s:7:\"ownerID\";i:1;s:10:\"propertyID\";s:9:\"452242151\";s:15:\"webDataStreamID\";s:10:\"8522897336\";s:13:\"measurementID\";s:12:\"G-667YW6589L\";s:10:\"useSnippet\";b:1;s:11:\"googleTagID\";s:11:\"GT-WB2QNSTM\";s:18:\"googleTagAccountID\";s:10:\"6243852471\";s:20:\"googleTagContainerID\";s:9:\"192176003\";s:23:\"googleTagLastSyncedAtMs\";i:1722391202978;s:25:\"availableCustomDimensions\";N;s:18:\"propertyCreateTime\";i:1722391288000;s:9:\"accountID\";s:9:\"266016536\";s:15:\"adsConversionID\";s:0:\"\";s:16:\"trackingDisabled\";a:1:{i:0;s:13:\"loggedinUsers\";}s:32:\"googleTagContainerDestinationIDs\";a:1:{i:0;s:12:\"G-1BHSP4CEZG\";}s:13:\"adSenseLinked\";b:0;s:25:\"adSenseLinkedLastSyncedAt\";i:0;s:27:\"adsConversionIDMigratedAtMs\";i:0;s:9:\"adsLinked\";b:0;s:21:\"adsLinkedLastSyncedAt\";i:1724732641;s:18:\"availableAudiences\";N;s:30:\"availableAudiencesLastSyncedAt\";i:0;}','yes'),(14426,'monsterinsights_email_summaries_infoblocks_sent','a:1:{i:0;i:101;}','yes'),(15829,'wp_attachment_pages_enabled','1','yes'),(17591,'category_children','a:0:{}','yes'),(17659,'cptui_taxonomies','a:2:{s:10:\"works_type\";a:28:{s:4:\"name\";s:10:\"works_type\";s:5:\"label\";s:12:\"雇用形態\";s:14:\"singular_label\";s:12:\"雇用形態\";s:11:\"description\";s:0:\"\";s:6:\"public\";s:4:\"true\";s:18:\"publicly_queryable\";s:4:\"true\";s:12:\"hierarchical\";s:4:\"true\";s:7:\"show_ui\";s:4:\"true\";s:12:\"show_in_menu\";s:4:\"true\";s:17:\"show_in_nav_menus\";s:4:\"true\";s:9:\"query_var\";s:4:\"true\";s:14:\"query_var_slug\";s:0:\"\";s:7:\"rewrite\";s:4:\"true\";s:12:\"rewrite_slug\";s:0:\"\";s:17:\"rewrite_withfront\";s:1:\"1\";s:20:\"rewrite_hierarchical\";s:1:\"0\";s:17:\"show_admin_column\";s:5:\"false\";s:12:\"show_in_rest\";s:4:\"true\";s:13:\"show_tagcloud\";s:5:\"false\";s:4:\"sort\";s:5:\"false\";s:18:\"show_in_quick_edit\";s:0:\"\";s:9:\"rest_base\";s:0:\"\";s:21:\"rest_controller_class\";s:0:\"\";s:14:\"rest_namespace\";s:0:\"\";s:6:\"labels\";a:23:{s:9:\"menu_name\";s:0:\"\";s:9:\"all_items\";s:0:\"\";s:9:\"edit_item\";s:0:\"\";s:9:\"view_item\";s:0:\"\";s:11:\"update_item\";s:0:\"\";s:12:\"add_new_item\";s:0:\"\";s:13:\"new_item_name\";s:0:\"\";s:11:\"parent_item\";s:0:\"\";s:17:\"parent_item_colon\";s:0:\"\";s:12:\"search_items\";s:0:\"\";s:13:\"popular_items\";s:0:\"\";s:26:\"separate_items_with_commas\";s:0:\"\";s:19:\"add_or_remove_items\";s:0:\"\";s:21:\"choose_from_most_used\";s:0:\"\";s:9:\"not_found\";s:0:\"\";s:8:\"no_terms\";s:0:\"\";s:21:\"items_list_navigation\";s:0:\"\";s:10:\"items_list\";s:0:\"\";s:13:\"back_to_items\";s:0:\"\";s:22:\"name_field_description\";s:0:\"\";s:24:\"parent_field_description\";s:0:\"\";s:22:\"slug_field_description\";s:0:\"\";s:22:\"desc_field_description\";s:0:\"\";}s:11:\"meta_box_cb\";s:0:\"\";s:12:\"default_term\";s:0:\"\";s:12:\"object_types\";a:1:{i:0;s:7:\"recruit\";}}s:14:\"works_category\";a:28:{s:4:\"name\";s:14:\"works_category\";s:5:\"label\";s:6:\"業種\";s:14:\"singular_label\";s:6:\"業種\";s:11:\"description\";s:0:\"\";s:6:\"public\";s:4:\"true\";s:18:\"publicly_queryable\";s:4:\"true\";s:12:\"hierarchical\";s:4:\"true\";s:7:\"show_ui\";s:4:\"true\";s:12:\"show_in_menu\";s:4:\"true\";s:17:\"show_in_nav_menus\";s:4:\"true\";s:9:\"query_var\";s:4:\"true\";s:14:\"query_var_slug\";s:0:\"\";s:7:\"rewrite\";s:4:\"true\";s:12:\"rewrite_slug\";s:0:\"\";s:17:\"rewrite_withfront\";s:1:\"1\";s:20:\"rewrite_hierarchical\";s:1:\"0\";s:17:\"show_admin_column\";s:5:\"false\";s:12:\"show_in_rest\";s:4:\"true\";s:13:\"show_tagcloud\";s:5:\"false\";s:4:\"sort\";s:5:\"false\";s:18:\"show_in_quick_edit\";s:0:\"\";s:9:\"rest_base\";s:0:\"\";s:21:\"rest_controller_class\";s:0:\"\";s:14:\"rest_namespace\";s:0:\"\";s:6:\"labels\";a:23:{s:9:\"menu_name\";s:0:\"\";s:9:\"all_items\";s:0:\"\";s:9:\"edit_item\";s:0:\"\";s:9:\"view_item\";s:0:\"\";s:11:\"update_item\";s:0:\"\";s:12:\"add_new_item\";s:0:\"\";s:13:\"new_item_name\";s:0:\"\";s:11:\"parent_item\";s:0:\"\";s:17:\"parent_item_colon\";s:0:\"\";s:12:\"search_items\";s:0:\"\";s:13:\"popular_items\";s:0:\"\";s:26:\"separate_items_with_commas\";s:0:\"\";s:19:\"add_or_remove_items\";s:0:\"\";s:21:\"choose_from_most_used\";s:0:\"\";s:9:\"not_found\";s:0:\"\";s:8:\"no_terms\";s:0:\"\";s:21:\"items_list_navigation\";s:0:\"\";s:10:\"items_list\";s:0:\"\";s:13:\"back_to_items\";s:0:\"\";s:22:\"name_field_description\";s:0:\"\";s:24:\"parent_field_description\";s:0:\"\";s:22:\"slug_field_description\";s:0:\"\";s:22:\"desc_field_description\";s:0:\"\";}s:11:\"meta_box_cb\";s:0:\"\";s:12:\"default_term\";s:0:\"\";s:12:\"object_types\";a:1:{i:0;s:7:\"recruit\";}}}','yes'),(17719,'wpforms_activation_redirect','1','yes'),(17720,'wpforms_version','1.8.5.3','yes'),(17721,'wpforms_version_lite','1.8.5.3','yes'),(17722,'wpforms_activated','a:1:{s:4:\"lite\";i:1703485558;}','yes'),(17727,'wpforms_versions_lite','a:35:{s:5:\"1.5.9\";i:0;s:7:\"1.6.7.2\";i:0;s:5:\"1.6.8\";i:0;s:5:\"1.7.5\";i:0;s:7:\"1.7.5.1\";i:0;s:5:\"1.7.7\";i:0;s:5:\"1.8.2\";i:0;s:5:\"1.8.3\";i:0;s:5:\"1.8.4\";i:0;s:7:\"1.8.5.3\";i:1703485567;s:5:\"1.8.6\";i:1708231159;s:7:\"1.8.6.4\";i:1708231129;s:5:\"1.8.7\";i:1709293335;s:7:\"1.8.7.2\";i:1709293273;s:7:\"1.8.8.3\";i:1715338984;s:7:\"1.8.9.6\";i:1721527578;s:7:\"1.9.0.1\";i:1723163183;s:7:\"1.9.0.2\";i:1723553341;s:7:\"1.9.0.3\";i:1724200512;s:7:\"1.9.0.4\";i:1724417654;s:5:\"1.9.1\";i:1727354289;s:7:\"1.9.1.1\";i:1727354289;s:7:\"1.9.1.2\";i:1727483922;s:7:\"1.9.1.3\";i:1727874525;s:7:\"1.9.1.4\";i:1729171110;s:7:\"1.9.1.5\";i:1729731518;s:7:\"1.9.1.6\";i:1730163283;s:5:\"1.9.2\";i:1731001849;s:7:\"1.9.2.1\";i:1730990482;s:7:\"1.9.2.2\";i:1731981280;s:7:\"1.9.2.3\";i:1733276354;s:7:\"1.9.3.1\";i:1737074133;s:7:\"1.9.3.2\";i:1738072737;s:7:\"1.9.4.1\";i:1740703593;s:7:\"1.9.4.2\";i:1741782502;}','yes'),(17728,'widget_wpforms-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(17729,'wpforms_settings','a:3:{s:13:\"modern-markup\";s:1:\"1\";s:20:\"modern-markup-is-set\";b:1;s:26:\"modern-markup-hide-setting\";b:1;}','yes'),(17730,'wpforms_admin_notices','a:1:{s:14:\"review_request\";a:2:{s:4:\"time\";i:1703485568;s:9:\"dismissed\";b:0;}}','yes'),(17733,'wpforms_email_summaries_fetch_info_blocks_last_run','1744605169','yes'),(17734,'wpforms_process_forms_locator_status','completed','yes'),(17738,'wpforms_notifications','a:4:{s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}s:6:\"update\";i:1744930327;}','yes'),(20001,'works_category_children','a:0:{}','yes'),(20268,'works_type_children','a:0:{}','yes'),(20639,'_wpforms_transient_timeout_addons.json','1745209969','no'),(20640,'_wpforms_transient_addons.json','1744605169','no'),(20642,'wpforms_challenge','a:13:{s:6:\"status\";s:0:\"\";s:4:\"step\";i:0;s:7:\"user_id\";i:1;s:7:\"form_id\";i:0;s:10:\"embed_page\";i:0;s:16:\"embed_page_title\";s:0:\"\";s:16:\"started_date_gmt\";s:0:\"\";s:17:\"finished_date_gmt\";s:0:\"\";s:13:\"seconds_spent\";i:0;s:12:\"seconds_left\";i:0;s:13:\"feedback_sent\";b:0;s:19:\"feedback_contact_me\";b:0;s:13:\"window_closed\";s:0:\"\";}','yes'),(20994,'wpforms_version_upgraded_from','1.9.4.1','yes'),(20995,'auth_key','Q6@OZt+>PRG5zpz.2(LvyVX?gnUozum38K}{zXxq}FOF5sRs~E@*9:C ~nhv{p%P','no'),(20996,'auth_salt','-GBK6r?B}Plb^>5T<QO<YqV.<`6)9:{%W/wQ9`ydsRcf0|WZ`+@e;v_Hx}7_)3~)','no'),(20997,'logged_in_key','<6f}dq6qh(5,]+*dhD@hq?7U#vPWr5Vu<A-])_V]A(_Zwve`WHvVNtY]KcXl0/2M','no'),(20998,'logged_in_salt','OF>dpLY*m`w(|=FQ2)(RJKJB+Y&uVhK,D~A6*(77^#Sy28],-34c9r)xI^Ux<b~V','no'),(21670,'cpto_options','a:7:{s:23:\"show_reorder_interfaces\";a:10:{s:4:\"post\";s:4:\"show\";s:10:\"attachment\";s:4:\"hide\";s:8:\"wp_block\";s:4:\"hide\";s:13:\"wp_navigation\";s:4:\"hide\";s:9:\"interview\";s:4:\"show\";s:7:\"recruit\";s:4:\"show\";s:10:\"mw-wp-form\";s:4:\"show\";s:7:\"mwf_353\";s:4:\"show\";s:7:\"mwf_284\";s:4:\"show\";s:7:\"mwf_108\";s:4:\"show\";}s:32:\"allow_reorder_default_interfaces\";a:14:{s:4:\"post\";s:2:\"no\";s:4:\"page\";s:2:\"no\";s:10:\"attachment\";s:2:\"no\";s:8:\"wp_block\";s:2:\"no\";s:13:\"wp_navigation\";s:2:\"no\";s:12:\"acf-taxonomy\";s:2:\"no\";s:13:\"acf-post-type\";s:2:\"no\";s:15:\"acf-field-group\";s:3:\"yes\";s:9:\"interview\";s:3:\"yes\";s:7:\"recruit\";s:3:\"yes\";s:10:\"mw-wp-form\";s:2:\"no\";s:7:\"mwf_353\";s:2:\"no\";s:7:\"mwf_284\";s:2:\"no\";s:7:\"mwf_108\";s:2:\"no\";}s:8:\"autosort\";i:1;s:9:\"adminsort\";i:1;s:18:\"use_query_ASC_DESC\";s:0:\"\";s:10:\"capability\";s:13:\"publish_pages\";s:21:\"navigation_sort_apply\";i:1;}','yes'),(21671,'CPT_configured','TRUE','yes'),(23573,'_wpforms_transient_wpforms_htaccess_file','a:3:{s:4:\"size\";i:737;s:5:\"mtime\";i:1722132415;s:5:\"ctime\";i:1722132415;}','yes'),(23574,'_wpforms_transient_wpforms_/Users/sumiyaasuka/Local Sites/trustleadrecruit/app/public/wp-content/uploads/wpforms/cache/.htaccess_file','a:3:{s:4:\"size\";i:521;s:5:\"mtime\";i:1710551359;s:5:\"ctime\";i:1710551359;}','yes'),(24631,'ai1wm_backups_path','/Users/sumiyaasuka/Local Sites/trustleadrecruit/app/public/wp-content/ai1wm-backups','yes'),(24649,'_site_transient_ai1wm_last_check_for_updates','1710549745','no'),(25086,'_transient_health-check-site-status-result','{\"good\":23,\"recommended\":6,\"critical\":0}','yes'),(25752,'_site_transient_wp_plugin_dependencies_plugin_data','a:0:{}','no'),(25801,'_wpforms_transient_wpforms_/Users/sumiyaasuka/Local Sites/acsportformat/app/public/wp-content/uploads/wpforms/cache/.htaccess_file','a:3:{s:4:\"size\";i:521;s:5:\"mtime\";i:1712401746;s:5:\"ctime\";i:1712401746;}','yes'),(26008,'wpforms_version_previous','1.9.4.1','yes'),(26009,'wpforms_splash_data_version','1.9.4','yes'),(26030,'backwpup_cfg_hash','82a489','no'),(26031,'backwpup_jobs','a:3:{i:1;a:34:{s:5:\"jobid\";i:1;s:10:\"backuptype\";s:7:\"archive\";s:4:\"type\";a:2:{i:0;s:4:\"FILE\";i:1;s:8:\"WPPLUGIN\";}s:12:\"destinations\";a:1:{i:0;s:6:\"FOLDER\";}s:4:\"name\";s:25:\"Files and Database Backup\";s:14:\"mailaddresslog\";s:14:\"cs@acsport.net\";s:20:\"mailaddresssenderlog\";s:59:\"BackWPup 採用サイトフォーマット <cs@acsport.net>\";s:13:\"mailerroronly\";b:1;s:13:\"archiveformat\";s:7:\".tar.gz\";s:17:\"archiveencryption\";b:0;s:11:\"archivename\";s:24:\"%Y-%m-%d_%H-%i-%s_%hash%\";s:10:\"activetype\";s:6:\"wpcron\";s:10:\"cronselect\";s:5:\"basic\";s:4:\"cron\";s:10:\"30 3 * * *\";s:11:\"fileexclude\";s:51:\".DS_Store,.git,.svn,.tmp,/node_modules/,desktop.ini\";s:10:\"dirinclude\";s:0:\"\";s:19:\"backupexcludethumbs\";b:0;s:18:\"backupspecialfiles\";b:1;s:10:\"backuproot\";b:1;s:17:\"backupabsfolderup\";b:0;s:13:\"backupcontent\";b:1;s:13:\"backupplugins\";b:1;s:12:\"backupthemes\";b:1;s:13:\"backupuploads\";b:1;s:21:\"backuprootexcludedirs\";a:0:{}s:24:\"backupcontentexcludedirs\";a:2:{i:0;s:7:\"upgrade\";i:1;s:13:\"ai1wm-backups\";}s:24:\"backuppluginsexcludedirs\";a:1:{i:0;s:8:\"backwpup\";}s:23:\"backupthemesexcludedirs\";a:0:{}s:24:\"backupuploadsexcludedirs\";a:1:{i:0;s:8:\"backwpup\";}s:7:\"lastrun\";i:1744947951;s:7:\"logfile\";s:109:\"/home/hitachisetsubi/www/wp-content/uploads/backwpup/82a489/logs/backwpup_log_84f149_2025-04-18_03-45-51.html\";s:21:\"lastbackupdownloadurl\";s:162:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=backwpupbackups&action=downloadfolder&file=2025-04-18_03-45-51_5SBKJCI501_FILE-WPPLUGIN.tar.gz&jobid=1\";s:11:\"lastruntime\";i:662;s:6:\"legacy\";b:0;}i:2;a:105:{s:4:\"type\";a:1:{i:0;s:6:\"DBDUMP\";}s:12:\"destinations\";a:1:{i:0;s:6:\"FOLDER\";}s:4:\"name\";s:15:\"Database Backup\";s:10:\"activetype\";s:6:\"wpcron\";s:10:\"cronselect\";s:5:\"basic\";s:4:\"cron\";s:10:\"30 3 * * *\";s:14:\"mailaddresslog\";s:14:\"cs@acsport.net\";s:20:\"mailaddresssenderlog\";s:59:\"BackWPup 採用サイトフォーマット <cs@acsport.net>\";s:13:\"mailerroronly\";b:1;s:10:\"backuptype\";s:7:\"archive\";s:13:\"archiveformat\";s:7:\".tar.gz\";s:11:\"archivename\";s:28:\"%Y-%m-%d_%H-%i-%s_NSBKJCLP02\";s:17:\"archivenamenohash\";s:24:\"%Y-%m-%d_%H-%i-%s_%hash%\";s:17:\"archiveencryption\";b:0;s:10:\"maxbackups\";i:15;s:9:\"backupdir\";s:32:\"uploads/backwpup/82a489/backups/\";s:18:\"backupsyncnodelete\";b:1;s:12:\"emailaddress\";s:14:\"cs@acsport.net\";s:14:\"emailefilesize\";i:20;s:13:\"emailsndemail\";s:14:\"cs@acsport.net\";s:17:\"emailsndemailname\";s:40:\"BackWPup ヒタチ設備 採用サイト\";s:11:\"emailmethod\";s:0:\"\";s:13:\"emailsendmail\";s:24:\"/usr/sbin/sendmail -t -i\";s:9:\"emailhost\";s:27:\"hitachi-setsubi-recruit.com\";s:13:\"emailhostport\";i:25;s:11:\"emailsecure\";s:0:\"\";s:9:\"emailuser\";s:0:\"\";s:9:\"emailpass\";s:0:\"\";s:7:\"ftphost\";s:0:\"\";s:11:\"ftphostport\";i:21;s:10:\"ftptimeout\";i:90;s:7:\"ftpuser\";s:0:\"\";s:7:\"ftppass\";s:0:\"\";s:6:\"ftpdir\";s:92:\"%e3%83%92%e3%82%bf%e3%83%81%e8%a8%ad%e5%82%99-%e6%8e%a1%e7%94%a8%e3%82%b5%e3%82%a4%e3%83%88/\";s:13:\"ftpmaxbackups\";i:15;s:7:\"ftppasv\";b:1;s:6:\"ftpssl\";b:0;s:12:\"dropboxtoken\";a:0:{}s:11:\"dropboxroot\";s:7:\"sandbox\";s:17:\"dropboxmaxbackups\";i:15;s:19:\"dropboxsyncnodelete\";b:1;s:10:\"dropboxdir\";s:34:\"/dd3dc9475a8c9956787e750927e563ec/\";s:10:\"s3base_url\";s:0:\"\";s:16:\"s3base_multipart\";b:1;s:22:\"s3base_pathstylebucket\";b:0;s:14:\"s3base_version\";s:6:\"latest\";s:16:\"s3base_signature\";s:2:\"v4\";s:11:\"s3accesskey\";s:0:\"\";s:11:\"s3secretkey\";s:0:\"\";s:8:\"s3bucket\";s:0:\"\";s:8:\"s3region\";s:9:\"us-east-1\";s:11:\"s3ssencrypt\";s:0:\"\";s:14:\"s3storageclass\";s:0:\"\";s:5:\"s3dir\";s:33:\"dd3dc9475a8c9956787e750927e563ec/\";s:12:\"s3maxbackups\";i:15;s:14:\"s3syncnodelete\";b:1;s:14:\"msazureaccname\";s:0:\"\";s:10:\"msazurekey\";s:0:\"\";s:16:\"msazurecontainer\";s:0:\"\";s:10:\"msazuredir\";s:33:\"dd3dc9475a8c9956787e750927e563ec/\";s:17:\"msazuremaxbackups\";i:15;s:19:\"msazuresyncnodelete\";b:1;s:11:\"rscusername\";s:0:\"\";s:9:\"rscapikey\";s:0:\"\";s:12:\"rsccontainer\";s:0:\"\";s:9:\"rscregion\";s:3:\"DFW\";s:6:\"rscdir\";s:33:\"dd3dc9475a8c9956787e750927e563ec/\";s:13:\"rscmaxbackups\";i:15;s:15:\"rscsyncnodelete\";b:1;s:17:\"sugarrefreshtoken\";s:0:\"\";s:9:\"sugarroot\";s:0:\"\";s:8:\"sugardir\";s:33:\"dd3dc9475a8c9956787e750927e563ec/\";s:15:\"sugarmaxbackups\";i:15;s:13:\"dbdumpexclude\";a:0:{}s:10:\"dbdumpfile\";s:17:\"hitachisetsubi_wp\";s:10:\"dbdumptype\";s:3:\"sql\";s:21:\"dbdumpfilecompression\";s:0:\"\";s:19:\"backupexcludethumbs\";b:0;s:18:\"backupspecialfiles\";b:1;s:10:\"backuproot\";b:1;s:13:\"backupcontent\";b:1;s:13:\"backupplugins\";b:1;s:12:\"backupthemes\";b:1;s:13:\"backupuploads\";b:1;s:21:\"backuprootexcludedirs\";a:0:{}s:24:\"backupcontentexcludedirs\";a:2:{i:0;s:7:\"upgrade\";i:1;s:13:\"ai1wm-backups\";}s:24:\"backuppluginsexcludedirs\";a:1:{i:0;s:8:\"backwpup\";}s:23:\"backupthemesexcludedirs\";a:0:{}s:24:\"backupuploadsexcludedirs\";a:1:{i:0;s:8:\"backwpup\";}s:11:\"fileexclude\";s:51:\".DS_Store,.git,.svn,.tmp,/node_modules/,desktop.ini\";s:10:\"dirinclude\";s:0:\"\";s:17:\"backupabsfolderup\";b:0;s:15:\"wpexportcontent\";s:3:\"all\";s:23:\"wpexportfilecompression\";s:0:\"\";s:12:\"wpexportfile\";s:50:\"ヒタチ設備 採用サイト.wordpress.%Y-%m-%d\";s:25:\"pluginlistfilecompression\";s:0:\"\";s:14:\"pluginlistfile\";s:52:\"dd3dc9475a8c9956787e750927e563ec.pluginlist.%Y-%m-%d\";s:13:\"dbcheckwponly\";b:1;s:13:\"dbcheckrepair\";b:0;s:5:\"jobid\";i:2;s:7:\"lastrun\";i:1744950302;s:7:\"logfile\";s:109:\"/home/hitachisetsubi/www/wp-content/uploads/backwpup/82a489/logs/backwpup_log_9d77cd_2025-04-18_04-25-02.html\";s:21:\"lastbackupdownloadurl\";s:166:\"https://hitachi-setsubi-recruit.com/wp-admin/admin.php?page=backwpupbackups&action=downloadfolder&file=2025-04-18_04-25-02_NSBKJCLP02_GOBKJCJT02_DBDUMP.tar.gz&jobid=2\";s:11:\"lastruntime\";i:0;s:6:\"legacy\";b:0;}i:3;a:101:{s:4:\"type\";a:3:{i:0;s:4:\"FILE\";i:1;s:6:\"DBDUMP\";i:2;s:8:\"WPPLUGIN\";}s:12:\"destinations\";a:1:{i:0;s:6:\"FOLDER\";}s:4:\"name\";s:36:\"コピー Files and Database Backup\";s:10:\"activetype\";s:0:\"\";s:10:\"cronselect\";s:5:\"basic\";s:4:\"cron\";s:10:\"30 3 * * *\";s:14:\"mailaddresslog\";s:14:\"cs@acsport.net\";s:20:\"mailaddresssenderlog\";s:59:\"BackWPup 採用サイトフォーマット <cs@acsport.net>\";s:13:\"mailerroronly\";b:1;s:10:\"backuptype\";s:7:\"archive\";s:13:\"archiveformat\";s:7:\".tar.gz\";s:11:\"archivename\";s:28:\"%Y-%m-%d_%H-%i-%s_6CBKJCLH03\";s:17:\"archivenamenohash\";s:24:\"%Y-%m-%d_%H-%i-%s_%hash%\";s:17:\"archiveencryption\";b:0;s:10:\"maxbackups\";i:15;s:9:\"backupdir\";s:32:\"uploads/backwpup/82a489/backups/\";s:18:\"backupsyncnodelete\";b:1;s:12:\"emailaddress\";s:14:\"cs@acsport.net\";s:14:\"emailefilesize\";i:20;s:13:\"emailsndemail\";s:14:\"cs@acsport.net\";s:17:\"emailsndemailname\";s:40:\"BackWPup ヒタチ設備 採用サイト\";s:11:\"emailmethod\";s:0:\"\";s:13:\"emailsendmail\";s:24:\"/usr/sbin/sendmail -t -i\";s:9:\"emailhost\";s:27:\"hitachi-setsubi-recruit.com\";s:13:\"emailhostport\";i:25;s:11:\"emailsecure\";s:0:\"\";s:9:\"emailuser\";s:0:\"\";s:9:\"emailpass\";s:0:\"\";s:7:\"ftphost\";s:0:\"\";s:11:\"ftphostport\";i:21;s:10:\"ftptimeout\";i:90;s:7:\"ftpuser\";s:0:\"\";s:7:\"ftppass\";s:0:\"\";s:6:\"ftpdir\";s:92:\"%e3%83%92%e3%82%bf%e3%83%81%e8%a8%ad%e5%82%99-%e6%8e%a1%e7%94%a8%e3%82%b5%e3%82%a4%e3%83%88/\";s:13:\"ftpmaxbackups\";i:15;s:7:\"ftppasv\";b:1;s:6:\"ftpssl\";b:0;s:12:\"dropboxtoken\";a:0:{}s:11:\"dropboxroot\";s:7:\"sandbox\";s:17:\"dropboxmaxbackups\";i:15;s:19:\"dropboxsyncnodelete\";b:1;s:10:\"dropboxdir\";s:34:\"/dd3dc9475a8c9956787e750927e563ec/\";s:10:\"s3base_url\";s:0:\"\";s:16:\"s3base_multipart\";b:1;s:22:\"s3base_pathstylebucket\";b:0;s:14:\"s3base_version\";s:6:\"latest\";s:16:\"s3base_signature\";s:2:\"v4\";s:11:\"s3accesskey\";s:0:\"\";s:11:\"s3secretkey\";s:0:\"\";s:8:\"s3bucket\";s:0:\"\";s:8:\"s3region\";s:9:\"us-east-1\";s:11:\"s3ssencrypt\";s:0:\"\";s:14:\"s3storageclass\";s:0:\"\";s:5:\"s3dir\";s:33:\"dd3dc9475a8c9956787e750927e563ec/\";s:12:\"s3maxbackups\";i:15;s:14:\"s3syncnodelete\";b:1;s:14:\"msazureaccname\";s:0:\"\";s:10:\"msazurekey\";s:0:\"\";s:16:\"msazurecontainer\";s:0:\"\";s:10:\"msazuredir\";s:33:\"dd3dc9475a8c9956787e750927e563ec/\";s:17:\"msazuremaxbackups\";i:15;s:19:\"msazuresyncnodelete\";b:1;s:11:\"rscusername\";s:0:\"\";s:9:\"rscapikey\";s:0:\"\";s:12:\"rsccontainer\";s:0:\"\";s:9:\"rscregion\";s:3:\"DFW\";s:6:\"rscdir\";s:33:\"dd3dc9475a8c9956787e750927e563ec/\";s:13:\"rscmaxbackups\";i:15;s:15:\"rscsyncnodelete\";b:1;s:17:\"sugarrefreshtoken\";s:0:\"\";s:9:\"sugarroot\";s:0:\"\";s:8:\"sugardir\";s:33:\"dd3dc9475a8c9956787e750927e563ec/\";s:15:\"sugarmaxbackups\";i:15;s:13:\"dbdumpexclude\";a:0:{}s:10:\"dbdumpfile\";s:17:\"hitachisetsubi_wp\";s:10:\"dbdumptype\";s:3:\"sql\";s:21:\"dbdumpfilecompression\";s:0:\"\";s:19:\"backupexcludethumbs\";b:0;s:18:\"backupspecialfiles\";b:1;s:10:\"backuproot\";b:1;s:13:\"backupcontent\";b:1;s:13:\"backupplugins\";b:1;s:12:\"backupthemes\";b:1;s:13:\"backupuploads\";b:1;s:21:\"backuprootexcludedirs\";a:0:{}s:24:\"backupcontentexcludedirs\";a:2:{i:0;s:7:\"upgrade\";i:1;s:13:\"ai1wm-backups\";}s:24:\"backuppluginsexcludedirs\";a:1:{i:0;s:8:\"backwpup\";}s:23:\"backupthemesexcludedirs\";a:0:{}s:24:\"backupuploadsexcludedirs\";a:1:{i:0;s:8:\"backwpup\";}s:11:\"fileexclude\";s:51:\".DS_Store,.git,.svn,.tmp,/node_modules/,desktop.ini\";s:10:\"dirinclude\";s:0:\"\";s:17:\"backupabsfolderup\";b:0;s:15:\"wpexportcontent\";s:3:\"all\";s:23:\"wpexportfilecompression\";s:0:\"\";s:12:\"wpexportfile\";s:50:\"ヒタチ設備 採用サイト.wordpress.%Y-%m-%d\";s:25:\"pluginlistfilecompression\";s:0:\"\";s:14:\"pluginlistfile\";s:52:\"dd3dc9475a8c9956787e750927e563ec.pluginlist.%Y-%m-%d\";s:13:\"dbcheckwponly\";b:1;s:13:\"dbcheckrepair\";b:0;s:5:\"jobid\";i:3;s:6:\"legacy\";b:1;}}','off'),(26032,'backwpup_version','5.1.2','off'),(26033,'backwpup_cfg_showadminbar','','no'),(26034,'backwpup_cfg_showfoldersize','','no'),(26035,'backwpup_cfg_protectfolders','1','no'),(26036,'backwpup_cfg_jobmaxexecutiontime','30','no'),(26037,'backwpup_cfg_jobstepretry','3','no'),(26038,'backwpup_cfg_jobrunauthkey','7b4a12a4','no'),(26039,'backwpup_cfg_loglevel','normal_translated','no'),(26040,'backwpup_cfg_jobwaittimems','0','no'),(26041,'backwpup_cfg_jobdooutput','0','no'),(26042,'backwpup_cfg_windows','0','no'),(26043,'backwpup_cfg_maxlogs','30','no'),(26044,'backwpup_cfg_gzlogs','0','no'),(26045,'backwpup_cfg_logfolder','uploads/backwpup/82a489/logs/','no'),(26046,'backwpup_cfg_httpauthuser','','no'),(26047,'backwpup_cfg_httpauthpassword','','no'),(26054,'backwpup_messages','a:0:{}','off'),(26146,'EnableMediaReplace-notices','a:1:{i:0;O:38:\"EnableMediaReplace\\Notices\\NoticeModel\":15:{s:7:\"message\";s:392:\"<h3> 新しいベータ機能です ! </h3> <p> Enable Media Replace は、任意の画像の背景を削除できるようになりました。メディアライブラリで試してみてください: 画像にカーソルを合わせ、背景を削除をクリックしてください。または、画像編集ウィンドウから背景を削除をクリックしてください ! </p> \";s:7:\"details\";a:0:{}s:4:\"code\";N;s:42:\"\0EnableMediaReplace\\Notices\\NoticeModel\0id\";s:6:\"EMR001\";s:9:\"\0*\0viewed\";b:1;s:16:\"\0*\0is_persistent\";b:1;s:15:\"\0*\0is_dismissed\";b:0;s:17:\"\0*\0suppress_until\";N;s:18:\"\0*\0suppress_period\";i:63072000;s:18:\"\0*\0include_screens\";a:0:{}s:18:\"\0*\0exclude_screens\";a:0:{}s:12:\"is_removable\";b:1;s:11:\"messageType\";i:1;s:13:\"notice_action\";s:26:\"EnableMediaReplace-notices\";s:11:\"\0*\0callback\";N;}}','yes'),(26246,'_wpforms_transient_wpforms_/home/hitachisetsubi/www/wp-content/uploads/wpforms/cache/.htaccess_file','a:3:{s:4:\"size\";i:446;s:5:\"mtime\";i:1722132415;s:5:\"ctime\";i:1722132415;}','on'),(26468,'enable_media_replace','a:4:{s:12:\"replace_type\";s:7:\"replace\";s:17:\"timestamp_replace\";i:2;s:12:\"new_location\";b:0;s:16:\"new_location_dir\";s:7:\"2024/07\";}','off'),(26476,'acf_site_health','{\"version\":\"6.4.0.1\",\"plugin_type\":\"Free\",\"wp_version\":\"6.7.2\",\"mysql_version\":\"5.7.40-log\",\"is_multisite\":false,\"active_theme\":{\"name\":\"\",\"version\":\"\",\"theme_uri\":\"\",\"stylesheet\":false},\"active_plugins\":{\"advanced-custom-fields\\/acf.php\":{\"name\":\"Advanced Custom Fields\",\"version\":\"6.4.0.1\",\"plugin_uri\":\"https:\\/\\/www.advancedcustomfields.com\"},\"akismet\\/akismet.php\":{\"name\":\"Akismet Anti-spam: Spam Protection\",\"version\":\"5.3.7\",\"plugin_uri\":\"https:\\/\\/akismet.com\\/\"},\"all-in-one-seo-pack\\/all_in_one_seo_pack.php\":{\"name\":\"All in One SEO\",\"version\":\"4.8.1.1\",\"plugin_uri\":\"https:\\/\\/aioseo.com\\/\"},\"backwpup\\/backwpup.php\":{\"name\":\"BackWPup\",\"version\":\"5.1.1\",\"plugin_uri\":\"https:\\/\\/backwpup.com\\/\"},\"breadcrumb-navxt\\/breadcrumb-navxt.php\":{\"name\":\"Breadcrumb NavXT\",\"version\":\"7.4.1\",\"plugin_uri\":\"http:\\/\\/mtekk.us\\/code\\/breadcrumb-navxt\\/\"},\"broken-link-checker-seo\\/aioseo-broken-link-checker.php\":{\"name\":\"Broken Link Checker by AIOSEO\",\"version\":\"1.2.4\",\"plugin_uri\":\"https:\\/\\/aioseo.com\\/broken-link-checker\"},\"custom-post-type-ui\\/custom-post-type-ui.php\":{\"name\":\"Custom Post Type UI\",\"version\":\"1.17.2\",\"plugin_uri\":\"https:\\/\\/github.com\\/WebDevStudios\\/custom-post-type-ui\\/\"},\"enable-media-replace\\/enable-media-replace.php\":{\"name\":\"Enable Media Replace\",\"version\":\"4.1.6\",\"plugin_uri\":\"https:\\/\\/wordpress.org\\/plugins\\/enable-media-replace\\/\"},\"google-analytics-for-wordpress\\/googleanalytics.php\":{\"name\":\"Google Analytics for WordPress by MonsterInsights\",\"version\":\"9.4.1\",\"plugin_uri\":\"https:\\/\\/www.monsterinsights.com\\/?utm_source=liteplugin&utm_medium=pluginheader&utm_campaign=pluginurl&utm_content=7%2E0%2E0\"},\"imsanity\\/imsanity.php\":{\"name\":\"Imsanity\",\"version\":\"2.8.6\",\"plugin_uri\":\"https:\\/\\/wordpress.org\\/plugins\\/imsanity\\/\"},\"mw-wp-form\\/mw-wp-form.php\":{\"name\":\"MW WP Form\",\"version\":\"5.1.0\",\"plugin_uri\":\"https:\\/\\/mw-wp-form.web-soudan.co.jp\"},\"optinmonster\\/optin-monster-wp-api.php\":{\"name\":\"OptinMonster\",\"version\":\"2.16.19\",\"plugin_uri\":\"https:\\/\\/optinmonster.com\"},\"post-types-order\\/post-types-order.php\":{\"name\":\"Post Types Order\",\"version\":\"2.3.4\",\"plugin_uri\":\"http:\\/\\/www.nsp-code.com\"},\"recaptcha-for-mw-wp-form\\/recaptcha-for-mw-wp-form.php\":{\"name\":\"reCAPTCHA for MW WP Form\",\"version\":\"1.1.7\",\"plugin_uri\":\"https:\\/\\/github.com\\/kanakogi\\/recaptcha-for-mw-wp-form\"},\"siteguard\\/siteguard.php\":{\"name\":\"SiteGuard WP Plugin\",\"version\":\"1.7.8\",\"plugin_uri\":\"http:\\/\\/www.jp-secure.com\\/cont\\/products\\/siteguard_wp_plugin\\/index_en.html\"},\"google-site-kit\\/google-site-kit.php\":{\"name\":\"Site Kit by Google\",\"version\":\"1.150.0\",\"plugin_uri\":\"https:\\/\\/sitekit.withgoogle.com\"},\"instagram-feed\\/instagram-feed.php\":{\"name\":\"Smash Balloon Instagram Feed\",\"version\":\"6.8.0\",\"plugin_uri\":\"https:\\/\\/smashballoon.com\\/instagram-feed\"},\"wordpress-importer\\/wordpress-importer.php\":{\"name\":\"WordPress Importer\",\"version\":\"0.8.4\",\"plugin_uri\":\"https:\\/\\/wordpress.org\\/plugins\\/wordpress-importer\\/\"},\"wp-file-manager\\/file_folder_manager.php\":{\"name\":\"WP File Manager\",\"version\":\"8.0.1\",\"plugin_uri\":\"https:\\/\\/wordpress.org\\/plugins\\/wp-file-manager\"},\"wpforms-lite\\/wpforms.php\":{\"name\":\"WPForms Lite\",\"version\":\"1.9.4.2\",\"plugin_uri\":\"https:\\/\\/wpforms.com\"},\"wp-mail-smtp\\/wp_mail_smtp.php\":{\"name\":\"WP Mail SMTP\",\"version\":\"4.4.0\",\"plugin_uri\":\"https:\\/\\/wpmailsmtp.com\\/\"},\"wp-multibyte-patch\\/wp-multibyte-patch.php\":{\"name\":\"WP Multibyte Patch\",\"version\":\"2.9\",\"plugin_uri\":\"https:\\/\\/eastcoder.com\\/code\\/wp-multibyte-patch\\/\"},\"duplicate-post\\/duplicate-post.php\":{\"name\":\"Yoast Duplicate Post\",\"version\":\"4.5\",\"plugin_uri\":\"https:\\/\\/yoast.com\\/wordpress\\/plugins\\/duplicate-post\\/\"}},\"ui_field_groups\":\"9\",\"php_field_groups\":\"0\",\"json_field_groups\":\"0\",\"rest_field_groups\":\"0\",\"all_location_rules\":[\"post_type==recruit\",\"post_type==interview\"],\"number_of_fields_by_type\":{\"radio\":1,\"text\":11,\"date_picker\":2,\"image\":12,\"textarea\":24,\"page_link\":1,\"wysiwyg\":4},\"number_of_third_party_fields_by_type\":[],\"post_types_enabled\":true,\"ui_post_types\":\"13\",\"json_post_types\":\"0\",\"ui_taxonomies\":\"7\",\"json_taxonomies\":\"0\",\"rest_api_format\":\"light\",\"admin_ui_enabled\":true,\"field_type-modal_enabled\":true,\"field_settings_tabs_enabled\":false,\"shortcode_enabled\":true,\"registered_acf_forms\":\"0\",\"json_save_paths\":1,\"json_load_paths\":1,\"last_updated\":1744545162}','off'),(26485,'backwpup_activation_time','1721559538','off'),(26486,'backwpup_cfg_keepplugindata','','off'),(26842,'sbi_statuses','a:12:{s:8:\"database\";a:3:{s:14:\"hashtag_column\";b:1;s:16:\"mime_type_column\";b:1;s:19:\"connect_type_column\";b:1;}s:13:\"first_install\";i:1721650899;s:4:\"gdpr\";a:1:{s:19:\"from_update_success\";b:1;}s:12:\"data_manager\";a:2:{s:9:\"last_used\";i:1744929015;s:14:\"num_db_updates\";i:31;}s:24:\"support_legacy_shortcode\";b:0;s:16:\"wizard_dismissed\";b:0;s:33:\"preexisting_discount_notice_check\";b:1;s:23:\"custom_templates_notice\";b:1;s:12:\"feed_locator\";a:2:{s:10:\"last_check\";i:1744897415;s:11:\"initialized\";i:1721650967;}s:30:\"unused_feed_warning_email_sent\";b:1;s:21:\"source_details_update\";b:1;s:23:\"rating_notice_dismissed\";i:1730869428;}','on'),(26843,'sbi_usage_tracking','a:2:{s:7:\"enabled\";b:0;s:9:\"last_send\";i:0;}','on'),(26845,'widget_instagram-feed-widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(26846,'sbi_usage_tracking_config','a:6:{s:3:\"day\";i:1;s:4:\"hour\";i:10;s:6:\"minute\";i:12;s:6:\"second\";i:17;s:6:\"offset\";i:123137;s:8:\"initsend\";i:1722247937;}','auto'),(26847,'sbi_db_version','2.4','auto'),(26848,'sb_instagram_errors','a:10:{s:10:\"connection\";a:4:{s:8:\"error_id\";i:100;s:8:\"critical\";b:1;s:7:\"post_id\";b:0;s:13:\"error_message\";a:5:{s:13:\"error_message\";s:126:\"エラー: アクセストークンが無効か、有効期限が切れています。 フィードは更新されません。\";s:10:\"admin_only\";s:57:\"API エラー 100: Unsupported request - method type: get\";s:19:\"frontend_directions\";s:135:\"<a href=\"https://smashballoon.com/instagram-feed/docs/errors/#100\" target=\"_blank\" rel=\"noopener\">この問題を解決する方法</a>\";s:18:\"backend_directions\";s:0:\"\";s:4:\"time\";i:1735909084;}}s:7:\"hashtag\";a:0:{}s:8:\"resizing\";a:0:{}s:15:\"database_create\";a:0:{}s:10:\"upload_dir\";a:0:{}s:8:\"accounts\";a:1:{i:8093719644047621;a:1:{s:3:\"api\";a:2:{s:5:\"error\";a:4:{s:7:\"message\";s:38:\"Unsupported request - method type: get\";s:4:\"type\";s:14:\"IGApiException\";s:4:\"code\";i:100;s:10:\"fbtrace_id\";s:23:\"AveiZb4FwAkHo6Qcsfxgc-3\";}s:10:\"clear_time\";i:1735909264;}}}s:9:\"error_log\";a:10:{i:52;s:74:\"12-30 01:02:53 - API エラー 100: Unsupported request - method type: get\";i:53;s:74:\"12-30 12:54:56 - API エラー 100: Unsupported request - method type: get\";i:54;s:74:\"12-31 01:33:58 - API エラー 100: Unsupported request - method type: get\";i:55;s:74:\"12-31 13:01:39 - API エラー 100: Unsupported request - method type: get\";i:56;s:74:\"01-01 02:03:34 - API エラー 100: Unsupported request - method type: get\";i:57;s:74:\"01-01 13:02:08 - API エラー 100: Unsupported request - method type: get\";i:58;s:74:\"01-02 00:40:33 - API エラー 100: Unsupported request - method type: get\";i:59;s:74:\"01-02 12:34:53 - API エラー 100: Unsupported request - method type: get\";i:60;s:74:\"01-03 01:34:45 - API エラー 100: Unsupported request - method type: get\";i:61;s:74:\"01-03 12:58:04 - API エラー 100: Unsupported request - method type: get\";}s:10:\"action_log\";a:10:{i:1;s:43:\"08-21 12:27:42 - Deleted all platform data.\";i:2;s:43:\"08-22 00:39:19 - Deleted all platform data.\";i:3;s:43:\"08-22 12:34:32 - Deleted all platform data.\";i:4;s:43:\"08-23 00:30:01 - Deleted all platform data.\";i:5;s:43:\"08-23 12:24:18 - Deleted all platform data.\";i:6;s:43:\"08-24 00:31:24 - Deleted all platform data.\";i:7;s:43:\"08-24 13:15:41 - Deleted all platform data.\";i:8;s:43:\"08-25 00:29:49 - Deleted all platform data.\";i:9;s:43:\"08-25 13:11:32 - Deleted all platform data.\";i:10;s:43:\"08-26 00:27:47 - Deleted all platform data.\";}s:7:\"revoked\";a:0:{}s:11:\"unused_feed\";s:335:\"Instagram フィードは過去14日間閲覧されていません。Instagram のデータプライバシールールにより、このフィードのすべてのデータは7日後に削除されます。自動的なデータ削除を回避するには、7日以内にサイトで Instagram フィードを表示してください。\";}','off'),(26849,'sb_instagram_settings','a:60:{s:15:\"sb_instagram_at\";s:0:\"\";s:20:\"sb_instagram_user_id\";s:0:\"\";s:30:\"sb_instagram_preserve_settings\";s:0:\"\";s:23:\"sb_instagram_ajax_theme\";b:0;s:27:\"sb_instagram_disable_resize\";b:0;s:12:\"image_format\";s:4:\"webp\";s:23:\"sb_instagram_cache_time\";i:1;s:28:\"sb_instagram_cache_time_unit\";s:5:\"hours\";s:16:\"sbi_caching_type\";s:10:\"background\";s:23:\"sbi_cache_cron_interval\";s:7:\"12hours\";s:19:\"sbi_cache_cron_time\";s:1:\"1\";s:20:\"sbi_cache_cron_am_pm\";s:2:\"am\";s:18:\"sb_instagram_width\";s:3:\"100\";s:23:\"sb_instagram_width_unit\";s:1:\"%\";s:28:\"sb_instagram_feed_width_resp\";b:0;s:19:\"sb_instagram_height\";s:0:\"\";s:16:\"sb_instagram_num\";s:2:\"20\";s:24:\"sb_instagram_height_unit\";s:0:\"\";s:17:\"sb_instagram_cols\";s:1:\"4\";s:27:\"sb_instagram_disable_mobile\";b:0;s:26:\"sb_instagram_image_padding\";s:1:\"5\";s:31:\"sb_instagram_image_padding_unit\";s:2:\"px\";s:17:\"sb_instagram_sort\";s:4:\"none\";s:23:\"sb_instagram_background\";s:0:\"\";s:21:\"sb_instagram_show_btn\";b:1;s:27:\"sb_instagram_btn_background\";s:0:\"\";s:27:\"sb_instagram_btn_text_color\";s:0:\"\";s:21:\"sb_instagram_btn_text\";s:24:\"さらに読み込む...\";s:22:\"sb_instagram_image_res\";s:4:\"auto\";s:30:\"sb_instagram_lightbox_comments\";b:1;s:25:\"sb_instagram_num_comments\";i:20;s:21:\"sb_instagram_show_bio\";b:1;s:27:\"sb_instagram_show_followers\";b:1;s:24:\"sb_instagram_show_header\";b:1;s:24:\"sb_instagram_header_size\";s:5:\"small\";s:25:\"sb_instagram_header_color\";s:0:\"\";s:20:\"sb_instagram_stories\";b:1;s:25:\"sb_instagram_stories_time\";i:5000;s:28:\"sb_instagram_show_follow_btn\";b:1;s:33:\"sb_instagram_folow_btn_background\";s:0:\"\";s:34:\"sb_instagram_follow_btn_text_color\";s:0:\"\";s:28:\"sb_instagram_follow_btn_text\";s:25:\"Instagram でフォロー\";s:23:\"sb_instagram_custom_css\";s:0:\"\";s:22:\"sb_instagram_custom_js\";s:0:\"\";s:17:\"sb_instagram_cron\";s:2:\"no\";s:19:\"sb_instagram_backup\";b:1;s:15:\"sb_ajax_initial\";b:0;s:24:\"enqueue_css_in_shortcode\";b:0;s:18:\"enqueue_js_in_head\";b:0;s:24:\"disable_js_image_loading\";b:0;s:20:\"disable_admin_notice\";b:0;s:19:\"enable_email_report\";b:1;s:18:\"email_notification\";s:6:\"monday\";s:28:\"email_notification_addresses\";s:14:\"cs@acsport.net\";s:30:\"sb_instagram_disable_mob_swipe\";b:0;s:28:\"sb_instagram_disable_awesome\";b:0;s:25:\"sb_instagram_disable_font\";b:0;s:4:\"gdpr\";s:4:\"auto\";s:18:\"enqueue_legacy_css\";b:0;s:18:\"connected_accounts\";a:0:{}}','auto'),(26852,'sbi_notifications','a:4:{s:6:\"update\";i:1744930324;s:4:\"feed\";a:1:{i:0;a:9:{s:5:\"title\";s:53:\"Unlock Your Social Media Superpowers! [Up to 60% OFF]\";s:7:\"content\";s:302:\"Step into the spotlight with our Social Media Superhero Sale! Limited to 3 days only, enjoy up to 60% OFF your Smash Balloon plans. Supercharge your site with powerful social media feed plugins to boost your followers, engagement and sales. Hurry – this super deal ends on April 30th at 11:59 pm EST!\";s:5:\"image\";s:7:\"balloon\";s:4:\"type\";a:1:{i:0;s:4:\"free\";}s:6:\"plugin\";a:6:{i:0;s:9:\"instagram\";i:1;s:8:\"facebook\";i:2;s:7:\"twitter\";i:3;s:7:\"reviews\";i:4;s:6:\"tiktok\";i:5;s:7:\"youtube\";}s:2:\"id\";i:38;s:4:\"btns\";a:2:{s:7:\"primary\";a:3:{s:3:\"url\";s:146:\"https://smashballoon.com/sale/?utm_source={campaign}&utm_medium=plugin-dashboard-notices&utm_campaign=aprilsuper2025&utm_content=lite-unlock-super\";s:4:\"text\";s:24:\"Unlock Super Savings Now\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}}s:9:\"secondary\";a:3:{s:3:\"url\";s:141:\"https://smashballoon.com/sale/?utm_source={campaign}&utm_medium=plugin-dashboard-notices&utm_campaign=aprilsuper2025&utm_content=lite-grab-60\";s:4:\"text\";s:18:\"Grab Up to 60% OFF\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}}}s:5:\"start\";s:19:\"2025-04-28 00:00:00\";s:3:\"end\";s:19:\"2025-04-30 23:59:59\";}}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','auto'),(26853,'sbi_newuser_notifications','a:4:{s:6:\"update\";i:1721650900;s:4:\"feed\";a:2:{s:6:\"review\";a:6:{s:5:\"title\";s:25:\"How Do You Like {plugin}?\";s:7:\"content\";s:260:\"It\'s great to see that you\'ve been using the <strong>{plugin}</strong> plugin for a while now. Hopefully you\'re happy with it! If so, would you consider leaving a positive review? It really helps to support the plugin and helps others to discover it too!\";s:2:\"id\";s:6:\"review\";s:5:\"image\";s:12:\"sbi-icon.png\";s:4:\"btns\";a:4:{s:7:\"primary\";a:4:{s:3:\"url\";s:12:\"{review-url}\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:18:\"Sure, I\'d love to!\";}s:7:\"dismiss\";a:3:{s:3:\"url\";a:1:{s:28:\"sbi_ignore_rating_notice_nag\";s:1:\"1\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:9:\"No thanks\";}s:8:\"complete\";a:3:{s:3:\"url\";a:1:{s:28:\"sbi_ignore_rating_notice_nag\";s:1:\"1\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:27:\"I\'ve already given a review\";}s:5:\"later\";a:3:{s:3:\"url\";a:1:{s:28:\"sbi_ignore_rating_notice_nag\";s:5:\"later\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:12:\"Ask Me Later\";}}s:4:\"wait\";s:2:\"14\";}s:8:\"discount\";a:8:{s:5:\"title\";s:28:\"Attention {platform} Lovers!\";s:7:\"content\";s:195:\"<strong>Exclusive offer!</strong> We don\'t run promotions very often, but for a limited time we\'re offering <strong>{amount} off</strong> our Pro version to all users of our free {plugin} plugin.\";s:2:\"id\";s:8:\"discount\";s:6:\"amount\";s:3:\"60%\";s:5:\"image\";s:12:\"sbi-icon.png\";s:13:\"image_overlay\";s:7:\"60% off\";s:4:\"btns\";a:2:{s:7:\"primary\";a:4:{s:3:\"url\";s:127:\"https://smashballoon.com/{slug}/?utm_campaign={campaign}&utm_source=notices&utm_medium=newuser&discount={lowerplatform}thankyou\";s:5:\"class\";s:32:\"sbi_notice_dismiss sbi_offer_btn\";s:4:\"text\";s:14:\"Get this offer\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}}s:7:\"dismiss\";a:3:{s:3:\"url\";a:1:{s:31:\"sbi_ignore_new_user_sale_notice\";s:6:\"always\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:18:\"I\'m not interested\";}}s:4:\"wait\";s:2:\"30\";}}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','auto'),(26854,'sb_instagram_feed_notices','a:1:{i:26;a:24:{s:2:\"id\";i:26;s:4:\"type\";s:11:\"information\";s:7:\"message\";s:327:\"You\'ve already dominated Instagram, how about TikTok too? Embed TikTok videos on your website without any distractions with TikTok Feed Pro! Our brand new video player delivers a smooth, engaging experience just like TikTok itself, putting your content front and center for maximum impact. Get TikTok Feed Pro at 50% OFF today!\";s:5:\"title\";a:2:{s:4:\"text\";s:45:\"Showcase TikTok Like a Pro! [Get 50% OFF Now]\";s:5:\"class\";s:5:\"title\";}s:4:\"icon\";s:0:\"\";s:5:\"class\";s:7:\"message\";s:11:\"dismissible\";b:1;s:8:\"priority\";i:100;s:10:\"start_date\";s:19:\"2024-08-01 00:00:00\";s:8:\"end_date\";s:19:\"2024-08-09 23:59:59\";s:10:\"wrap_class\";s:22:\"sbi-notifications-wrap\";s:7:\"wrap_id\";s:17:\"sbi-notifications\";s:4:\"page\";a:6:{i:0;s:16:\"sbi-feed-builder\";i:1;s:12:\"sbi-settings\";i:2;s:19:\"sbi-oembeds-manager\";i:3;s:22:\"sbi-extensions-manager\";i:4;s:12:\"sbi-about-us\";i:5;s:11:\"sbi-support\";}s:10:\"capability\";a:2:{i:0;s:29:\"manage_instagram_feed_options\";i:1;s:14:\"manage_options\";}s:7:\"dismiss\";a:5:{s:5:\"class\";s:7:\"dismiss\";s:5:\"title\";s:42:\"このメッセージを非表示にする\";s:4:\"icon\";s:107:\"https://hitachi-setsubi-recruit.com/wp-content/plugins/instagram-feed/admin/assets/img/sbi-dismiss-icon.svg\";s:3:\"tag\";s:1:\"a\";s:4:\"href\";s:0:\"\";}s:3:\"nav\";b:1;s:10:\"navigation\";a:3:{s:5:\"class\";s:10:\"navigation\";s:3:\"tag\";s:3:\"div\";s:5:\"items\";a:2:{s:4:\"prev\";a:5:{s:5:\"class\";s:13:\"prev disabled\";s:5:\"title\";s:21:\"前のメッセージ\";s:4:\"icon\";s:108:\"https://hitachi-setsubi-recruit.com/wp-content/plugins/instagram-feed/admin/assets/img/sbi-carousel-prev.svg\";s:3:\"tag\";s:1:\"a\";s:4:\"attr\";s:0:\"\";}s:4:\"next\";a:5:{s:5:\"class\";s:13:\"next disabled\";s:5:\"title\";s:21:\"次のメッセージ\";s:4:\"icon\";s:108:\"https://hitachi-setsubi-recruit.com/wp-content/plugins/instagram-feed/admin/assets/img/sbi-carousel-next.svg\";s:3:\"tag\";s:1:\"a\";s:4:\"attr\";s:0:\"\";}}}s:11:\"wrap_schema\";s:164:\"<div {wrap_id} {wrap_class}>{dismiss}{navigation}<div class=\"messages\"><div {class} {data}>{image}{title}<p class=\"content\">{message}</p>{buttons}</div></div></div>\";s:4:\"data\";a:1:{s:10:\"message-id\";s:2:\"26\";}s:5:\"image\";a:3:{s:3:\"src\";s:98:\"https://hitachi-setsubi-recruit.com/wp-content/plugins/instagram-feed/admin/assets/img/balloon.svg\";s:3:\"alt\";s:6:\"notice\";s:4:\"wrap\";s:41:\"<div class=\"bell\"><img {src} {alt}></div>\";}s:7:\"buttons\";a:2:{i:0;a:6:{s:5:\"class\";s:21:\"sbi-btn sbi-btn-green\";s:3:\"url\";s:177:\"https://smashballoon.com/tiktok-feeds/demo/?utm_source=instagram-free&utm_medium=plugin-dashboard-notices&utm_campaign=growthplan-instagram-free&utm_content=lite-view-new-player\";s:6:\"target\";s:6:\"_blank\";s:3:\"rel\";s:8:\"noopener\";s:4:\"text\";s:22:\"View New TikTok Player\";s:3:\"tag\";s:1:\"a\";}i:1;a:6:{s:5:\"class\";s:20:\"sbi-btn sbi-btn-grey\";s:3:\"url\";s:177:\"https://smashballoon.com/tiktok-feeds/demo/?utm_source=instagram-free&utm_medium=plugin-dashboard-notices&utm_campaign=growthplan-instagram-free&utm_content=lite-unlock-discount\";s:6:\"target\";s:6:\"_blank\";s:3:\"rel\";s:8:\"noopener\";s:4:\"text\";s:20:\"Unlock Your Discount\";s:3:\"tag\";s:1:\"a\";}}s:18:\"buttons_wrap_start\";s:21:\"<div class=\"buttons\">\";s:16:\"buttons_wrap_end\";s:6:\"</div>\";s:5:\"group\";s:9:\"marketing\";}}','auto'),(26855,'sb_instagram_feed_group_notices','a:1:{s:9:\"marketing\";a:1:{i:2;i:26;}}','auto'),(26858,'sbi_cron_report','a:2:{s:5:\"notes\";a:2:{s:8:\"time_ran\";s:19:\"2025-04-17 13:43:35\";s:20:\"num_found_transients\";i:2;}i:1;a:2:{s:13:\"last_retrieve\";s:19:\"2025-01-03 12:58:04\";s:10:\"did_update\";s:27:\"no - not recently requested\";}}','off'),(27115,'active_plugins','a:23:{i:0;s:30:\"advanced-custom-fields/acf.php\";i:1;s:19:\"akismet/akismet.php\";i:2;s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";i:3;s:21:\"backwpup/backwpup.php\";i:4;s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";i:5;s:54:\"broken-link-checker-seo/aioseo-broken-link-checker.php\";i:6;s:43:\"custom-post-type-ui/custom-post-type-ui.php\";i:7;s:33:\"duplicate-post/duplicate-post.php\";i:8;s:45:\"enable-media-replace/enable-media-replace.php\";i:9;s:50:\"google-analytics-for-wordpress/googleanalytics.php\";i:10;s:35:\"google-site-kit/google-site-kit.php\";i:11;s:21:\"imsanity/imsanity.php\";i:12;s:33:\"instagram-feed/instagram-feed.php\";i:13;s:25:\"mw-wp-form/mw-wp-form.php\";i:14;s:37:\"optinmonster/optin-monster-wp-api.php\";i:15;s:37:\"post-types-order/post-types-order.php\";i:16;s:53:\"recaptcha-for-mw-wp-form/recaptcha-for-mw-wp-form.php\";i:17;s:23:\"siteguard/siteguard.php\";i:18;s:41:\"wordpress-importer/wordpress-importer.php\";i:19;s:39:\"wp-file-manager/file_folder_manager.php\";i:20;s:29:\"wp-mail-smtp/wp_mail_smtp.php\";i:21;s:41:\"wp-multibyte-patch/wp-multibyte-patch.php\";i:22;s:24:\"wpforms-lite/wpforms.php\";}','auto'),(27120,'template','recruit','auto'),(27121,'stylesheet','recruit','auto'),(28284,'monsterinsights_feedback_tracked_features','a:0:{}','auto'),(28436,'aioseo_blc_options_internal','{\"internal\":{\"firstActivated\":1722390463,\"lastActiveVersion\":\"1.2.4\",\"scanId\":null,\"minimumLinkScanDate\":\"2024-07-31 01:47:43\",\"license\":{\"expires\":0,\"expired\":false,\"invalid\":false,\"disabled\":false,\"connectionError\":false,\"activationsError\":false,\"requestError\":false,\"lastChecked\":0,\"level\":null,\"licenseKey\":\"\",\"quota\":0,\"quotaRemaining\":0}},\"database\":{\"installedTables\":\"{\\\"wp_aioseo_blc_links\\\":[],\\\"wp_aioseo_blc_link_status\\\":[],\\\"wp_aioseo_blc_cache\\\":[],\\\"wp_actionscheduler_actions\\\":[],\\\"wp_actionscheduler_groups\\\":[],\\\"wp_actionscheduler_logs\\\":[],\\\"wp_actionscheduler_claims\\\":[],\\\"wp_aioseo_blc_notifications\\\":[]}\"}}','auto'),(28460,'action_scheduler_migration_status','complete','auto'),(28475,'_transient_googlesitekit_verification_meta_tags','a:0:{}','on'),(28864,'siteguard_config','a:36:{s:18:\"show_admin_notices\";s:1:\"1\";s:25:\"admin_filter_exclude_path\";s:57:\"css,images,admin-ajax.php,load-styles.php,site-health.php\";s:19:\"admin_filter_enable\";s:1:\"0\";s:16:\"renamelogin_path\";s:11:\"login_11837\";s:15:\"redirect_enable\";s:1:\"0\";s:18:\"renamelogin_enable\";s:1:\"1\";s:14:\"captcha_enable\";s:1:\"1\";s:13:\"captcha_login\";s:1:\"1\";s:15:\"captcha_comment\";s:1:\"1\";s:18:\"captcha_lostpasswd\";s:1:\"1\";s:18:\"captcha_registuser\";s:1:\"1\";s:16:\"same_login_error\";s:1:\"1\";s:16:\"loginlock_enable\";s:1:\"1\";s:18:\"loginlock_interval\";s:1:\"5\";s:19:\"loginlock_threshold\";s:1:\"3\";s:17:\"loginlock_locksec\";s:2:\"60\";s:19:\"loginlock_fail_once\";s:1:\"0\";s:20:\"fail_once_admin_only\";s:1:\"1\";s:17:\"loginalert_enable\";s:1:\"1\";s:21:\"loginalert_admin_only\";s:1:\"1\";s:18:\"loginalert_subject\";s:43:\"%SITENAME%にログインがありました\";s:15:\"loginalert_body\";s:208:\"%DATE% %TIME%に%USERNAME%がログインしました。\n\n== ログイン情報 ==\nIPアドレス:%IPADDRESS%\nリファラー:%REFERER%\nユーザーエージェント:%USERAGENT%\n\n--\nSiteGuard WP Plugin\";s:21:\"disable_xmlrpc_enable\";s:1:\"0\";s:23:\"disable_pingback_enable\";s:1:\"1\";s:25:\"block_author_query_enable\";s:1:\"0\";s:22:\"disable_restapi_enable\";s:1:\"0\";s:23:\"disable_restapi_exclude\";s:29:\"oembed,contact-form-7,akismet\";s:23:\"waf_exclude_rule_enable\";s:1:\"0\";s:16:\"waf_exclude_rule\";a:0:{}s:13:\"notify_wpcore\";s:1:\"1\";s:14:\"notify_plugins\";s:1:\"2\";s:13:\"notify_themes\";s:1:\"2\";s:8:\"notified\";a:3:{s:4:\"core\";s:0:\"\";s:6:\"plugin\";a:0:{}s:5:\"theme\";a:0:{}}s:15:\"last_check_time\";i:1744889747;s:21:\"updates_notify_enable\";s:1:\"1\";s:7:\"version\";s:5:\"1.7.8\";}','auto'),(30242,'sb_callout','a:2:{s:9:\"dismissed\";b:1;s:14:\"dismissed_date\";i:1723085855;}','auto'),(30244,'_transient_googlesitekit_search-console_data_available','1','on'),(30245,'_transient_googlesitekit_analytics-4_data_available','1','on'),(33168,'sbi_local_avatars','a:1:{s:14:\"hitachisetsubi\";b:0;}','auto'),(33169,'sbi_local_avatars_info','a:0:{}','auto'),(47486,'sbi_refresh_report','a:2:{s:5:\"notes\";a:1:{s:8:\"time_ran\";s:19:\"2025-04-17 13:43:34\";}i:8093719644047621;a:3:{s:10:\"did_update\";b:0;s:6:\"reason\";s:30:\"could not connect to Instagram\";s:9:\"error_log\";O:24:\"SB_Instagram_API_Connect\":3:{s:29:\"\0SB_Instagram_API_Connect\0url\";s:242:\"https://graph.instagram.com/refresh_access_token?grant_type=ig_refresh_token&access_token=IGQWRQbHJ2OG1NSHFkVTgzM3k2dFdpTG01aVhpNUs0Ym42UDBzU2pQanpHUzNJTnFTT2ZAzVnJTc2hCVGdFdGlOMVFFaHRoXzdPTHV1ekhiZAmZAIVWRNQWNDejBjNWdRSngwN2l3eWRUSlFwZAwZDZD\";s:11:\"\0*\0response\";a:1:{s:5:\"error\";a:4:{s:7:\"message\";s:139:\"Error validating access token: Session has expired on Sunday, 19-Jan-25 06:26:31 PST. The current time is Thursday, 17-Apr-25 06:43:34 PDT.\";s:4:\"type\";s:14:\"OAuthException\";s:4:\"code\";i:190;s:10:\"fbtrace_id\";s:23:\"ASuXgS8988nIiAicvnCHFCQ\";}}s:19:\"\0*\0encryption_error\";N;}}}','off'),(48249,'sbi_rating_notice','dismissed','off'),(49645,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"d0e25f6892dc8691c7a2e779a1b6090d\";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'),(60704,'wpforms_constant_contact_version','3','auto'),(60714,'wpforms_splash_version','1.8.6','auto'),(63925,'backwpup_backup_files_job_id','1','off'),(63926,'backwpup_backup_database_job_id','2','off'),(77783,'_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:60:\"https://downloads.wordpress.org/release/ja/wordpress-6.8.zip\";s:6:\"locale\";s:2:\"ja\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/ja/wordpress-6.8.zip\";s:10:\"no_content\";s:0:\"\";s:11:\"new_bundled\";s:0:\"\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"6.8\";s:7:\"version\";s:3:\"6.8\";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:1744897415;s:15:\"version_checked\";s:3:\"6.8\";s:12:\"translations\";a:0:{}}','off'),(77951,'_site_transient_timeout_theme_roots','1744899222','off'),(77952,'_site_transient_theme_roots','a:5:{s:7:\"recruit\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}','off'),(77953,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1744897423;s:7:\"checked\";a:5:{s:7:\"recruit\";s:0:\"\";s:16:\"twentytwentyfive\";s:3:\"1.0\";s:16:\"twentytwentyfour\";s:3:\"1.0\";s:17:\"twentytwentythree\";s:3:\"1.5\";s:15:\"twentytwentytwo\";s:3:\"1.8\";}s:8:\"response\";a:4:{s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.2\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.2.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.3.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.6.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"2.0\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.2.0.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','off'),(77954,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1744897424;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:23:{s:30:\"advanced-custom-fields/acf.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:36:\"w.org/plugins/advanced-custom-fields\";s:4:\"slug\";s:22:\"advanced-custom-fields\";s:6:\"plugin\";s:30:\"advanced-custom-fields/acf.php\";s:11:\"new_version\";s:7:\"6.4.0.1\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/advanced-custom-fields/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/advanced-custom-fields.6.4.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:67:\"https://ps.w.org/advanced-custom-fields/assets/icon.svg?rev=3207824\";s:3:\"svg\";s:67:\"https://ps.w.org/advanced-custom-fields/assets/icon.svg?rev=3207824\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/advanced-custom-fields/assets/banner-1544x500.jpg?rev=3207824\";s:2:\"1x\";s:77:\"https://ps.w.org/advanced-custom-fields/assets/banner-772x250.jpg?rev=3207824\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";}s:19:\"akismet/akismet.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"5.3.7\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.3.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";}s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:33:\"w.org/plugins/all-in-one-seo-pack\";s:4:\"slug\";s:19:\"all-in-one-seo-pack\";s:6:\"plugin\";s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:11:\"new_version\";s:7:\"4.8.1.1\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/all-in-one-seo-pack/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/all-in-one-seo-pack.4.8.1.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:64:\"https://ps.w.org/all-in-one-seo-pack/assets/icon.svg?rev=2443290\";s:3:\"svg\";s:64:\"https://ps.w.org/all-in-one-seo-pack/assets/icon.svg?rev=2443290\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/all-in-one-seo-pack/assets/banner-1544x500.png?rev=2443290\";s:2:\"1x\";s:74:\"https://ps.w.org/all-in-one-seo-pack/assets/banner-772x250.png?rev=2443290\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";}s:21:\"backwpup/backwpup.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:22:\"w.org/plugins/backwpup\";s:4:\"slug\";s:8:\"backwpup\";s:6:\"plugin\";s:21:\"backwpup/backwpup.php\";s:11:\"new_version\";s:5:\"5.1.2\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/backwpup/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/backwpup.5.1.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/backwpup/assets/icon-256x256.png?rev=3236141\";s:2:\"1x\";s:61:\"https://ps.w.org/backwpup/assets/icon-256x256.png?rev=3236141\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/backwpup/assets/banner-1544x500.jpg?rev=3236141\";s:2:\"1x\";s:63:\"https://ps.w.org/backwpup/assets/banner-772x250.jpg?rev=3236141\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:30:\"w.org/plugins/breadcrumb-navxt\";s:4:\"slug\";s:16:\"breadcrumb-navxt\";s:6:\"plugin\";s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";s:11:\"new_version\";s:5:\"7.4.1\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/breadcrumb-navxt/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/breadcrumb-navxt.7.4.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:61:\"https://ps.w.org/breadcrumb-navxt/assets/icon.svg?rev=1927103\";s:3:\"svg\";s:61:\"https://ps.w.org/breadcrumb-navxt/assets/icon.svg?rev=1927103\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/breadcrumb-navxt/assets/banner-1544x500.png?rev=1927103\";s:2:\"1x\";s:71:\"https://ps.w.org/breadcrumb-navxt/assets/banner-772x250.png?rev=1927103\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";}s:54:\"broken-link-checker-seo/aioseo-broken-link-checker.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:37:\"w.org/plugins/broken-link-checker-seo\";s:4:\"slug\";s:23:\"broken-link-checker-seo\";s:6:\"plugin\";s:54:\"broken-link-checker-seo/aioseo-broken-link-checker.php\";s:11:\"new_version\";s:5:\"1.2.4\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/broken-link-checker-seo/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/broken-link-checker-seo.1.2.4.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:68:\"https://ps.w.org/broken-link-checker-seo/assets/icon.svg?rev=2889210\";s:3:\"svg\";s:68:\"https://ps.w.org/broken-link-checker-seo/assets/icon.svg?rev=2889210\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/broken-link-checker-seo/assets/banner-1544x500.png?rev=2889210\";s:2:\"1x\";s:78:\"https://ps.w.org/broken-link-checker-seo/assets/banner-772x250.png?rev=2889210\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";}s:43:\"custom-post-type-ui/custom-post-type-ui.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:33:\"w.org/plugins/custom-post-type-ui\";s:4:\"slug\";s:19:\"custom-post-type-ui\";s:6:\"plugin\";s:43:\"custom-post-type-ui/custom-post-type-ui.php\";s:11:\"new_version\";s:6:\"1.17.2\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/custom-post-type-ui/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/custom-post-type-ui.1.17.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/custom-post-type-ui/assets/icon-256x256.png?rev=2744389\";s:2:\"1x\";s:72:\"https://ps.w.org/custom-post-type-ui/assets/icon-128x128.png?rev=2744389\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/custom-post-type-ui/assets/banner-1544x500.png?rev=2744389\";s:2:\"1x\";s:74:\"https://ps.w.org/custom-post-type-ui/assets/banner-772x250.png?rev=2744389\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.5\";}s:45:\"enable-media-replace/enable-media-replace.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:34:\"w.org/plugins/enable-media-replace\";s:4:\"slug\";s:20:\"enable-media-replace\";s:6:\"plugin\";s:45:\"enable-media-replace/enable-media-replace.php\";s:11:\"new_version\";s:5:\"4.1.6\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/enable-media-replace/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/enable-media-replace.4.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/enable-media-replace/assets/icon-256x256.png?rev=1940728\";s:2:\"1x\";s:73:\"https://ps.w.org/enable-media-replace/assets/icon-128x128.png?rev=1940728\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/enable-media-replace/assets/banner-1544x500.png?rev=2322194\";s:2:\"1x\";s:75:\"https://ps.w.org/enable-media-replace/assets/banner-772x250.png?rev=2322194\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"4.9.7\";}s:50:\"google-analytics-for-wordpress/googleanalytics.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:44:\"w.org/plugins/google-analytics-for-wordpress\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:6:\"plugin\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:11:\"new_version\";s:5:\"9.4.1\";s:3:\"url\";s:61:\"https://wordpress.org/plugins/google-analytics-for-wordpress/\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/plugin/google-analytics-for-wordpress.9.4.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:75:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon.svg?rev=2976619\";s:3:\"svg\";s:75:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon.svg?rev=2976619\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:86:\"https://ps.w.org/google-analytics-for-wordpress/assets/banner-1544x500.png?rev=2159532\";s:2:\"1x\";s:85:\"https://ps.w.org/google-analytics-for-wordpress/assets/banner-772x250.png?rev=2159532\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"5.6.0\";}s:21:\"imsanity/imsanity.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:22:\"w.org/plugins/imsanity\";s:4:\"slug\";s:8:\"imsanity\";s:6:\"plugin\";s:21:\"imsanity/imsanity.php\";s:11:\"new_version\";s:5:\"2.8.6\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/imsanity/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/imsanity.2.8.6.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:53:\"https://ps.w.org/imsanity/assets/icon.svg?rev=2420360\";s:3:\"svg\";s:53:\"https://ps.w.org/imsanity/assets/icon.svg?rev=2420360\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/imsanity/assets/banner-1544x500.png?rev=2420360\";s:2:\"1x\";s:63:\"https://ps.w.org/imsanity/assets/banner-772x250.png?rev=2420360\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.4\";}s:25:\"mw-wp-form/mw-wp-form.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:24:\"w.org/plugins/mw-wp-form\";s:4:\"slug\";s:10:\"mw-wp-form\";s:6:\"plugin\";s:25:\"mw-wp-form/mw-wp-form.php\";s:11:\"new_version\";s:5:\"5.1.0\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/mw-wp-form/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/mw-wp-form.5.1.0.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:61:\"https://s.w.org/plugins/geopattern-icon/mw-wp-form_ddf1dc.svg\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/mw-wp-form/assets/banner-772x250.png?rev=3003065\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";}s:37:\"optinmonster/optin-monster-wp-api.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/optinmonster\";s:4:\"slug\";s:12:\"optinmonster\";s:6:\"plugin\";s:37:\"optinmonster/optin-monster-wp-api.php\";s:11:\"new_version\";s:7:\"2.16.19\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/optinmonster/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/optinmonster.2.16.19.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/optinmonster/assets/icon-256x256.png?rev=1145864\";s:2:\"1x\";s:65:\"https://ps.w.org/optinmonster/assets/icon-128x128.png?rev=1145864\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/optinmonster/assets/banner-1544x500.png?rev=2311621\";s:2:\"1x\";s:67:\"https://ps.w.org/optinmonster/assets/banner-772x250.png?rev=2311621\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";}s:37:\"post-types-order/post-types-order.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:30:\"w.org/plugins/post-types-order\";s:4:\"slug\";s:16:\"post-types-order\";s:6:\"plugin\";s:37:\"post-types-order/post-types-order.php\";s:11:\"new_version\";s:5:\"2.3.5\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/post-types-order/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/post-types-order.2.3.5.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/post-types-order/assets/icon-128x128.png?rev=1226428\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/post-types-order/assets/banner-1544x500.png?rev=3164418\";s:2:\"1x\";s:71:\"https://ps.w.org/post-types-order/assets/banner-772x250.png?rev=3164418\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"2.8\";}s:53:\"recaptcha-for-mw-wp-form/recaptcha-for-mw-wp-form.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:38:\"w.org/plugins/recaptcha-for-mw-wp-form\";s:4:\"slug\";s:24:\"recaptcha-for-mw-wp-form\";s:6:\"plugin\";s:53:\"recaptcha-for-mw-wp-form/recaptcha-for-mw-wp-form.php\";s:11:\"new_version\";s:5:\"1.1.7\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/recaptcha-for-mw-wp-form/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/recaptcha-for-mw-wp-form.1.1.7.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:77:\"https://ps.w.org/recaptcha-for-mw-wp-form/assets/icon-128x128.png?rev=2325492\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:80:\"https://ps.w.org/recaptcha-for-mw-wp-form/assets/banner-1544x500.png?rev=2325492\";s:2:\"1x\";s:79:\"https://ps.w.org/recaptcha-for-mw-wp-form/assets/banner-772x250.png?rev=2325492\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:23:\"siteguard/siteguard.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/siteguard\";s:4:\"slug\";s:9:\"siteguard\";s:6:\"plugin\";s:23:\"siteguard/siteguard.php\";s:11:\"new_version\";s:5:\"1.7.8\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/siteguard/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/siteguard.1.7.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/siteguard/assets/icon-256x256.png?rev=1011863\";s:2:\"1x\";s:62:\"https://ps.w.org/siteguard/assets/icon-128x128.png?rev=1011863\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:64:\"https://ps.w.org/siteguard/assets/banner-772x250.png?rev=1011863\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.9\";}s:35:\"google-site-kit/google-site-kit.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/google-site-kit\";s:4:\"slug\";s:15:\"google-site-kit\";s:6:\"plugin\";s:35:\"google-site-kit/google-site-kit.php\";s:11:\"new_version\";s:7:\"1.150.0\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/google-site-kit/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/google-site-kit.1.150.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/google-site-kit/assets/icon-256x256.png?rev=3141863\";s:2:\"1x\";s:68:\"https://ps.w.org/google-site-kit/assets/icon-128x128.png?rev=3141863\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/google-site-kit/assets/banner-1544x500.png?rev=3141863\";s:2:\"1x\";s:70:\"https://ps.w.org/google-site-kit/assets/banner-772x250.png?rev=3141863\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";}s:33:\"instagram-feed/instagram-feed.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/instagram-feed\";s:4:\"slug\";s:14:\"instagram-feed\";s:6:\"plugin\";s:33:\"instagram-feed/instagram-feed.php\";s:11:\"new_version\";s:5:\"6.8.0\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/instagram-feed/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/instagram-feed.6.8.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/instagram-feed/assets/icon-256x256.png?rev=2700807\";s:2:\"1x\";s:67:\"https://ps.w.org/instagram-feed/assets/icon-128x128.png?rev=2700807\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/instagram-feed/assets/banner-1544x500.png?rev=2679382\";s:2:\"1x\";s:69:\"https://ps.w.org/instagram-feed/assets/banner-772x250.png?rev=2679382\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.1\";}s:41:\"wordpress-importer/wordpress-importer.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:32:\"w.org/plugins/wordpress-importer\";s:4:\"slug\";s:18:\"wordpress-importer\";s:6:\"plugin\";s:41:\"wordpress-importer/wordpress-importer.php\";s:11:\"new_version\";s:5:\"0.8.4\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wordpress-importer/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wordpress-importer.0.8.4.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=2791650\";s:3:\"svg\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=2791650\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-importer/assets/banner-772x250.png?rev=547654\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";}s:39:\"wp-file-manager/file_folder_manager.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/wp-file-manager\";s:4:\"slug\";s:15:\"wp-file-manager\";s:6:\"plugin\";s:39:\"wp-file-manager/file_folder_manager.php\";s:11:\"new_version\";s:5:\"8.0.1\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/wp-file-manager/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wp-file-manager.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/wp-file-manager/assets/icon-128x128.png?rev=2491299\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/wp-file-manager/assets/banner-772x250.jpg?rev=2491299\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:24:\"wpforms-lite/wpforms.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/wpforms-lite\";s:4:\"slug\";s:12:\"wpforms-lite\";s:6:\"plugin\";s:24:\"wpforms-lite/wpforms.php\";s:11:\"new_version\";s:7:\"1.9.4.2\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wpforms-lite/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wpforms-lite.1.9.4.2.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:57:\"https://ps.w.org/wpforms-lite/assets/icon.svg?rev=3254748\";s:3:\"svg\";s:57:\"https://ps.w.org/wpforms-lite/assets/icon.svg?rev=3254748\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wpforms-lite/assets/banner-1544x500.png?rev=3091364\";s:2:\"1x\";s:67:\"https://ps.w.org/wpforms-lite/assets/banner-772x250.png?rev=3091364\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/wpforms-lite/assets/banner-1544x500-rtl.png?rev=3254748\";s:2:\"1x\";s:71:\"https://ps.w.org/wpforms-lite/assets/banner-772x250-rtl.png?rev=3254748\";}s:8:\"requires\";s:3:\"5.5\";}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.4.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.4.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:41:\"wp-multibyte-patch/wp-multibyte-patch.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:32:\"w.org/plugins/wp-multibyte-patch\";s:4:\"slug\";s:18:\"wp-multibyte-patch\";s:6:\"plugin\";s:41:\"wp-multibyte-patch/wp-multibyte-patch.php\";s:11:\"new_version\";s:5:\"2.9.2\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wp-multibyte-patch/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wp-multibyte-patch.2.9.2.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:62:\"https://s.w.org/plugins/geopattern-icon/wp-multibyte-patch.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";}s:33:\"duplicate-post/duplicate-post.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/duplicate-post\";s:4:\"slug\";s:14:\"duplicate-post\";s:6:\"plugin\";s:33:\"duplicate-post/duplicate-post.php\";s:11:\"new_version\";s:3:\"4.5\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-post/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/duplicate-post.4.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-256x256.png?rev=2336666\";s:2:\"1x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-128x128.png?rev=2336666\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/duplicate-post/assets/banner-1544x500.png?rev=2336666\";s:2:\"1x\";s:69:\"https://ps.w.org/duplicate-post/assets/banner-772x250.png?rev=2336666\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";}}s:7:\"checked\";a:23:{s:30:\"advanced-custom-fields/acf.php\";s:7:\"6.4.0.1\";s:19:\"akismet/akismet.php\";s:5:\"5.3.7\";s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:7:\"4.8.1.1\";s:21:\"backwpup/backwpup.php\";s:5:\"5.1.2\";s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";s:5:\"7.4.1\";s:54:\"broken-link-checker-seo/aioseo-broken-link-checker.php\";s:5:\"1.2.4\";s:43:\"custom-post-type-ui/custom-post-type-ui.php\";s:6:\"1.17.2\";s:45:\"enable-media-replace/enable-media-replace.php\";s:5:\"4.1.6\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:5:\"9.4.1\";s:21:\"imsanity/imsanity.php\";s:5:\"2.8.6\";s:25:\"mw-wp-form/mw-wp-form.php\";s:5:\"5.1.0\";s:37:\"optinmonster/optin-monster-wp-api.php\";s:7:\"2.16.19\";s:37:\"post-types-order/post-types-order.php\";s:5:\"2.3.5\";s:53:\"recaptcha-for-mw-wp-form/recaptcha-for-mw-wp-form.php\";s:5:\"1.1.7\";s:23:\"siteguard/siteguard.php\";s:5:\"1.7.8\";s:35:\"google-site-kit/google-site-kit.php\";s:7:\"1.150.0\";s:33:\"instagram-feed/instagram-feed.php\";s:5:\"6.8.0\";s:41:\"wordpress-importer/wordpress-importer.php\";s:5:\"0.8.4\";s:39:\"wp-file-manager/file_folder_manager.php\";s:5:\"8.0.1\";s:24:\"wpforms-lite/wpforms.php\";s:7:\"1.9.4.2\";s:29:\"wp-mail-smtp/wp_mail_smtp.php\";s:5:\"4.4.0\";s:41:\"wp-multibyte-patch/wp-multibyte-patch.php\";s:5:\"2.9.2\";s:33:\"duplicate-post/duplicate-post.php\";s:3:\"4.5\";}}','off'),(77972,'_transient_timeout_27bbfd803a274fbaa80bff1d4068162e5b508715','1744910339','off'),(77973,'_transient_27bbfd803a274fbaa80bff1d4068162e5b508715','a:0:{}','off'),(77974,'_transient_timeout_54ea51032ee198aaec381bd7e0d5a192e55664c8','1744910339','off'),(77975,'_transient_54ea51032ee198aaec381bd7e0d5a192e55664c8','a:0:{}','off'),(77976,'_transient_timeout_1bfc24d222ca478759425fd56ce873ff3709fc4e','1744910339','off'),(77977,'_transient_1bfc24d222ca478759425fd56ce873ff3709fc4e','a:0:{}','off'),(77989,'_transient_timeout_4a7178f8588e6ec634bbd216ef916e9588733702','1744913830','off'),(77990,'_transient_4a7178f8588e6ec634bbd216ef916e9588733702','a:0:{}','off'),(77991,'_transient_timeout_89d87ee6e8bee27ec03a70fb39fc1ab1be7092b7','1744913830','off'),(77992,'_transient_89d87ee6e8bee27ec03a70fb39fc1ab1be7092b7','a:0:{}','off'),(77993,'_transient_timeout_1e952c7f00dc7c72bd5d646c34b315ffd1d5fb25','1744913830','off'),(77994,'_transient_1e952c7f00dc7c72bd5d646c34b315ffd1d5fb25','a:0:{}','off'),(78035,'_site_transient_timeout_wp_theme_files_patterns-c039432aac2407895c63acdfea46ef96','1744931980','off'),(78036,'_site_transient_wp_theme_files_patterns-c039432aac2407895c63acdfea46ef96','a:2:{s:7:\"version\";s:0:\"\";s:8:\"patterns\";a:0:{}}','off'),(78038,'_site_transient_timeout_available_translations','1744941108','off'),(78039,'_site_transient_available_translations','a:131:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-05-13 15:59:22\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"am\";a:8:{s:8:\"language\";s:2:\"am\";s:7:\"version\";s:5:\"6.0.9\";s:7:\"updated\";s:19:\"2022-09-29 20:43:49\";s:12:\"english_name\";s:7:\"Amharic\";s:11:\"native_name\";s:12:\"አማርኛ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.0.9/am.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"am\";i:2;s:3:\"amh\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ቀጥል\";}}s:3:\"arg\";a:8:{s:8:\"language\";s:3:\"arg\";s:7:\"version\";s:8:\"6.2-beta\";s:7:\"updated\";s:19:\"2022-09-22 16:46:56\";s:12:\"english_name\";s:9:\"Aragonese\";s:11:\"native_name\";s:9:\"Aragonés\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.2-beta/arg.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"an\";i:2;s:3:\"arg\";i:3;s:3:\"arg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continar\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"6.4.5\";s:7:\"updated\";s:19:\"2024-02-13 12:49:38\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.5/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"متابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:6:\"4.8.25\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.25/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2024-11-01 09:05:28\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.8/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"6.4.5\";s:7:\"updated\";s:19:\"2024-01-19 08:58:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.4.5/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.9.26\";s:7:\"updated\";s:19:\"2024-12-26 00:37:42\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.9.26/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-07 10:58:34\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-02-20 08:42:35\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:28:\"চালিয়ে যান\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-10-30 03:24:38\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:33:\"མུ་མཐུད་དུ།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2023-02-22 20:45:53\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.6/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-11 15:06:56\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.8/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-04-08 08:17:37\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-10 17:15:00\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.8/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-11 10:52:42\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2024-11-05 18:11:40\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-15 12:14:56\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/de_AT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-15 22:03:33\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-15 22:03:17\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/6.8/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2024-11-05 18:08:14\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.8/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dsb\";a:8:{s:8:\"language\";s:3:\"dsb\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2022-07-16 12:13:09\";s:12:\"english_name\";s:13:\"Lower Sorbian\";s:11:\"native_name\";s:16:\"Dolnoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.6/dsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"dsb\";i:3;s:3:\"dsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Dalej\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-09 06:59:42\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.8/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2024-11-08 19:43:34\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-03 04:46:29\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-06 12:48:35\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2024-11-12 00:03:39\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-03-25 15:37:15\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-11 08:31:26\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.8/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2024-12-09 22:28:42\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2024-10-16 21:04:12\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-03-30 03:06:53\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-03 03:57:52\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-03-30 11:08:06\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"6.4.5\";s:7:\"updated\";s:19:\"2023-10-16 16:00:04\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.5/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_EC\";a:8:{s:8:\"language\";s:5:\"es_EC\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2023-04-21 13:32:10\";s:12:\"english_name\";s:17:\"Spanish (Ecuador)\";s:11:\"native_name\";s:19:\"Español de Ecuador\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.6/es_EC.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_DO\";a:8:{s:8:\"language\";s:5:\"es_DO\";s:7:\"version\";s:6:\"5.8.10\";s:7:\"updated\";s:19:\"2021-10-08 14:32:50\";s:12:\"english_name\";s:28:\"Spanish (Dominican Republic)\";s:11:\"native_name\";s:33:\"Español de República Dominicana\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.8.10/es_DO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_UY\";a:8:{s:8:\"language\";s:5:\"es_UY\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-31 18:33:26\";s:12:\"english_name\";s:17:\"Spanish (Uruguay)\";s:11:\"native_name\";s:19:\"Español de Uruguay\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_UY.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PR\";a:8:{s:8:\"language\";s:5:\"es_PR\";s:7:\"version\";s:6:\"5.4.16\";s:7:\"updated\";s:19:\"2020-04-29 15:36:59\";s:12:\"english_name\";s:21:\"Spanish (Puerto Rico)\";s:11:\"native_name\";s:23:\"Español de Puerto Rico\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.16/es_PR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:6:\"5.2.21\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.2.21/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-02-04 14:46:26\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-03-31 01:13:13\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-06 09:50:37\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.5/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-02-26 16:06:47\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.7.2/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_AF\";a:8:{s:8:\"language\";s:5:\"fa_AF\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-02-14 17:29:08\";s:12:\"english_name\";s:21:\"Persian (Afghanistan)\";s:11:\"native_name\";s:31:\"(فارسی (افغانستان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/fa_AF.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-03-28 19:11:36\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-11 14:01:38\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.8/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2024-12-12 22:29:22\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-15 23:39:57\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-02-01 23:56:53\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:6:\"4.8.25\";s:7:\"updated\";s:19:\"2023-04-30 13:56:46\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.25/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"fy\";a:8:{s:8:\"language\";s:2:\"fy\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2022-12-25 12:53:23\";s:12:\"english_name\";s:7:\"Frisian\";s:11:\"native_name\";s:5:\"Frysk\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.6/fy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fy\";i:2;s:3:\"fry\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Trochgean\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-03-29 20:03:37\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-17 09:52:45\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.8/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ચાલુ રાખો\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:6:\"4.4.33\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.4.33/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2024-05-04 18:39:24\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.6/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"6.4.5\";s:7:\"updated\";s:19:\"2025-02-06 05:17:11\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.5/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"जारी रखें\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-03-30 19:30:33\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.8/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:3:\"hsb\";a:8:{s:8:\"language\";s:3:\"hsb\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2023-02-22 17:37:32\";s:12:\"english_name\";s:13:\"Upper Sorbian\";s:11:\"native_name\";s:17:\"Hornjoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.6/hsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"hsb\";i:3;s:3:\"hsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:4:\"Dale\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-16 13:22:38\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-16 00:22:55\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.9.26\";s:7:\"updated\";s:19:\"2018-12-11 10:40:02\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.26/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-10 17:18:28\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-04 15:06:41\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.8/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"次へ\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:6:\"4.9.26\";s:7:\"updated\";s:19:\"2019-02-16 23:58:56\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.26/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-14 08:02:58\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2023-07-05 11:40:39\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.6/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2024-07-18 02:49:24\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.8/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:6:\"5.2.21\";s:7:\"updated\";s:19:\"2019-06-10 16:18:28\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2.21/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:2:\"kn\";a:8:{s:8:\"language\";s:2:\"kn\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-01 18:55:24\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.8/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"ಮುಂದುವರಿಸು\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-14 03:51:47\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-12 21:43:44\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/6.8/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"بهردهوام به\";}}s:3:\"kir\";a:8:{s:8:\"language\";s:3:\"kir\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-02-25 04:09:28\";s:12:\"english_name\";s:6:\"Kyrgyz\";s:11:\"native_name\";s:16:\"Кыргызча\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/6.8/kir.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ky\";i:2;s:3:\"kir\";i:3;s:3:\"kir\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Улантуу\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-13 13:11:03\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-03-13 10:34:12\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.8/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"6.0.9\";s:7:\"updated\";s:19:\"2022-10-01 09:23:52\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.9/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2025-03-20 16:41:38\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-20 17:22:06\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.5/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-16 03:24:12\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.8/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:6:\"5.5.15\";s:7:\"updated\";s:19:\"2022-03-11 13:52:22\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.5.15/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.2.38\";s:7:\"updated\";s:19:\"2017-12-26 11:57:10\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.38/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-15 14:04:13\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-08-30 11:32:23\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.6.2/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-14 20:24:37\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-07 16:57:56\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/6.8/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-03 18:49:39\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-18 10:59:16\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.8.25\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.25/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:15:\"Panjabi (India)\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-17 12:00:58\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.3.34\";s:7:\"updated\";s:19:\"2015-12-02 21:41:29\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.34/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-14 16:43:30\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-14 09:18:09\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-14 09:18:52\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/6.8/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:5:\"6.4.5\";s:7:\"updated\";s:19:\"2023-08-21 12:15:00\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.5/pt_AO.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-15 17:45:48\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-16 21:20:28\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:3:\"snd\";a:8:{s:8:\"language\";s:3:\"snd\";s:7:\"version\";s:6:\"5.4.16\";s:7:\"updated\";s:19:\"2020-07-07 01:53:37\";s:12:\"english_name\";s:6:\"Sindhi\";s:11:\"native_name\";s:8:\"سنڌي\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/5.4.16/snd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"sd\";i:2;s:3:\"snd\";i:3;s:3:\"snd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"اڳتي هلو\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-07 03:13:06\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:5:\"6.6.2\";s:7:\"updated\";s:19:\"2024-09-21 09:44:08\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.6.2/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"جاری رکھو\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2024-08-30 07:14:35\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-15 06:57:09\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.8/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"6.7.2\";s:7:\"updated\";s:19:\"2024-09-20 22:15:56\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.7.2/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-03-29 01:23:56\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"sw\";a:8:{s:8:\"language\";s:2:\"sw\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-13 08:52:24\";s:12:\"english_name\";s:7:\"Swahili\";s:11:\"native_name\";s:9:\"Kiswahili\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.8/sw.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sw\";i:2;s:3:\"swa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Endelea\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:5:\"ta_LK\";a:8:{s:8:\"language\";s:5:\"ta_LK\";s:7:\"version\";s:6:\"4.2.38\";s:7:\"updated\";s:19:\"2015-12-03 01:07:44\";s:12:\"english_name\";s:17:\"Tamil (Sri Lanka)\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.38/ta_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"தொடர்க\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:6:\"5.8.10\";s:7:\"updated\";s:19:\"2022-06-08 04:30:30\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.8.10/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:6:\"4.8.25\";s:7:\"updated\";s:19:\"2017-09-30 09:04:29\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.25/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-16 23:11:08\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-12 20:43:45\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"6.4.5\";s:7:\"updated\";s:19:\"2025-04-06 13:26:14\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.5/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:6:\"5.4.16\";s:7:\"updated\";s:19:\"2020-04-09 11:17:33\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.4.16/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-28 12:02:22\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-10 10:02:00\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.8/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-15 19:18:31\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-16 14:40:32\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"6.2.6\";s:7:\"updated\";s:19:\"2022-07-15 15:25:03\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:12:\"香港中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.6/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}','off'),(78040,'_transient_timeout__omapi_validate','1745016859','off'),(78041,'_transient__omapi_validate','1','off'),(78044,'_site_transient_timeout_browser_99d149899c4f2f3d79df1f8e73f539ef','1745535123','off'),(78045,'_site_transient_browser_99d149899c4f2f3d79df1f8e73f539ef','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"135.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','off'),(78046,'_site_transient_timeout_php_check_714ae3a617be44d067c4b5dcef2a7ebe','1745535124','off'),(78047,'_site_transient_php_check_714ae3a617be44d067c4b5dcef2a7ebe','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','off'),(78048,'_transient_timeout_action_scheduler_last_pastdue_actions_check','1744951925','off'),(78049,'_transient_action_scheduler_last_pastdue_actions_check','1744930325','off'),(78051,'_transient_timeout_om_notification_count','1744973528','off'),(78052,'_transient_om_notification_count','0','off'),(78053,'_site_transient_timeout_community-events-21f566c9a1ab64c30a85aec6c37a0a3d','1744973528','off'),(78054,'_site_transient_community-events-21f566c9a1ab64c30a85aec6c37a0a3d','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"130.62.15.0\";}s:6:\"events\";a:5:{i:0;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:52:\"フォトウォーク in 高尾山 / 若葉まつり\";s:3:\"url\";s:62:\"https://www.meetup.com/tokyo-wordpress-meetup/events/307007072\";s:6:\"meetup\";s:22:\"Tokyo WordPress Meetup\";s:10:\"meetup_url\";s:46:\"https://www.meetup.com/tokyo-wordpress-meetup/\";s:4:\"date\";s:19:\"2025-04-19 13:00:00\";s:8:\"end_date\";s:19:\"2025-04-19 16:00:00\";s:20:\"start_unix_timestamp\";i:1745035200;s:18:\"end_unix_timestamp\";i:1745046000;s:8:\"location\";a:4:{s:8:\"location\";s:12:\"Tokyo, Japan\";s:7:\"country\";s:2:\"jp\";s:8:\"latitude\";d:35.632168;s:9:\"longitude\";d:139.26974;}}i:1;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:93:\"なんでも相談会で疑問質問を解決しよう-Chiba WordPress Meetup 25年4月の会\";s:3:\"url\";s:62:\"https://www.meetup.com/chiba-wordpress-meetup/events/306948853\";s:6:\"meetup\";s:22:\"Chiba WordPress Meetup\";s:10:\"meetup_url\";s:46:\"https://www.meetup.com/chiba-wordpress-meetup/\";s:4:\"date\";s:19:\"2025-04-27 13:30:00\";s:8:\"end_date\";s:19:\"2025-04-27 16:30:00\";s:20:\"start_unix_timestamp\";i:1745728200;s:18:\"end_unix_timestamp\";i:1745739000;s:8:\"location\";a:4:{s:8:\"location\";s:12:\"Chiba, Japan\";s:7:\"country\";s:2:\"jp\";s:8:\"latitude\";d:35.626896;s:9:\"longitude\";d:140.07108;}}i:2;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:103:\"初心者からプロまで歓迎!WordPress好きが集う【横浜 WordPress Meetup 交流会 #30】\";s:3:\"url\";s:65:\"https://www.meetup.com/kanagawa-wordpress-meetup/events/307287190\";s:6:\"meetup\";s:25:\"Kanagawa WordPress Meetup\";s:10:\"meetup_url\";s:49:\"https://www.meetup.com/kanagawa-wordpress-meetup/\";s:4:\"date\";s:19:\"2025-05-03 14:00:00\";s:8:\"end_date\";s:19:\"2025-05-03 17:00:00\";s:20:\"start_unix_timestamp\";i:1746248400;s:18:\"end_unix_timestamp\";i:1746259200;s:8:\"location\";a:4:{s:8:\"location\";s:15:\"Yokohama, Japan\";s:7:\"country\";s:2:\"jp\";s:8:\"latitude\";d:35.468464;s:9:\"longitude\";d:139.620712;}}i:3;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:72:\"八王子 WordPress Meetup 2025年6月度「WordPress もくもく会」\";s:3:\"url\";s:62:\"https://www.meetup.com/tokyo-wordpress-meetup/events/306877019\";s:6:\"meetup\";s:22:\"Tokyo WordPress Meetup\";s:10:\"meetup_url\";s:46:\"https://www.meetup.com/tokyo-wordpress-meetup/\";s:4:\"date\";s:19:\"2025-06-14 14:00:00\";s:8:\"end_date\";s:19:\"2025-06-14 16:00:00\";s:20:\"start_unix_timestamp\";i:1749877200;s:18:\"end_unix_timestamp\";i:1749884400;s:8:\"location\";a:4:{s:8:\"location\";s:12:\"Tokyo, Japan\";s:7:\"country\";s:2:\"jp\";s:8:\"latitude\";d:35.611603;s:9:\"longitude\";d:139.37936;}}i:4;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:27:\"WordCamp Kansai 2025, JAPAN\";s:3:\"url\";s:33:\"https://kansai.wordcamp.org/2025/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2025-11-01 00:00:00\";s:8:\"end_date\";s:19:\"2025-11-02 00:00:00\";s:20:\"start_unix_timestamp\";i:1761922800;s:18:\"end_unix_timestamp\";i:1762009200;s:8:\"location\";a:4:{s:8:\"location\";s:12:\"Osaka, JAPAN\";s:7:\"country\";s:2:\"JP\";s:8:\"latitude\";d:34.7043647;s:9:\"longitude\";d:135.494995;}}}}','off'),(78055,'can_compress_scripts','1','on'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=9022 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (9,7,'_edit_lock','1721868402:1'),(10,7,'_edit_last','1'),(11,7,'_aioseo_title',NULL),(12,7,'_aioseo_description',NULL),(13,7,'_aioseo_keywords',''),(14,7,'_aioseo_og_title',NULL),(15,7,'_aioseo_og_description',NULL),(16,7,'_aioseo_og_article_section',''),(17,7,'_aioseo_og_article_tags',''),(18,7,'_aioseo_twitter_title',NULL),(19,7,'_aioseo_twitter_description',NULL),(21,10,'_edit_lock','1723087776:1'),(22,10,'_edit_last','1'),(23,10,'_aioseo_title',NULL),(24,10,'_aioseo_description',NULL),(25,10,'_aioseo_keywords','a:0:{}'),(26,10,'_aioseo_og_title',NULL),(27,10,'_aioseo_og_description',NULL),(28,10,'_aioseo_og_article_section',NULL),(29,10,'_aioseo_og_article_tags','a:0:{}'),(30,10,'_aioseo_twitter_title',NULL),(31,10,'_aioseo_twitter_description',NULL),(32,12,'_edit_lock','1722390022:1'),(33,12,'_edit_last','1'),(34,12,'_aioseo_title',NULL),(35,12,'_aioseo_description',NULL),(36,12,'_aioseo_keywords','a:0:{}'),(37,12,'_aioseo_og_title',NULL),(38,12,'_aioseo_og_description',NULL),(39,12,'_aioseo_og_article_section',NULL),(40,12,'_aioseo_og_article_tags','a:0:{}'),(41,12,'_aioseo_twitter_title',NULL),(42,12,'_aioseo_twitter_description',NULL),(43,14,'_edit_lock','1703579347:1'),(44,14,'_edit_last','1'),(45,14,'_aioseo_title',NULL),(46,14,'_aioseo_description',NULL),(47,14,'_aioseo_keywords',''),(48,14,'_aioseo_og_title',NULL),(49,14,'_aioseo_og_description',NULL),(50,14,'_aioseo_og_article_section',NULL),(51,14,'_aioseo_og_article_tags',''),(52,14,'_aioseo_twitter_title',NULL),(53,14,'_aioseo_twitter_description',NULL),(54,16,'_edit_lock','1696220876:1'),(55,16,'_edit_last','1'),(56,16,'_aioseo_title',NULL),(57,16,'_aioseo_description',NULL),(58,16,'_aioseo_keywords',''),(59,16,'_aioseo_og_title',NULL),(60,16,'_aioseo_og_description',NULL),(61,16,'_aioseo_og_article_section',''),(62,16,'_aioseo_og_article_tags',''),(63,16,'_aioseo_twitter_title',NULL),(64,16,'_aioseo_twitter_description',NULL),(65,18,'_edit_lock','1715340796:1'),(66,18,'_edit_last','1'),(67,18,'_aioseo_title',NULL),(68,18,'_aioseo_description',NULL),(69,18,'_aioseo_keywords','a:0:{}'),(70,18,'_aioseo_og_title',NULL),(71,18,'_aioseo_og_description',NULL),(72,18,'_aioseo_og_article_section',''),(73,18,'_aioseo_og_article_tags','a:0:{}'),(74,18,'_aioseo_twitter_title',NULL),(75,18,'_aioseo_twitter_description',NULL),(76,20,'_edit_lock','1696223757:1'),(77,20,'_edit_last','1'),(78,20,'_aioseo_title',NULL),(79,20,'_aioseo_description',NULL),(80,20,'_aioseo_keywords',''),(81,20,'_aioseo_og_title',NULL),(82,20,'_aioseo_og_description',NULL),(83,20,'_aioseo_og_article_section',''),(84,20,'_aioseo_og_article_tags',''),(85,20,'_aioseo_twitter_title',NULL),(86,20,'_aioseo_twitter_description',NULL),(87,22,'_edit_lock','1696224577:1'),(88,22,'_edit_last','1'),(89,22,'_aioseo_title',NULL),(90,22,'_aioseo_description',NULL),(91,22,'_aioseo_keywords',''),(92,22,'_aioseo_og_title',NULL),(93,22,'_aioseo_og_description',NULL),(94,22,'_aioseo_og_article_section',''),(95,22,'_aioseo_og_article_tags',''),(96,22,'_aioseo_twitter_title',NULL),(97,22,'_aioseo_twitter_description',NULL),(98,24,'_edit_lock','1721566210:1'),(99,24,'_edit_last','1'),(100,24,'_aioseo_title',NULL),(101,24,'_aioseo_description',NULL),(102,24,'_aioseo_keywords',''),(103,24,'_aioseo_og_title',NULL),(104,24,'_aioseo_og_description',NULL),(105,24,'_aioseo_og_article_section',''),(106,24,'_aioseo_og_article_tags',''),(107,24,'_aioseo_twitter_title',NULL),(108,24,'_aioseo_twitter_description',NULL),(109,26,'_edit_lock','1715340782:1'),(110,26,'_edit_last','1'),(111,26,'_aioseo_title',NULL),(112,26,'_aioseo_description',NULL),(113,26,'_aioseo_keywords','a:0:{}'),(114,26,'_aioseo_og_title',NULL),(115,26,'_aioseo_og_description',NULL),(116,26,'_aioseo_og_article_section',''),(117,26,'_aioseo_og_article_tags','a:0:{}'),(118,26,'_aioseo_twitter_title',NULL),(119,26,'_aioseo_twitter_description',NULL),(120,28,'_edit_lock','1716204267:1'),(121,28,'_edit_last','1'),(122,28,'_aioseo_title',NULL),(123,28,'_aioseo_description',NULL),(124,28,'_aioseo_keywords','a:0:{}'),(125,28,'_aioseo_og_title',NULL),(126,28,'_aioseo_og_description',NULL),(127,28,'_aioseo_og_article_section',''),(128,28,'_aioseo_og_article_tags','a:0:{}'),(129,28,'_aioseo_twitter_title',NULL),(130,28,'_aioseo_twitter_description',NULL),(131,30,'_edit_last','1'),(132,30,'_edit_lock','1710472879:1'),(133,37,'_edit_last','1'),(134,37,'_edit_lock','1708344162:1'),(135,41,'_edit_lock','1696209110:1'),(136,41,'_edit_last','1'),(137,45,'_edit_lock','1696209136:1'),(138,45,'_edit_last','1'),(139,49,'_edit_lock','1696217254:1'),(140,49,'_edit_last','1'),(142,54,'_edit_lock','1721868040:1'),(143,54,'_edit_last','1'),(144,77,'_edit_last','1'),(145,77,'_edit_lock','1721868102:1'),(146,86,'_edit_last','1'),(147,86,'_edit_lock','1721868045:1'),(435,108,'_edit_last','1'),(436,108,'_edit_lock','1728557225:1'),(437,108,'mw-wp-form','a:29:{s:11:\"querystring\";b:0;s:5:\"usedb\";s:1:\"1\";s:12:\"mail_subject\";s:92:\"エントリーを承りました|{お名前}様|採用サイトからのエントリー\";s:9:\"mail_from\";s:36:\"no-reply@hitachi-setsubi-recruit.com\";s:11:\"mail_sender\";s:27:\"株式会社ヒタチ設備\";s:13:\"mail_reply_to\";s:36:\"no-reply@hitachi-setsubi-recruit.com\";s:12:\"mail_content\";s:946:\"{お名前}様\r\nこの度は当社の採用サイトから\r\nエントリーいただきありがとうございました。\r\n\r\n担当者より改めてご連絡させていただきます。\r\nしばらくお待ちください。\r\n\r\n-- ご送信内容の確認 -----------------------------------------\r\n応募職種:{募集職種}\r\nお名前:{お名前}\r\nメールアドレス:{メールアドレス}\r\nお電話番号:{電話番号}\r\nご住所:{ご住所} \r\n備考(任意):{備考}\r\nプライバシーポリシー:{個人情報}\r\n-------------------------------------------------------------\r\n\r\n※このメールアドレスは送信専用となっております。\r\n 返信不可となっておりますので、何卒ご了承ください。\r\n\r\n--------------------------------------\r\n株式会社ヒタチ設備\r\n〒323-0022 栃木県小山市駅東通り2-35-10\r\nTEL.0285-25-0882\r\nhttps://www.hitachi-setsubi-recruit.com\";s:21:\"automatic_reply_email\";s:21:\"メールアドレス\";s:7:\"mail_to\";s:27:\"m.takei@hitachi-setsubi.com\";s:7:\"mail_cc\";s:0:\"\";s:8:\"mail_bcc\";s:14:\"cs@acsport.net\";s:19:\"admin_mail_reply_to\";s:36:\"no-reply@hitachi-setsubi-recruit.com\";s:18:\"admin_mail_subject\";s:68:\"【新卒採用】エントリーを承りました|{お名前}様\";s:16:\"mail_return_path\";s:36:\"no-reply@hitachi-setsubi-recruit.com\";s:15:\"admin_mail_from\";s:36:\"no-reply@hitachi-setsubi-recruit.com\";s:17:\"admin_mail_sender\";s:27:\"株式会社ヒタチ設備\";s:18:\"admin_mail_content\";s:691:\"ご担当者様\r\n\r\n採用サイトからエントリーがありました。\r\n\r\n内容ご確認後、応募者へのご連絡をお願いします。\r\n\r\n\r\n-- ご送信内容の確認 -----------------------------------------\r\n応募職種:{募集職種}\r\nお名前:{お名前}\r\nメールアドレス:{メールアドレス}\r\nお電話番号:{電話番号}\r\nご住所:{ご住所} \r\n備考(任意):{備考}\r\nプライバシーポリシー:{個人情報}\r\n------------------------------------------------------------\r\n\r\n※このメールアドレスは送信専用となっております。\r\n 返信不可となっておりますので、何卒ご了承ください。\r\n\r\n\";s:14:\"akismet_author\";s:0:\"\";s:20:\"akismet_author_email\";s:0:\"\";s:18:\"akismet_author_url\";s:0:\"\";s:16:\"complete_message\";s:685:\"この度はご応募頂き誠にありがとうございました。\r\nエントリーが無事に完了しました。\r\n\r\n担当者より改めてご連絡させていただきますので、よろしくお願いいたします。\r\n\r\nご応募頂きました内容は、自動返信にてご入力いただきましたメールアドレスに\r\n送付されております。\r\nメールが確認できない場合は、迷惑メールフォルダに入っている場合がございます。\r\n\r\nしばらくしても担当者より折り返しの電話がない場合は、\r\nお手数ですがお電話にてお問い合わせいただきますよう、\r\nお願い申し上げます。\";s:9:\"input_url\";s:15:\"/entry_recruit/\";s:16:\"confirmation_url\";s:23:\"/entry_recruit_confirm/\";s:12:\"complete_url\";s:22:\"/entry_recruit_thanks/\";s:20:\"validation_error_url\";s:15:\"/entry_recruit/\";s:10:\"validation\";a:7:{i:0;a:1:{s:6:\"target\";s:12:\"recaptcha-v3\";}i:1;a:3:{s:6:\"target\";s:12:\"個人情報\";s:7:\"noempty\";s:1:\"1\";s:8:\"required\";s:1:\"1\";}i:2;a:2:{s:6:\"target\";s:9:\"ご住所\";s:7:\"noempty\";s:1:\"1\";}i:3;a:3:{s:6:\"target\";s:12:\"電話番号\";s:7:\"noempty\";s:1:\"1\";s:3:\"tel\";s:1:\"1\";}i:4;a:3:{s:6:\"target\";s:21:\"メールアドレス\";s:7:\"noempty\";s:1:\"1\";s:4:\"mail\";s:1:\"1\";}i:5;a:3:{s:6:\"target\";s:9:\"お名前\";s:7:\"noempty\";s:1:\"1\";s:8:\"japanese\";s:1:\"1\";}i:6;a:2:{s:6:\"target\";s:12:\"募集職種\";s:7:\"noempty\";s:1:\"1\";}}s:5:\"style\";s:0:\"\";s:6:\"scroll\";s:1:\"1\";s:6:\"extend\";a:0:{}}'),(442,111,'_aioseo_title',NULL),(443,111,'_aioseo_description',NULL),(444,111,'_aioseo_keywords',''),(445,111,'_aioseo_og_title',NULL),(446,111,'_aioseo_og_description',NULL),(447,111,'_aioseo_og_article_section',''),(448,111,'_aioseo_og_article_tags',''),(449,111,'_aioseo_twitter_title',NULL),(450,111,'_aioseo_twitter_description',NULL),(451,111,'_dp_original','26'),(452,111,'_edit_lock','1696224746:1'),(453,111,'_edit_last','1'),(454,113,'_edit_lock','1721872776:6'),(455,113,'_edit_last','1'),(456,113,'_aioseo_title',NULL),(457,113,'_aioseo_description',NULL),(458,113,'_aioseo_keywords',''),(459,113,'_aioseo_og_title',NULL),(460,113,'_aioseo_og_description',NULL),(461,113,'_aioseo_og_article_section',''),(462,113,'_aioseo_og_article_tags',''),(463,113,'_aioseo_twitter_title',NULL),(464,113,'_aioseo_twitter_description',NULL),(808,159,'_edit_lock','1694155517:1'),(809,159,'_edit_last','1'),(848,18,'footnotes',''),(849,18,'om_disable_all_campaigns',''),(850,18,'_mi_skip_tracking',''),(853,26,'footnotes',''),(854,26,'om_disable_all_campaigns',''),(855,26,'_mi_skip_tracking',''),(858,16,'footnotes',''),(859,16,'om_disable_all_campaigns',''),(860,16,'_mi_skip_tracking',''),(863,22,'footnotes',''),(864,22,'om_disable_all_campaigns',''),(865,22,'_mi_skip_tracking',''),(868,111,'footnotes',''),(869,111,'om_disable_all_campaigns',''),(870,111,'_mi_skip_tracking',''),(879,187,'_mw-wp-form_data','a:3:{s:15:\"response_status\";s:13:\"not-supported\";s:13:\"admin_mail_to\";s:31:\"all@hitachi-setsubi-recruit.com\";s:4:\"memo\";s:0:\"\";}'),(880,187,'募集職種','インサイドセールス'),(881,187,'お名前','竹田'),(882,187,'mail','t-takeda@finnow.co.jp'),(883,187,'電話番号','09094480407'),(884,187,'ご住所','東京都'),(885,187,'備考',''),(886,187,'個人情報','「個人情報の利用目的について」に同意の上送信します。'),(887,188,'_mw-wp-form_data','a:3:{s:15:\"response_status\";s:13:\"not-supported\";s:13:\"admin_mail_to\";s:31:\"all@hitachi-setsubi-recruit.com\";s:4:\"memo\";s:0:\"\";}'),(888,188,'募集職種','インサイドセールス'),(889,188,'お名前','竹田'),(890,188,'mail','t-takeda@finnow.co.jp'),(891,188,'電話番号','09094480407'),(892,188,'ご住所','東京都'),(893,188,'備考',''),(894,188,'個人情報','「個人情報の利用目的について」に同意の上送信します。'),(895,189,'_mw-wp-form_data','a:3:{s:15:\"response_status\";s:13:\"not-supported\";s:13:\"admin_mail_to\";s:31:\"all@hitachi-setsubi-recruit.com\";s:4:\"memo\";s:0:\"\";}'),(896,189,'募集職種','インサイドセールス'),(897,189,'お名前','長田 ユキ(新卒採用テスト)'),(898,189,'メールアドレス','y-nagata@acsport.net'),(899,189,'電話番号','090-1111-1111'),(900,189,'ご住所','東京都渋谷区神宮前6-23-4-2F'),(901,189,'現在の所属','新卒大学'),(902,189,'卒業予定','2023年3月'),(903,189,'備考','(新卒採用テスト)'),(904,189,'個人情報','「個人情報の利用目的について」に同意の上送信します。'),(905,190,'_mw-wp-form_data','a:3:{s:15:\"response_status\";s:13:\"not-supported\";s:13:\"admin_mail_to\";s:31:\"all@hitachi-setsubi-recruit.com\";s:4:\"memo\";s:0:\"\";}'),(906,190,'募集職種','フィールドセールス'),(907,190,'お名前','竹田'),(908,190,'mail','donny_0407@me.com'),(909,190,'電話番号','09094480407'),(910,190,'ご住所','東京都'),(911,190,'備考',''),(912,190,'個人情報','「個人情報の利用目的について」に同意の上送信します。'),(913,191,'_mw-wp-form_data','a:3:{s:15:\"response_status\";s:13:\"not-supported\";s:13:\"admin_mail_to\";s:31:\"all@hitachi-setsubi-recruit.com\";s:4:\"memo\";s:0:\"\";}'),(914,191,'募集職種','フィールドセールス'),(915,191,'お名前','長田 ユキ(中途採用テスト)'),(916,191,'mail','y-nagata@acsport.net'),(917,191,'電話番号','090-1111-1111'),(918,191,'ご住所','東京都渋谷区神宮前6-23-4-2F'),(919,191,'備考','中途採用テスト'),(920,191,'個人情報','「個人情報の利用目的について」に同意の上送信します。'),(921,192,'_mw-wp-form_data','a:3:{s:15:\"response_status\";s:13:\"not-supported\";s:13:\"admin_mail_to\";s:31:\"all@hitachi-setsubi-recruit.com\";s:4:\"memo\";s:0:\"\";}'),(922,192,'募集職種','インサイドセールス'),(923,192,'お名前','長田 ユキ(再 中途採用テスト)'),(924,192,'mail','y-nagata@acsport.net'),(925,192,'電話番号','090-1111-1111'),(926,192,'ご住所','東京都渋谷区神宮前6-23-4-2F'),(927,192,'備考','再 中途採用テスト'),(928,192,'個人情報','「個人情報の利用目的について」に同意の上送信します。'),(929,193,'_mw-wp-form_data','a:3:{s:15:\"response_status\";s:13:\"not-supported\";s:13:\"admin_mail_to\";s:31:\"all@hitachi-setsubi-recruit.com\";s:4:\"memo\";s:0:\"\";}'),(930,193,'募集職種','フィールドセールス'),(931,193,'お名前','竹田'),(932,193,'mail','donny_0407@me.com'),(933,193,'電話番号','09094480407'),(934,193,'ご住所','東京都'),(935,193,'備考',''),(936,193,'個人情報','「個人情報の利用目的について」に同意の上送信します。'),(1299,254,'_mw-wp-form_data','a:3:{s:15:\"response_status\";s:13:\"not-supported\";s:13:\"admin_mail_to\";s:18:\"322suyuk@gmail.com\";s:4:\"memo\";s:0:\"\";}'),(1300,254,'募集職種','コールセンターオペレーター'),(1301,254,'お名前','簾 宥輝'),(1302,254,'メールアドレス','322suyuk@gmail.com'),(1303,254,'電話番号','09079768794'),(1304,254,'ご住所','東大阪市長田中'),(1305,254,'現在の所属','テスト大学'),(1306,254,'卒業予定','2023年4月'),(1307,254,'備考','連絡事項'),(1308,254,'個人情報','「個人情報の利用目的について」に同意の上送信します。'),(1309,255,'_mw-wp-form_data','a:3:{s:15:\"response_status\";s:13:\"not-supported\";s:13:\"admin_mail_to\";s:18:\"322suyuk@gmail.com\";s:4:\"memo\";s:0:\"\";}'),(1310,255,'募集職種','コールセンターオペレーター'),(1311,255,'お名前','簾 宥輝'),(1312,255,'mail','322suyuk@gmail.com'),(1313,255,'電話番号','090-7976-8794'),(1314,255,'ご住所','東大阪市長田中'),(1315,255,'備考',''),(1316,255,'個人情報','「個人情報の利用目的について」に同意の上送信します。'),(1691,14,'_wp_page_template','default'),(1692,18,'_wp_page_template','default'),(1693,28,'_wp_page_template','default'),(1694,26,'_wp_page_template','default'),(1695,22,'_wp_page_template','default'),(1712,284,'mw-wp-form','a:29:{s:11:\"querystring\";b:0;s:5:\"usedb\";s:1:\"1\";s:12:\"mail_subject\";s:92:\"エントリーを承りました|{お名前}様|採用サイトからのエントリー\";s:9:\"mail_from\";s:36:\"no-reply@hitachi-setsubi-recruit.com\";s:11:\"mail_sender\";s:27:\"株式会社ヒタチ設備\";s:13:\"mail_reply_to\";s:36:\"no-reply@hitachi-setsubi-recruit.com\";s:12:\"mail_content\";s:941:\"{お名前}様\r\nこの度は当社の採用サイトから\r\nエントリーいただきありがとうございました。\r\n\r\n担当者より改めてご連絡させていただきます。\r\nしばらくお待ちください。\r\n-- ご送信内容の確認 -----------------------------------------\r\n応募職種:{募集職種}\r\nお名前:{お名前}\r\nメールアドレス:{メールアドレス}\r\n電話番号:{電話番号}\r\nご住所:{ご住所} \r\n備考(任意):{備考}\r\nプライバシーポリシー:{個人情報}\r\n-------------------------------------------------------------\r\n\r\n※このメールアドレスは送信専用となっております。\r\n 返信不可となっておりますので、何卒ご了承ください。\r\n\r\n--------------------------------------\r\n株式会社ヒタチ設備\r\n〒323-0022 栃木県小山市駅東通り2-35-10\r\nTEL.0285-25-0882\r\nhttps://www.hitachi-setsubi-recruit.com\";s:21:\"automatic_reply_email\";s:21:\"メールアドレス\";s:7:\"mail_to\";s:27:\"m.takei@hitachi-setsubi.com\";s:7:\"mail_cc\";s:0:\"\";s:8:\"mail_bcc\";s:14:\"cs@acsport.net\";s:19:\"admin_mail_reply_to\";s:36:\"no-reply@hitachi-setsubi-recruit.com\";s:18:\"admin_mail_subject\";s:62:\"【採用】エントリーを承りました|{お名前}様\";s:16:\"mail_return_path\";s:36:\"no-reply@hitachi-setsubi-recruit.com\";s:15:\"admin_mail_from\";s:36:\"no-reply@hitachi-setsubi-recruit.com\";s:17:\"admin_mail_sender\";s:27:\"株式会社ヒタチ設備\";s:18:\"admin_mail_content\";s:685:\"ご担当者様\r\n\r\n採用サイトからエントリーがありました。\r\n\r\n内容ご確認後、応募者へのご連絡をお願いします。\r\n\r\n\r\n-- ご送信内容の確認 -----------------------------------------\r\n応募職種:{募集職種}\r\nお名前:{お名前}\r\nメールアドレス:{メールアドレス}\r\n電話番号:{電話番号}\r\nご住所:{ご住所} \r\n備考(任意):{備考}\r\nプライバシーポリシー:{個人情報}\r\n-------------------------------------------------------------\r\n\r\n※このメールアドレスは送信専用となっております。\r\n 返信不可となっておりますので、何卒ご了承ください。\";s:14:\"akismet_author\";s:0:\"\";s:20:\"akismet_author_email\";s:0:\"\";s:18:\"akismet_author_url\";s:0:\"\";s:16:\"complete_message\";s:685:\"この度はご応募頂き誠にありがとうございました。\r\nエントリーが無事に完了しました。\r\n\r\n担当者より改めてご連絡させていただきますので、よろしくお願いいたします。\r\n\r\nご応募頂きました内容は、自動返信にてご入力いただきましたメールアドレスに\r\n送付されております。\r\nメールが確認できない場合は、迷惑メールフォルダに入っている場合がございます。\r\n\r\nしばらくしても担当者より折り返しの電話がない場合は、\r\nお手数ですがお電話にてお問い合わせいただきますよう、\r\nお願い申し上げます。\";s:9:\"input_url\";s:0:\"\";s:16:\"confirmation_url\";s:15:\"/entry_confirm/\";s:12:\"complete_url\";s:14:\"/entry_thanks/\";s:20:\"validation_error_url\";s:0:\"\";s:10:\"validation\";a:7:{i:0;a:1:{s:6:\"target\";s:12:\"recaptcha-v3\";}i:1;a:3:{s:6:\"target\";s:12:\"個人情報\";s:7:\"noempty\";s:1:\"1\";s:8:\"required\";s:1:\"1\";}i:2;a:2:{s:6:\"target\";s:9:\"ご住所\";s:7:\"noempty\";s:1:\"1\";}i:3;a:3:{s:6:\"target\";s:12:\"電話番号\";s:7:\"noempty\";s:1:\"1\";s:3:\"tel\";s:1:\"1\";}i:4;a:3:{s:6:\"target\";s:21:\"メールアドレス\";s:7:\"noempty\";s:1:\"1\";s:4:\"mail\";s:1:\"1\";}i:5;a:3:{s:6:\"target\";s:9:\"お名前\";s:7:\"noempty\";s:1:\"1\";s:8:\"japanese\";s:1:\"1\";}i:6;a:2:{s:6:\"target\";s:12:\"募集職種\";s:7:\"noempty\";s:1:\"1\";}}s:5:\"style\";s:0:\"\";s:6:\"scroll\";b:0;s:6:\"extend\";a:0:{}}'),(1713,284,'_dp_original','108'),(1714,284,'_edit_lock','1728557211:1'),(1715,284,'_edit_last','1'),(1872,108,'_edit_last','1'),(1873,108,'mw-wp-form','a:29:{s:11:\"querystring\";b:0;s:5:\"usedb\";s:1:\"1\";s:12:\"mail_subject\";s:92:\"エントリーを承りました|{お名前}様|採用サイトからのエントリー\";s:9:\"mail_from\";s:36:\"no-reply@hitachi-setsubi-recruit.com\";s:11:\"mail_sender\";s:27:\"株式会社ヒタチ設備\";s:13:\"mail_reply_to\";s:36:\"no-reply@hitachi-setsubi-recruit.com\";s:12:\"mail_content\";s:946:\"{お名前}様\r\nこの度は当社の採用サイトから\r\nエントリーいただきありがとうございました。\r\n\r\n担当者より改めてご連絡させていただきます。\r\nしばらくお待ちください。\r\n\r\n-- ご送信内容の確認 -----------------------------------------\r\n応募職種:{募集職種}\r\nお名前:{お名前}\r\nメールアドレス:{メールアドレス}\r\nお電話番号:{電話番号}\r\nご住所:{ご住所} \r\n備考(任意):{備考}\r\nプライバシーポリシー:{個人情報}\r\n-------------------------------------------------------------\r\n\r\n※このメールアドレスは送信専用となっております。\r\n 返信不可となっておりますので、何卒ご了承ください。\r\n\r\n--------------------------------------\r\n株式会社ヒタチ設備\r\n〒323-0022 栃木県小山市駅東通り2-35-10\r\nTEL.0285-25-0882\r\nhttps://www.hitachi-setsubi-recruit.com\";s:21:\"automatic_reply_email\";s:21:\"メールアドレス\";s:7:\"mail_to\";s:27:\"m.takei@hitachi-setsubi.com\";s:7:\"mail_cc\";s:0:\"\";s:8:\"mail_bcc\";s:14:\"cs@acsport.net\";s:19:\"admin_mail_reply_to\";s:36:\"no-reply@hitachi-setsubi-recruit.com\";s:18:\"admin_mail_subject\";s:68:\"【新卒採用】エントリーを承りました|{お名前}様\";s:16:\"mail_return_path\";s:36:\"no-reply@hitachi-setsubi-recruit.com\";s:15:\"admin_mail_from\";s:36:\"no-reply@hitachi-setsubi-recruit.com\";s:17:\"admin_mail_sender\";s:27:\"株式会社ヒタチ設備\";s:18:\"admin_mail_content\";s:691:\"ご担当者様\r\n\r\n採用サイトからエントリーがありました。\r\n\r\n内容ご確認後、応募者へのご連絡をお願いします。\r\n\r\n\r\n-- ご送信内容の確認 -----------------------------------------\r\n応募職種:{募集職種}\r\nお名前:{お名前}\r\nメールアドレス:{メールアドレス}\r\nお電話番号:{電話番号}\r\nご住所:{ご住所} \r\n備考(任意):{備考}\r\nプライバシーポリシー:{個人情報}\r\n------------------------------------------------------------\r\n\r\n※このメールアドレスは送信専用となっております。\r\n 返信不可となっておりますので、何卒ご了承ください。\r\n\r\n\";s:14:\"akismet_author\";s:0:\"\";s:20:\"akismet_author_email\";s:0:\"\";s:18:\"akismet_author_url\";s:0:\"\";s:16:\"complete_message\";s:685:\"この度はご応募頂き誠にありがとうございました。\r\nエントリーが無事に完了しました。\r\n\r\n担当者より改めてご連絡させていただきますので、よろしくお願いいたします。\r\n\r\nご応募頂きました内容は、自動返信にてご入力いただきましたメールアドレスに\r\n送付されております。\r\nメールが確認できない場合は、迷惑メールフォルダに入っている場合がございます。\r\n\r\nしばらくしても担当者より折り返しの電話がない場合は、\r\nお手数ですがお電話にてお問い合わせいただきますよう、\r\nお願い申し上げます。\";s:9:\"input_url\";s:15:\"/entry_recruit/\";s:16:\"confirmation_url\";s:23:\"/entry_recruit_confirm/\";s:12:\"complete_url\";s:22:\"/entry_recruit_thanks/\";s:20:\"validation_error_url\";s:15:\"/entry_recruit/\";s:10:\"validation\";a:7:{i:0;a:1:{s:6:\"target\";s:12:\"recaptcha-v3\";}i:1;a:3:{s:6:\"target\";s:12:\"個人情報\";s:7:\"noempty\";s:1:\"1\";s:8:\"required\";s:1:\"1\";}i:2;a:2:{s:6:\"target\";s:9:\"ご住所\";s:7:\"noempty\";s:1:\"1\";}i:3;a:3:{s:6:\"target\";s:12:\"電話番号\";s:7:\"noempty\";s:1:\"1\";s:3:\"tel\";s:1:\"1\";}i:4;a:3:{s:6:\"target\";s:21:\"メールアドレス\";s:7:\"noempty\";s:1:\"1\";s:4:\"mail\";s:1:\"1\";}i:5;a:3:{s:6:\"target\";s:9:\"お名前\";s:7:\"noempty\";s:1:\"1\";s:8:\"japanese\";s:1:\"1\";}i:6;a:2:{s:6:\"target\";s:12:\"募集職種\";s:7:\"noempty\";s:1:\"1\";}}s:5:\"style\";s:0:\"\";s:6:\"scroll\";s:1:\"1\";s:6:\"extend\";a:0:{}}'),(1877,284,'mw-wp-form','a:29:{s:11:\"querystring\";b:0;s:5:\"usedb\";s:1:\"1\";s:12:\"mail_subject\";s:92:\"エントリーを承りました|{お名前}様|採用サイトからのエントリー\";s:9:\"mail_from\";s:36:\"no-reply@hitachi-setsubi-recruit.com\";s:11:\"mail_sender\";s:27:\"株式会社ヒタチ設備\";s:13:\"mail_reply_to\";s:36:\"no-reply@hitachi-setsubi-recruit.com\";s:12:\"mail_content\";s:941:\"{お名前}様\r\nこの度は当社の採用サイトから\r\nエントリーいただきありがとうございました。\r\n\r\n担当者より改めてご連絡させていただきます。\r\nしばらくお待ちください。\r\n-- ご送信内容の確認 -----------------------------------------\r\n応募職種:{募集職種}\r\nお名前:{お名前}\r\nメールアドレス:{メールアドレス}\r\n電話番号:{電話番号}\r\nご住所:{ご住所} \r\n備考(任意):{備考}\r\nプライバシーポリシー:{個人情報}\r\n-------------------------------------------------------------\r\n\r\n※このメールアドレスは送信専用となっております。\r\n 返信不可となっておりますので、何卒ご了承ください。\r\n\r\n--------------------------------------\r\n株式会社ヒタチ設備\r\n〒323-0022 栃木県小山市駅東通り2-35-10\r\nTEL.0285-25-0882\r\nhttps://www.hitachi-setsubi-recruit.com\";s:21:\"automatic_reply_email\";s:21:\"メールアドレス\";s:7:\"mail_to\";s:27:\"m.takei@hitachi-setsubi.com\";s:7:\"mail_cc\";s:0:\"\";s:8:\"mail_bcc\";s:14:\"cs@acsport.net\";s:19:\"admin_mail_reply_to\";s:36:\"no-reply@hitachi-setsubi-recruit.com\";s:18:\"admin_mail_subject\";s:62:\"【採用】エントリーを承りました|{お名前}様\";s:16:\"mail_return_path\";s:36:\"no-reply@hitachi-setsubi-recruit.com\";s:15:\"admin_mail_from\";s:36:\"no-reply@hitachi-setsubi-recruit.com\";s:17:\"admin_mail_sender\";s:27:\"株式会社ヒタチ設備\";s:18:\"admin_mail_content\";s:685:\"ご担当者様\r\n\r\n採用サイトからエントリーがありました。\r\n\r\n内容ご確認後、応募者へのご連絡をお願いします。\r\n\r\n\r\n-- ご送信内容の確認 -----------------------------------------\r\n応募職種:{募集職種}\r\nお名前:{お名前}\r\nメールアドレス:{メールアドレス}\r\n電話番号:{電話番号}\r\nご住所:{ご住所} \r\n備考(任意):{備考}\r\nプライバシーポリシー:{個人情報}\r\n-------------------------------------------------------------\r\n\r\n※このメールアドレスは送信専用となっております。\r\n 返信不可となっておりますので、何卒ご了承ください。\";s:14:\"akismet_author\";s:0:\"\";s:20:\"akismet_author_email\";s:0:\"\";s:18:\"akismet_author_url\";s:0:\"\";s:16:\"complete_message\";s:685:\"この度はご応募頂き誠にありがとうございました。\r\nエントリーが無事に完了しました。\r\n\r\n担当者より改めてご連絡させていただきますので、よろしくお願いいたします。\r\n\r\nご応募頂きました内容は、自動返信にてご入力いただきましたメールアドレスに\r\n送付されております。\r\nメールが確認できない場合は、迷惑メールフォルダに入っている場合がございます。\r\n\r\nしばらくしても担当者より折り返しの電話がない場合は、\r\nお手数ですがお電話にてお問い合わせいただきますよう、\r\nお願い申し上げます。\";s:9:\"input_url\";s:0:\"\";s:16:\"confirmation_url\";s:15:\"/entry_confirm/\";s:12:\"complete_url\";s:14:\"/entry_thanks/\";s:20:\"validation_error_url\";s:0:\"\";s:10:\"validation\";a:7:{i:0;a:1:{s:6:\"target\";s:12:\"recaptcha-v3\";}i:1;a:3:{s:6:\"target\";s:12:\"個人情報\";s:7:\"noempty\";s:1:\"1\";s:8:\"required\";s:1:\"1\";}i:2;a:2:{s:6:\"target\";s:9:\"ご住所\";s:7:\"noempty\";s:1:\"1\";}i:3;a:3:{s:6:\"target\";s:12:\"電話番号\";s:7:\"noempty\";s:1:\"1\";s:3:\"tel\";s:1:\"1\";}i:4;a:3:{s:6:\"target\";s:21:\"メールアドレス\";s:7:\"noempty\";s:1:\"1\";s:4:\"mail\";s:1:\"1\";}i:5;a:3:{s:6:\"target\";s:9:\"お名前\";s:7:\"noempty\";s:1:\"1\";s:8:\"japanese\";s:1:\"1\";}i:6;a:2:{s:6:\"target\";s:12:\"募集職種\";s:7:\"noempty\";s:1:\"1\";}}s:5:\"style\";s:0:\"\";s:6:\"scroll\";b:0;s:6:\"extend\";a:0:{}}'),(1878,284,'_dp_original','108'),(1879,284,'_edit_last','1'),(2339,350,'footnotes',''),(2340,351,'footnotes',''),(2349,353,'mw-wp-form','a:29:{s:11:\"querystring\";b:0;s:5:\"usedb\";s:1:\"1\";s:12:\"mail_subject\";s:92:\"エントリーを承りました|{お名前}様|採用サイトからのエントリー\";s:9:\"mail_from\";s:36:\"no-reply@hitachi-setsubi-recruit.com\";s:11:\"mail_sender\";s:27:\"株式会社ヒタチ設備\";s:13:\"mail_reply_to\";s:36:\"no-reply@hitachi-setsubi-recruit.com\";s:12:\"mail_content\";s:943:\"{お名前}様\r\nこの度は当社の採用サイトから\r\nエントリーいただきありがとうございました。\r\n\r\n担当者より改めてご連絡させていただきます。\r\nしばらくお待ちください。\r\n\r\n-- ご送信内容の確認 -----------------------------------------\r\n応募職種:{募集職種}\r\nお名前:{お名前}\r\nメールアドレス:{メールアドレス}\r\n電話番号:{電話番号}\r\nご住所:{ご住所} \r\n備考(任意):{備考}\r\nプライバシーポリシー:{個人情報}\r\n-------------------------------------------------------------\r\n\r\n※このメールアドレスは送信専用となっております。\r\n 返信不可となっておりますので、何卒ご了承ください。\r\n\r\n--------------------------------------\r\n株式会社ヒタチ設備\r\n〒323-0022 栃木県小山市駅東通り2-35-10\r\nTEL.0285-25-0882\r\nhttps://www.hitachi-setsubi-recruit.com\";s:21:\"automatic_reply_email\";s:21:\"メールアドレス\";s:7:\"mail_to\";s:27:\"m.takei@hitachi-setsubi.com\";s:7:\"mail_cc\";s:0:\"\";s:8:\"mail_bcc\";s:14:\"cs@acsport.net\";s:19:\"admin_mail_reply_to\";s:36:\"no-reply@hitachi-setsubi-recruit.com\";s:18:\"admin_mail_subject\";s:68:\"【中途採用】エントリーを承りました|{お名前}様\";s:16:\"mail_return_path\";s:36:\"no-reply@hitachi-setsubi-recruit.com\";s:15:\"admin_mail_from\";s:36:\"no-reply@hitachi-setsubi-recruit.com\";s:17:\"admin_mail_sender\";s:27:\"株式会社ヒタチ設備\";s:18:\"admin_mail_content\";s:687:\"ご担当者様\r\n\r\n採用サイトからエントリーがありました。\r\n\r\n内容ご確認後、応募者へのご連絡をお願いします。\r\n\r\n\r\n-- ご送信内容の確認 -----------------------------------------\r\n応募職種:{募集職種}\r\nお名前:{お名前}\r\nメールアドレス:{メールアドレス}\r\n電話番号:{電話番号}\r\nご住所:{ご住所} \r\n備考(任意):{備考}\r\nプライバシーポリシー:{個人情報}\r\n-------------------------------------------------------------\r\n\r\n※このメールアドレスは送信専用となっております。\r\n 返信不可となっておりますので、何卒ご了承ください。\r\n\";s:14:\"akismet_author\";s:0:\"\";s:20:\"akismet_author_email\";s:0:\"\";s:18:\"akismet_author_url\";s:0:\"\";s:16:\"complete_message\";s:685:\"この度はご応募頂き誠にありがとうございました。\r\nエントリーが無事に完了しました。\r\n\r\n担当者より改めてご連絡させていただきますので、よろしくお願いいたします。\r\n\r\nご応募頂きました内容は、自動返信にてご入力いただきましたメールアドレスに\r\n送付されております。\r\nメールが確認できない場合は、迷惑メールフォルダに入っている場合がございます。\r\n\r\nしばらくしても担当者より折り返しの電話がない場合は、\r\nお手数ですがお電話にてお問い合わせいただきますよう、\r\nお願い申し上げます。\";s:9:\"input_url\";s:14:\"/entry_career/\";s:16:\"confirmation_url\";s:22:\"/entry_career_confirm/\";s:12:\"complete_url\";s:21:\"/entry_career_thanks/\";s:20:\"validation_error_url\";s:14:\"/entry_career/\";s:10:\"validation\";a:7:{i:0;a:1:{s:6:\"target\";s:12:\"recaptcha-v3\";}i:1;a:3:{s:6:\"target\";s:12:\"個人情報\";s:7:\"noempty\";s:1:\"1\";s:8:\"required\";s:1:\"1\";}i:2;a:2:{s:6:\"target\";s:9:\"ご住所\";s:7:\"noempty\";s:1:\"1\";}i:3;a:3:{s:6:\"target\";s:12:\"電話番号\";s:7:\"noempty\";s:1:\"1\";s:3:\"tel\";s:1:\"1\";}i:4;a:3:{s:6:\"target\";s:21:\"メールアドレス\";s:7:\"noempty\";s:1:\"1\";s:4:\"mail\";s:1:\"1\";}i:5;a:3:{s:6:\"target\";s:9:\"お名前\";s:7:\"noempty\";s:1:\"1\";s:8:\"japanese\";s:1:\"1\";}i:6;a:2:{s:6:\"target\";s:12:\"募集職種\";s:7:\"noempty\";s:1:\"1\";}}s:5:\"style\";s:0:\"\";s:6:\"scroll\";s:1:\"1\";s:6:\"extend\";a:0:{}}'),(2350,353,'mw-wp-form','a:29:{s:11:\"querystring\";b:0;s:5:\"usedb\";s:1:\"1\";s:12:\"mail_subject\";s:92:\"エントリーを承りました|{お名前}様|採用サイトからのエントリー\";s:9:\"mail_from\";s:36:\"no-reply@hitachi-setsubi-recruit.com\";s:11:\"mail_sender\";s:27:\"株式会社ヒタチ設備\";s:13:\"mail_reply_to\";s:36:\"no-reply@hitachi-setsubi-recruit.com\";s:12:\"mail_content\";s:943:\"{お名前}様\r\nこの度は当社の採用サイトから\r\nエントリーいただきありがとうございました。\r\n\r\n担当者より改めてご連絡させていただきます。\r\nしばらくお待ちください。\r\n\r\n-- ご送信内容の確認 -----------------------------------------\r\n応募職種:{募集職種}\r\nお名前:{お名前}\r\nメールアドレス:{メールアドレス}\r\n電話番号:{電話番号}\r\nご住所:{ご住所} \r\n備考(任意):{備考}\r\nプライバシーポリシー:{個人情報}\r\n-------------------------------------------------------------\r\n\r\n※このメールアドレスは送信専用となっております。\r\n 返信不可となっておりますので、何卒ご了承ください。\r\n\r\n--------------------------------------\r\n株式会社ヒタチ設備\r\n〒323-0022 栃木県小山市駅東通り2-35-10\r\nTEL.0285-25-0882\r\nhttps://www.hitachi-setsubi-recruit.com\";s:21:\"automatic_reply_email\";s:21:\"メールアドレス\";s:7:\"mail_to\";s:27:\"m.takei@hitachi-setsubi.com\";s:7:\"mail_cc\";s:0:\"\";s:8:\"mail_bcc\";s:14:\"cs@acsport.net\";s:19:\"admin_mail_reply_to\";s:36:\"no-reply@hitachi-setsubi-recruit.com\";s:18:\"admin_mail_subject\";s:68:\"【中途採用】エントリーを承りました|{お名前}様\";s:16:\"mail_return_path\";s:36:\"no-reply@hitachi-setsubi-recruit.com\";s:15:\"admin_mail_from\";s:36:\"no-reply@hitachi-setsubi-recruit.com\";s:17:\"admin_mail_sender\";s:27:\"株式会社ヒタチ設備\";s:18:\"admin_mail_content\";s:687:\"ご担当者様\r\n\r\n採用サイトからエントリーがありました。\r\n\r\n内容ご確認後、応募者へのご連絡をお願いします。\r\n\r\n\r\n-- ご送信内容の確認 -----------------------------------------\r\n応募職種:{募集職種}\r\nお名前:{お名前}\r\nメールアドレス:{メールアドレス}\r\n電話番号:{電話番号}\r\nご住所:{ご住所} \r\n備考(任意):{備考}\r\nプライバシーポリシー:{個人情報}\r\n-------------------------------------------------------------\r\n\r\n※このメールアドレスは送信専用となっております。\r\n 返信不可となっておりますので、何卒ご了承ください。\r\n\";s:14:\"akismet_author\";s:0:\"\";s:20:\"akismet_author_email\";s:0:\"\";s:18:\"akismet_author_url\";s:0:\"\";s:16:\"complete_message\";s:685:\"この度はご応募頂き誠にありがとうございました。\r\nエントリーが無事に完了しました。\r\n\r\n担当者より改めてご連絡させていただきますので、よろしくお願いいたします。\r\n\r\nご応募頂きました内容は、自動返信にてご入力いただきましたメールアドレスに\r\n送付されております。\r\nメールが確認できない場合は、迷惑メールフォルダに入っている場合がございます。\r\n\r\nしばらくしても担当者より折り返しの電話がない場合は、\r\nお手数ですがお電話にてお問い合わせいただきますよう、\r\nお願い申し上げます。\";s:9:\"input_url\";s:14:\"/entry_career/\";s:16:\"confirmation_url\";s:22:\"/entry_career_confirm/\";s:12:\"complete_url\";s:21:\"/entry_career_thanks/\";s:20:\"validation_error_url\";s:14:\"/entry_career/\";s:10:\"validation\";a:7:{i:0;a:1:{s:6:\"target\";s:12:\"recaptcha-v3\";}i:1;a:3:{s:6:\"target\";s:12:\"個人情報\";s:7:\"noempty\";s:1:\"1\";s:8:\"required\";s:1:\"1\";}i:2;a:2:{s:6:\"target\";s:9:\"ご住所\";s:7:\"noempty\";s:1:\"1\";}i:3;a:3:{s:6:\"target\";s:12:\"電話番号\";s:7:\"noempty\";s:1:\"1\";s:3:\"tel\";s:1:\"1\";}i:4;a:3:{s:6:\"target\";s:21:\"メールアドレス\";s:7:\"noempty\";s:1:\"1\";s:4:\"mail\";s:1:\"1\";}i:5;a:3:{s:6:\"target\";s:9:\"お名前\";s:7:\"noempty\";s:1:\"1\";s:8:\"japanese\";s:1:\"1\";}i:6;a:2:{s:6:\"target\";s:12:\"募集職種\";s:7:\"noempty\";s:1:\"1\";}}s:5:\"style\";s:0:\"\";s:6:\"scroll\";s:1:\"1\";s:6:\"extend\";a:0:{}}'),(2351,353,'_dp_original','108'),(2352,353,'_edit_last','1'),(2353,353,'_edit_lock','1728557196:1'),(2356,355,'footnotes',''),(2357,356,'footnotes',''),(6419,548,'_mw-wp-form_data','a:3:{s:15:\"response_status\";s:13:\"not-supported\";s:13:\"admin_mail_to\";s:14:\"cs@acsport.net\";s:4:\"memo\";s:0:\"\";}'),(6420,548,'募集職種','営業職'),(6421,548,'お名前','長田 雪(新卒エントリー送信テスト'),(6422,548,'メールアドレス','y-nagata@acsport.net'),(6423,548,'電話番号','090-1234-5678'),(6424,548,'ご住所','東京都千代田区丸の内1-11-1'),(6425,548,'現在の所属','テスト'),(6426,548,'卒業予定','2025/3卒業'),(6427,548,'備考','テスト'),(6428,548,'個人情報','「個人情報の利用目的について」に同意の上送信します。'),(7398,606,'interview_img','702'),(7399,606,'_interview_img','field_64abc4d83fb06'),(7400,606,'interview_ttl','チームワークで築く信頼と成果'),(7401,606,'_interview_ttl','field_64abc55d3fb07'),(7402,606,'interview_jobtype','住宅設備部 一般住宅課'),(7403,606,'_interview_jobtype','field_64abc61147a5f'),(7404,606,'interview_jobposition','主任'),(7405,606,'_interview_jobposition','field_64abc62747a60'),(7406,606,'interview_jobname','N.I'),(7407,606,'_interview_jobname','field_64abc69a47a61'),(7408,606,'interview_joindyear','2016年4月'),(7409,606,'_interview_joindyear','field_64abc6b147a62'),(7410,606,'q1_q','仕事をする中で、最も大切にしているものは何ですか? '),(7411,606,'_q1_q','field_64abc880fcace'),(7412,606,'q1_a','チームワークです。家づくりは、様々な工事業者が力を合わせて作る為。'),(7413,606,'_q1_a','field_64abc8bdfcacf'),(7414,606,'q1_img','698'),(7415,606,'_q1_img','field_64abc8cffcad0'),(7416,606,'q2_q','最も嬉しかった仕事のエピソードを教えてください。'),(7417,606,'_q2_q','field_64abc90d50db2'),(7418,606,'q2_a','深夜の水のトラブルで駆けつけて、大変でしたが直すことが出来て、泣いて感謝された事'),(7419,606,'_q2_a','field_64abc90d51773'),(7420,606,'q2_img','699'),(7421,606,'_q2_img','field_64abc90d52136'),(7422,606,'q3_q','仕事のやりがいや、自社の魅力は?'),(7423,606,'_q3_q','field_64abc915c26b7'),(7424,606,'q3_a','携わった住宅が近隣市内のあちこちに増えてきて、そこで幸せな家庭が築かれている事。\r\n様々な住宅メーカーの仕事に携われること。'),(7425,606,'_q3_a','field_64abc915c307c'),(7426,606,'q3_img','700'),(7427,606,'_q3_img','field_64abc915c3a3e'),(7428,606,'q4_q','今後挑戦したいと思う仕事やポジションはありますか?'),(7429,606,'_q4_q','field_64abc91b0c8fe'),(7430,606,'q4_a','マンションやビル等の工事にも挑戦したいです。\r\n資格を取得して、施工管理にもチャレンジしたいです。'),(7431,606,'_q4_a','field_64abc91b0d2bd'),(7432,606,'q4_img','701'),(7433,606,'_q4_img','field_64abc91b0dc80'),(7434,606,'_aioseo_title',NULL),(7435,606,'_aioseo_description',NULL),(7436,606,'_aioseo_keywords','a:0:{}'),(7437,606,'_aioseo_og_title',NULL),(7438,606,'_aioseo_og_description',NULL),(7439,606,'_aioseo_og_article_section',''),(7440,606,'_aioseo_og_article_tags','a:0:{}'),(7441,606,'_aioseo_twitter_title',NULL),(7442,606,'_aioseo_twitter_description',NULL),(7444,606,'om_disable_all_campaigns',''),(7445,606,'_monsterinsights_skip_tracking',''),(7446,606,'_monsterinsights_sitenote_active',''),(7448,606,'_dp_original','554'),(7449,606,'_edit_lock','1723086582:1'),(7450,606,'_edit_last','1'),(7505,606,'q5_q',''),(7506,606,'_q5_q','field_65e3b04425a7a'),(7507,606,'q5_a',''),(7508,606,'_q5_a','field_65e3b04425a96'),(7509,606,'q5_img','650'),(7510,606,'_q5_img','field_65e3b04425a9b'),(7511,606,'q6_q',''),(7512,606,'_q6_q','field_65e3b1e43ff1a'),(7513,606,'q6_a',''),(7514,606,'_q6_a','field_65e3b1e43ff34'),(7515,606,'q6_img','650'),(7516,606,'_q6_img','field_65e3b1e43ff39'),(7517,606,'q7_q',''),(7518,606,'_q7_q','field_65e3b2134335d'),(7519,606,'q7_a',''),(7520,606,'_q7_a','field_65e3b21343363'),(7521,606,'q7_img','650'),(7522,606,'_q7_img','field_65e3b21343367'),(7523,606,'q8_q',''),(7524,606,'_q8_q','field_65e3b23927488'),(7525,606,'q8_a',''),(7526,606,'_q8_a','field_65e3b239274a9'),(7527,606,'q8_img','650'),(7528,606,'_q8_img','field_65e3b239274b1'),(7529,606,'q9_q',''),(7530,606,'_q9_q','field_65e3b2639c3f6'),(7531,606,'q9_a',''),(7532,606,'_q9_a','field_65e3b2639c422'),(7533,606,'q9_img',''),(7534,606,'_q9_img','field_65e3b2639c429'),(7535,606,'q10_q',''),(7536,606,'_q10_q','field_65e3b28e0d932'),(7537,606,'q10_a',''),(7538,606,'_q10_a','field_65e3b28e0d938'),(7539,606,'q10_img',''),(7540,606,'_q10_img','field_65e3b28e0d93d'),(7703,640,'job_img','712'),(7704,640,'_job_img','field_64abccfe9c721'),(7705,640,'job_background','私たち株式会社ヒタチ設備は、創業以来73年と永きにわたり、地域に根ざした管工事を通じて多くの信頼を築いてきました。\r\n現在、私たちの事業は更なる成長を遂げており、新規プロジェクトの増加に伴い、業務の拡大が急務となっております。\r\nその期待に応える為にも、多くの仲間を募集しております。'),(7706,640,'_job_background','field_64abcd799c722'),(7707,640,'job_content','管工事施工管理業務・配管工事作業'),(7708,640,'_job_content','field_64abcd969c723'),(7709,640,'job_flow','【8:30】朝礼・ミーティング~\r\n 作業現場到着 配管工事等\r\n ▼\r\n【12:00】昼休憩\r\n ▼\r\n【13:00】各種工事\r\n ▼\r\n【17:00】翌日の準備\r\n ▼\r\n【17:30】作業日報'),(7710,640,'_job_flow','field_64abcdb59c724'),(7711,640,'job_stepup','経験や能力に応じて給与にも反映されるので、やり甲斐があります!'),(7712,640,'_job_stepup','field_64abceba9c725'),(7713,640,'job_after_join','先輩社員と一緒に教わりながら行動するので安心です!'),(7714,640,'_job_after_join','field_64abceea9c726'),(7715,640,'job_team','客先毎に分かれた班編成で、チームで対応するので安心です!'),(7716,640,'_job_team','field_64abcf1e9c727'),(7717,640,'job_interview_URL','a:1:{i:0;s:3:\"606\";}'),(7718,640,'_job_interview_URL','field_64abcf4e9c728'),(7719,640,'location_img01','706'),(7720,640,'_location_img01','field_64abcfe449017'),(7721,640,'location_img02','707'),(7722,640,'_location_img02','field_64abd03e49018'),(7723,640,'location_img03','708'),(7724,640,'_location_img03','field_64abd06049019'),(7725,640,'location_img04','709'),(7726,640,'_location_img04','field_64abd06b4901a'),(7727,640,'location_img05','710'),(7728,640,'_location_img05','field_64abd0854901c'),(7729,640,'location_img06','711'),(7730,640,'_location_img06','field_64abd09a4901e'),(7731,640,'recruit_type','施工管理・設備工'),(7732,640,'_recruit_type','field_63aa5f7a4df2b'),(7733,640,'recruit_content','給排水衛生設備の管理/施工・冷暖房換気設備の管理/施工・プラント配管設備の管理/施工等'),(7734,640,'_recruit_content','field_63aa5fce4df2c'),(7735,640,'recruit_employment_status','正社員'),(7736,640,'_recruit_employment_status','field_63aa5fdd4df2d'),(7737,640,'recruit_age','制限なし'),(7738,640,'_recruit_age','field_63aa5ffe4df2e'),(7739,640,'recruit_gakureki','不問'),(7740,640,'_recruit_gakureki','field_63aa60154df2f'),(7741,640,'recruit_experience','管工事施工管理技士・給水装置工事主任技術者 等'),(7742,640,'_recruit_experience','field_63aa60214df30'),(7743,640,'recruit_welcomed','明るく真面目で元気な方'),(7744,640,'_recruit_welcomed','field_63aa60574df31'),(7745,640,'recruit_losation','栃木県'),(7746,640,'_recruit_losation','field_63aa60674df32'),(7747,640,'recruit_hours','8:30~17:30'),(7748,640,'_recruit_hours','field_63aa606d4df3a'),(7749,640,'recruit_income','200,000~400,000円 ※前職及び年齢・経験・能力を考慮の上、決定致します。'),(7750,640,'_recruit_income','field_63aa606d4df39'),(7751,640,'recruit_bonus','昇給有り:毎年4月\r\n賞与あり:年2回'),(7752,640,'_recruit_bonus','field_63aa606c4df38'),(7753,640,'recruit_income_ex','3,000,000~8,000,000円'),(7754,640,'_recruit_income_ex','field_64abcb1271ba1'),(7755,640,'recruit_use','試用期間3ヶ月'),(7756,640,'_recruit_use','field_63aa606c4df37'),(7757,640,'recruit_allow','◎通勤手当\r\n◎住宅手当\r\n◎時間外手当'),(7758,640,'_recruit_allow','field_63aa606b4df36'),(7759,640,'recruit_holiday','◎完全週休2日(土日休み)\r\n◎夏期休暇\r\n◎年末年始休暇\r\n◎有給休暇\r\n◎慶弔休暇\r\n◎産前・産後休暇\r\n◎育児休暇\r\n◎介護休暇'),(7760,640,'_recruit_holiday','field_63aa606b4df35'),(7761,640,'recruit_benefit','◎退職金制度\r\n◎社員旅行(北海道・四国など)\r\n◎親睦会\r\n◎定期健康診断'),(7762,640,'_recruit_benefit','field_63aa606a4df34'),(7763,640,'recruit_education','研修制度有り\r\n資格取得手当有り'),(7764,640,'_recruit_education','field_63aa60694df33'),(7765,640,'recruit_insurance','◎各種社会保険完備'),(7766,640,'_recruit_insurance','field_63aa60e24df3c'),(7767,640,'recruit_others',''),(7768,640,'_recruit_others','field_63aa60e24df3b'),(7769,640,'google_income_type','MONTH'),(7770,640,'_google_income_type','field_64fa81a5e034f'),(7771,640,'google_income','200,000〜400,000'),(7772,640,'_google_income','field_64eff315bde1f'),(7773,640,'google_start_day','20240808'),(7774,640,'_google_start_day','field_64eff49fbde20'),(7775,640,'google_end_day','21240808'),(7776,640,'_google_end_day','field_64eff4ffbde21'),(7777,640,'_aioseo_title',NULL),(7778,640,'_aioseo_description',NULL),(7779,640,'_aioseo_keywords','a:0:{}'),(7780,640,'_aioseo_og_title',NULL),(7781,640,'_aioseo_og_description',NULL),(7782,640,'_aioseo_og_article_section',''),(7783,640,'_aioseo_og_article_tags','a:0:{}'),(7784,640,'_aioseo_twitter_title',NULL),(7785,640,'_aioseo_twitter_description',NULL),(7786,640,'om_disable_all_campaigns',''),(7787,640,'_monsterinsights_skip_tracking',''),(7788,640,'_monsterinsights_sitenote_active',''),(7790,640,'_wp_old_slug','%e3%83%97%e3%83%ad%e3%82%b0%e3%83%a9%e3%83%9e%e3%83%bc%e3%83%bb%e3%82%b7%e3%82%b9%e3%83%86%e3%83%a0%e3%82%a8%e3%83%b3%e3%82%b8%e3%83%8b%e3%82%a2'),(7791,640,'_wp_old_slug','se'),(7793,640,'_dp_original','559'),(7794,640,'_edit_lock','1723090282:6'),(7797,640,'_edit_last','6'),(8090,646,'_wp_attached_file','2024/03/favicon.png'),(8091,646,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:19:\"2024/03/favicon.png\";s:8:\"filesize\";i:7849;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:{}}}'),(8092,647,'_wp_attached_file','2024/03/ogp_img.jpg'),(8093,647,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:525;s:4:\"file\";s:19:\"2024/03/ogp_img.jpg\";s:8:\"filesize\";i:82333;s:5:\"sizes\";a:1:{s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"ogp_img-768x403.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:171951;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8099,650,'_wp_attached_file','2024/03/no_img.jpg'),(8100,650,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:18:\"2024/03/no_img.jpg\";s:8:\"filesize\";i:19472;s:5:\"sizes\";a:1:{s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"no_img-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155207;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8101,650,'_edit_lock','1709728248:1'),(8103,650,'_aioseo_title',NULL),(8104,650,'_aioseo_description','#post_content'),(8105,650,'_aioseo_keywords',''),(8106,650,'_aioseo_og_title',NULL),(8107,650,'_aioseo_og_description',NULL),(8108,650,'_aioseo_og_article_section',''),(8109,650,'_aioseo_og_article_tags',''),(8110,650,'_aioseo_twitter_title',NULL),(8111,650,'_aioseo_twitter_description',NULL),(8443,640,'-job_team','客先毎に分かれた班編成で、チームで対応するので安心です!'),(8444,640,'_-job_team','field_64abcf1e9c727'),(8445,640,'job_skill_area','・未経験歓迎!\r\n・既卒・第二新卒歓迎!\r\n・資格・学歴一切不問!\r\n\r\n入社段階では、メディアやWEBマーケティングの知識は問いませんので、未経験から異業種に挑戦したい方も歓迎します!'),(8446,640,'_job_skill_area','field_65f3bc01c6ef7'),(8447,640,'job_welcomeskill','・営業(特に提案型営業や建築業界の法人営業)\r\n・販売・接客\r\n・コンサルティング\r\n・経営企画・営業企画・マーケティング\r\n・コーポレートスタッフ\r\n・その他それに準ずる企画職'),(8448,640,'_job_welcomeskill','field_65f3bc49c6ef8'),(8572,698,'_wp_attached_file','2024/07/interview01_1.jpg'),(8573,698,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:900;s:6:\"height\";i:600;s:4:\"file\";s:25:\"2024/07/interview01_1.jpg\";s:8:\"filesize\";i:136127;s:5:\"sizes\";a:1:{s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"interview01_1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:245534;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8574,699,'_wp_attached_file','2024/07/interview01_2.jpg'),(8575,699,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:900;s:6:\"height\";i:600;s:4:\"file\";s:25:\"2024/07/interview01_2.jpg\";s:8:\"filesize\";i:220155;s:5:\"sizes\";a:1:{s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"interview01_2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:385120;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8576,700,'_wp_attached_file','2024/07/interview01_3.jpg'),(8577,700,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:900;s:6:\"height\";i:600;s:4:\"file\";s:25:\"2024/07/interview01_3.jpg\";s:8:\"filesize\";i:137937;s:5:\"sizes\";a:1:{s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"interview01_3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:248569;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8578,701,'_wp_attached_file','2024/07/interview01_4.jpg'),(8579,701,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:900;s:6:\"height\";i:600;s:4:\"file\";s:25:\"2024/07/interview01_4.jpg\";s:8:\"filesize\";i:125277;s:5:\"sizes\";a:1:{s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"interview01_4-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:233086;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8580,702,'_wp_attached_file','2024/07/interview01_main.jpg'),(8581,702,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:632;s:6:\"height\";i:425;s:4:\"file\";s:28:\"2024/07/interview01_main.jpg\";s:8:\"filesize\";i:42071;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:{}}}'),(8587,702,'_aioseo_title',NULL),(8588,702,'_aioseo_description','#post_content'),(8589,702,'_aioseo_keywords','a:0:{}'),(8590,702,'_aioseo_og_title',NULL),(8591,702,'_aioseo_og_description',NULL),(8592,702,'_aioseo_og_article_section',''),(8593,702,'_aioseo_og_article_tags','a:0:{}'),(8594,702,'_aioseo_twitter_title',NULL),(8595,702,'_aioseo_twitter_description',NULL),(8596,698,'_aioseo_title',NULL),(8597,698,'_aioseo_description','#post_content'),(8598,698,'_aioseo_keywords','a:0:{}'),(8599,698,'_aioseo_og_title',NULL),(8600,698,'_aioseo_og_description',NULL),(8601,698,'_aioseo_og_article_section',''),(8602,698,'_aioseo_og_article_tags','a:0:{}'),(8603,698,'_aioseo_twitter_title',NULL),(8604,698,'_aioseo_twitter_description',NULL),(8605,699,'_aioseo_title',NULL),(8606,699,'_aioseo_description','#post_content'),(8607,699,'_aioseo_keywords','a:0:{}'),(8608,699,'_aioseo_og_title',NULL),(8609,699,'_aioseo_og_description',NULL),(8610,699,'_aioseo_og_article_section',''),(8611,699,'_aioseo_og_article_tags','a:0:{}'),(8612,699,'_aioseo_twitter_title',NULL),(8613,699,'_aioseo_twitter_description',NULL),(8614,700,'_aioseo_title',NULL),(8615,700,'_aioseo_description','#post_content'),(8616,700,'_aioseo_keywords','a:0:{}'),(8617,700,'_aioseo_og_title',NULL),(8618,700,'_aioseo_og_description',NULL),(8619,700,'_aioseo_og_article_section',''),(8620,700,'_aioseo_og_article_tags','a:0:{}'),(8621,700,'_aioseo_twitter_title',NULL),(8622,700,'_aioseo_twitter_description',NULL),(8623,701,'_aioseo_title',NULL),(8624,701,'_aioseo_description','#post_content'),(8625,701,'_aioseo_keywords','a:0:{}'),(8626,701,'_aioseo_og_title',NULL),(8627,701,'_aioseo_og_description',NULL),(8628,701,'_aioseo_og_article_section',''),(8629,701,'_aioseo_og_article_tags','a:0:{}'),(8630,701,'_aioseo_twitter_title',NULL),(8631,701,'_aioseo_twitter_description',NULL),(8640,706,'_wp_attached_file','2024/07/job01_1.jpg'),(8641,706,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:900;s:6:\"height\";i:600;s:4:\"file\";s:19:\"2024/07/job01_1.jpg\";s:8:\"filesize\";i:220848;s:5:\"sizes\";a:1:{s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"job01_1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:364586;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8642,707,'_wp_attached_file','2024/07/job01_2.jpg'),(8643,707,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:900;s:6:\"height\";i:675;s:4:\"file\";s:19:\"2024/07/job01_2.jpg\";s:8:\"filesize\";i:120897;s:5:\"sizes\";a:1:{s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"job01_2-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:365563;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8644,708,'_wp_attached_file','2024/07/job01_3.jpg'),(8645,708,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:900;s:6:\"height\";i:600;s:4:\"file\";s:19:\"2024/07/job01_3.jpg\";s:8:\"filesize\";i:220642;s:5:\"sizes\";a:1:{s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"job01_3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:383052;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8646,709,'_wp_attached_file','2024/07/job01_4.jpg'),(8647,709,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:900;s:6:\"height\";i:600;s:4:\"file\";s:19:\"2024/07/job01_4.jpg\";s:8:\"filesize\";i:89999;s:5:\"sizes\";a:1:{s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"job01_4-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:204442;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8648,710,'_wp_attached_file','2024/07/job01_5.jpg'),(8649,710,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:900;s:6:\"height\";i:600;s:4:\"file\";s:19:\"2024/07/job01_5.jpg\";s:8:\"filesize\";i:222903;s:5:\"sizes\";a:1:{s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"job01_5-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:386856;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8650,711,'_wp_attached_file','2024/07/job01_6.jpg'),(8651,711,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:900;s:6:\"height\";i:600;s:4:\"file\";s:19:\"2024/07/job01_6.jpg\";s:8:\"filesize\";i:83558;s:5:\"sizes\";a:1:{s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"job01_6-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:205908;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8652,712,'_wp_attached_file','2024/07/job01_main.jpg'),(8653,712,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:900;s:6:\"height\";i:600;s:4:\"file\";s:22:\"2024/07/job01_main.jpg\";s:8:\"filesize\";i:182872;s:5:\"sizes\";a:1:{s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"job01_main-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:296974;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8657,640,'_wp_old_slug','sales'),(8660,712,'_aioseo_title',NULL),(8661,712,'_aioseo_description','#post_content'),(8662,712,'_aioseo_keywords','a:0:{}'),(8663,712,'_aioseo_og_title',NULL),(8664,712,'_aioseo_og_description',NULL),(8665,712,'_aioseo_og_article_section',''),(8666,712,'_aioseo_og_article_tags','a:0:{}'),(8667,712,'_aioseo_twitter_title',NULL),(8668,712,'_aioseo_twitter_description',NULL),(8669,706,'_aioseo_title',NULL),(8670,706,'_aioseo_description','#post_content'),(8671,706,'_aioseo_keywords','a:0:{}'),(8672,706,'_aioseo_og_title',NULL),(8673,706,'_aioseo_og_description',NULL),(8674,706,'_aioseo_og_article_section',''),(8675,706,'_aioseo_og_article_tags','a:0:{}'),(8676,706,'_aioseo_twitter_title',NULL),(8677,706,'_aioseo_twitter_description',NULL),(8678,707,'_aioseo_title',NULL),(8679,707,'_aioseo_description','#post_content'),(8680,707,'_aioseo_keywords','a:0:{}'),(8681,707,'_aioseo_og_title',NULL),(8682,707,'_aioseo_og_description',NULL),(8683,707,'_aioseo_og_article_section',''),(8684,707,'_aioseo_og_article_tags','a:0:{}'),(8685,707,'_aioseo_twitter_title',NULL),(8686,707,'_aioseo_twitter_description',NULL),(8687,708,'_aioseo_title',NULL),(8688,708,'_aioseo_description','#post_content'),(8689,708,'_aioseo_keywords','a:0:{}'),(8690,708,'_aioseo_og_title',NULL),(8691,708,'_aioseo_og_description',NULL),(8692,708,'_aioseo_og_article_section',''),(8693,708,'_aioseo_og_article_tags','a:0:{}'),(8694,708,'_aioseo_twitter_title',NULL),(8695,708,'_aioseo_twitter_description',NULL),(8696,709,'_aioseo_title',NULL),(8697,709,'_aioseo_description','#post_content'),(8698,709,'_aioseo_keywords','a:0:{}'),(8699,709,'_aioseo_og_title',NULL),(8700,709,'_aioseo_og_description',NULL),(8701,709,'_aioseo_og_article_section',''),(8702,709,'_aioseo_og_article_tags','a:0:{}'),(8703,709,'_aioseo_twitter_title',NULL),(8704,709,'_aioseo_twitter_description',NULL),(8705,710,'_aioseo_title',NULL),(8706,710,'_aioseo_description','#post_content'),(8707,710,'_aioseo_keywords','a:0:{}'),(8708,710,'_aioseo_og_title',NULL),(8709,710,'_aioseo_og_description',NULL),(8710,710,'_aioseo_og_article_section',''),(8711,710,'_aioseo_og_article_tags','a:0:{}'),(8712,710,'_aioseo_twitter_title',NULL),(8713,710,'_aioseo_twitter_description',NULL),(8714,711,'_aioseo_title',NULL),(8715,711,'_aioseo_description','#post_content'),(8716,711,'_aioseo_keywords','a:0:{}'),(8717,711,'_aioseo_og_title',NULL),(8718,711,'_aioseo_og_description',NULL),(8719,711,'_aioseo_og_article_section',''),(8720,711,'_aioseo_og_article_tags','a:0:{}'),(8721,711,'_aioseo_twitter_title',NULL),(8722,711,'_aioseo_twitter_description',NULL),(8737,716,'_acf_changed','1'),(8750,12,'_wp_page_template','default'),(8751,725,'_mw-wp-form_data','a:3:{s:15:\"response_status\";s:13:\"not-supported\";s:13:\"admin_mail_to\";s:27:\"m.takei@hitachi-setsubi.com\";s:4:\"memo\";s:0:\"\";}'),(8752,725,'募集職種','管工事施工管理業務・配管工事作業'),(8753,725,'お名前','長田 ユキ(送信テスト)'),(8754,725,'メールアドレス','y-nagata@acsport.net'),(8755,725,'電話番号','090-1111-2222'),(8756,725,'ご住所','東京都千代田区丸の内1-11-1 '),(8757,725,'備考','いつも大変お世話になっております。Acsportより送信テストを行っております。本メールに関する対応は不要です。ご放念くださいますようお願いいたします。'),(8758,725,'個人情報','「個人情報の利用目的について」に同意の上送信します。'),(8759,726,'_mw-wp-form_data','a:3:{s:15:\"response_status\";s:13:\"not-supported\";s:13:\"admin_mail_to\";s:27:\"m.takei@hitachi-setsubi.com\";s:4:\"memo\";s:0:\"\";}'),(8760,726,'募集職種','管工事施工管理業務・配管工事作業'),(8761,726,'お名前','長田 ユキ(中途採用テスト)'),(8762,726,'メールアドレス','monchiyuki@gmail.com'),(8763,726,'電話番号','08077442233'),(8764,726,'ご住所','東京都千代田区丸の内1-11-1 '),(8765,726,'備考','いつも大変お世話になっております。Acsportより送信テストを行っております。本メールに関する対応は不要です。ご放念くださいますようお願いいたします。(2回目)'),(8766,726,'個人情報','「個人情報の利用目的について」に同意の上送信します。'),(8767,727,'_mw-wp-form_data','a:3:{s:15:\"response_status\";s:13:\"not-supported\";s:13:\"admin_mail_to\";s:27:\"m.takei@hitachi-setsubi.com\";s:4:\"memo\";s:0:\"\";}'),(8768,727,'募集職種','管工事施工管理業務・配管工事作業'),(8769,727,'お名前','長田 ユキ(新卒採用エントリー送信テスト)'),(8770,727,'メールアドレス','monchiyuki@gmail.com'),(8771,727,'電話番号','08077442233'),(8772,727,'ご住所','東京都千代田区丸の内1-11-1 '),(8773,727,'備考','いつも大変お世話になっております。何度も申し訳ございません。Acsportより送信テストを行っております。本メールに関する対応は不要です。ご放念くださいますようお願いいたします。'),(8774,727,'個人情報','「個人情報の利用目的について」に同意の上送信します。'),(8826,731,'interview_img','711'),(8827,731,'_interview_img','field_64abc4d83fb06'),(8828,731,'interview_ttl','チームワークで築く信頼と成果'),(8829,731,'_interview_ttl','field_64abc55d3fb07'),(8830,731,'interview_jobtype','住宅設備部 一般住宅課'),(8831,731,'_interview_jobtype','field_64abc61147a5f'),(8832,731,'interview_jobposition','主任'),(8833,731,'_interview_jobposition','field_64abc62747a60'),(8834,731,'interview_jobname','N.I'),(8835,731,'_interview_jobname','field_64abc69a47a61'),(8836,731,'interview_joindyear','2016年4月'),(8837,731,'_interview_joindyear','field_64abc6b147a62'),(8838,731,'q1_q','仕事をする中で、最も大切にしているものは何ですか? '),(8839,731,'_q1_q','field_64abc880fcace'),(8840,731,'q1_a','チームワークです。家づくりは、様々な工事業者が力を合わせて作る為。'),(8841,731,'_q1_a','field_64abc8bdfcacf'),(8842,731,'q1_img','698'),(8843,731,'_q1_img','field_64abc8cffcad0'),(8844,731,'q2_q','最も嬉しかった仕事のエピソードを教えてください。'),(8845,731,'_q2_q','field_64abc90d50db2'),(8846,731,'q2_a','深夜の水のトラブルで駆けつけて、大変でしたが直すことが出来て、泣いて感謝された事'),(8847,731,'_q2_a','field_64abc90d51773'),(8848,731,'q2_img','699'),(8849,731,'_q2_img','field_64abc90d52136'),(8850,731,'q3_q','仕事のやりがいや、自社の魅力は?'),(8851,731,'_q3_q','field_64abc915c26b7'),(8852,731,'q3_a','携わった住宅が近隣市内のあちこちに増えてきて、そこで幸せな家庭が築かれている事。\r\n様々な住宅メーカーの仕事に携われること。'),(8853,731,'_q3_a','field_64abc915c307c'),(8854,731,'q3_img','700'),(8855,731,'_q3_img','field_64abc915c3a3e'),(8856,731,'q4_q','今後挑戦したいと思う仕事やポジションはありますか?'),(8857,731,'_q4_q','field_64abc91b0c8fe'),(8858,731,'q4_a','マンションやビル等の工事にも挑戦したいです。\r\n資格を取得して、施工管理にもチャレンジしたいです。'),(8859,731,'_q4_a','field_64abc91b0d2bd'),(8860,731,'q4_img','701'),(8861,731,'_q4_img','field_64abc91b0dc80'),(8862,731,'_aioseo_title',NULL),(8863,731,'_aioseo_description',NULL),(8864,731,'_aioseo_keywords','a:0:{}'),(8865,731,'_aioseo_og_title',NULL),(8866,731,'_aioseo_og_description',NULL),(8867,731,'_aioseo_og_article_section',''),(8868,731,'_aioseo_og_article_tags','a:0:{}'),(8869,731,'_aioseo_twitter_title',NULL),(8870,731,'_aioseo_twitter_description',NULL),(8871,731,'om_disable_all_campaigns',''),(8872,731,'_monsterinsights_skip_tracking',''),(8873,731,'_monsterinsights_sitenote_active',''),(8875,731,'q5_q',''),(8876,731,'_q5_q','field_65e3b04425a7a'),(8877,731,'q5_a',''),(8878,731,'_q5_a','field_65e3b04425a96'),(8879,731,'q5_img','650'),(8880,731,'_q5_img','field_65e3b04425a9b'),(8881,731,'q6_q',''),(8882,731,'_q6_q','field_65e3b1e43ff1a'),(8883,731,'q6_a',''),(8884,731,'_q6_a','field_65e3b1e43ff34'),(8885,731,'q6_img','650'),(8886,731,'_q6_img','field_65e3b1e43ff39'),(8887,731,'q7_q',''),(8888,731,'_q7_q','field_65e3b2134335d'),(8889,731,'q7_a',''),(8890,731,'_q7_a','field_65e3b21343363'),(8891,731,'q7_img','650'),(8892,731,'_q7_img','field_65e3b21343367'),(8893,731,'q8_q',''),(8894,731,'_q8_q','field_65e3b23927488'),(8895,731,'q8_a',''),(8896,731,'_q8_a','field_65e3b239274a9'),(8897,731,'q8_img','650'),(8898,731,'_q8_img','field_65e3b239274b1'),(8899,731,'q9_q',''),(8900,731,'_q9_q','field_65e3b2639c3f6'),(8901,731,'q9_a',''),(8902,731,'_q9_a','field_65e3b2639c422'),(8903,731,'q9_img',''),(8904,731,'_q9_img','field_65e3b2639c429'),(8905,731,'q10_q',''),(8906,731,'_q10_q','field_65e3b28e0d932'),(8907,731,'q10_a',''),(8908,731,'_q10_a','field_65e3b28e0d938'),(8909,731,'q10_img',''),(8910,731,'_q10_img','field_65e3b28e0d93d'),(8911,731,'_dp_original','606'),(8912,731,'_edit_lock','1723086686:1'),(8913,731,'_acf_changed','1'),(8914,731,'_monsterinsights_sitenote_category','0'),(8915,731,'_edit_last','1'),(8916,732,'job_img','712'),(8917,732,'_job_img','field_64abccfe9c721'),(8918,732,'job_background','私たち株式会社ヒタチ設備は、創業以来73年と永きにわたり、地域に根ざした管工事を通じて多くの信頼を築いてきました。\r\n現在、私たちの事業は更なる成長を遂げており、新規プロジェクトの増加に伴い、業務の拡大が急務となっております。\r\nその期待に応える為にも、多くの仲間を募集しております。'),(8919,732,'_job_background','field_64abcd799c722'),(8920,732,'job_content','管工事施工管理業務・配管工事作業'),(8921,732,'_job_content','field_64abcd969c723'),(8922,732,'job_flow','【8:30】朝礼・ミーティング~\r\n 作業現場到着 配管工事等\r\n ▼\r\n【12:00】昼休憩\r\n ▼\r\n【13:00】各種工事\r\n ▼\r\n【17:00】翌日の準備\r\n ▼\r\n【17:30】作業日報'),(8923,732,'_job_flow','field_64abcdb59c724'),(8924,732,'job_stepup','経験や能力に応じて給与にも反映されるので、やり甲斐があります!'),(8925,732,'_job_stepup','field_64abceba9c725'),(8926,732,'job_after_join','先輩社員と一緒に教わりながら行動するので安心です!'),(8927,732,'_job_after_join','field_64abceea9c726'),(8928,732,'job_team','客先毎に分かれた班編成で、チームで対応するので安心です!'),(8929,732,'_job_team','field_64abcf1e9c727'),(8930,732,'job_interview_URL','a:1:{i:0;s:3:\"606\";}'),(8931,732,'_job_interview_URL','field_64abcf4e9c728'),(8932,732,'location_img01','706'),(8933,732,'_location_img01','field_64abcfe449017'),(8934,732,'location_img02','707'),(8935,732,'_location_img02','field_64abd03e49018'),(8936,732,'location_img03','708'),(8937,732,'_location_img03','field_64abd06049019'),(8938,732,'location_img04','709'),(8939,732,'_location_img04','field_64abd06b4901a'),(8940,732,'location_img05','710'),(8941,732,'_location_img05','field_64abd0854901c'),(8942,732,'location_img06','711'),(8943,732,'_location_img06','field_64abd09a4901e'),(8944,732,'recruit_type','施工管理・設備工'),(8945,732,'_recruit_type','field_63aa5f7a4df2b'),(8946,732,'recruit_content','給排水衛生設備の管理/施工・冷暖房換気設備の管理/施工・プラント配管設備の管理/施工等'),(8947,732,'_recruit_content','field_63aa5fce4df2c'),(8948,732,'recruit_employment_status','正社員'),(8949,732,'_recruit_employment_status','field_63aa5fdd4df2d'),(8950,732,'recruit_age','制限なし'),(8951,732,'_recruit_age','field_63aa5ffe4df2e'),(8952,732,'recruit_gakureki','不問'),(8953,732,'_recruit_gakureki','field_63aa60154df2f'),(8954,732,'recruit_experience','管工事施工管理技士・給水装置工事主任技術者 等'),(8955,732,'_recruit_experience','field_63aa60214df30'),(8956,732,'recruit_welcomed','明るく真面目で元気な方'),(8957,732,'_recruit_welcomed','field_63aa60574df31'),(8958,732,'recruit_losation','栃木県'),(8959,732,'_recruit_losation','field_63aa60674df32'),(8960,732,'recruit_hours','8:30~17:30'),(8961,732,'_recruit_hours','field_63aa606d4df3a'),(8962,732,'recruit_income','200,000~400,000円'),(8963,732,'_recruit_income','field_63aa606d4df39'),(8964,732,'recruit_bonus','昇給有り:毎年4月\r\n賞与あり:年2回'),(8965,732,'_recruit_bonus','field_63aa606c4df38'),(8966,732,'recruit_income_ex','3,000,000~8,000,000円'),(8967,732,'_recruit_income_ex','field_64abcb1271ba1'),(8968,732,'recruit_use','試用期間3ヶ月'),(8969,732,'_recruit_use','field_63aa606c4df37'),(8970,732,'recruit_allow','◎通勤手当\r\n◎住宅手当\r\n◎時間外手当'),(8971,732,'_recruit_allow','field_63aa606b4df36'),(8972,732,'recruit_holiday','◎完全週休2日(土日休み)\r\n◎夏期休暇\r\n◎年末年始休暇\r\n◎有給休暇\r\n◎慶弔休暇\r\n◎産前・産後休暇\r\n◎育児休暇\r\n◎介護休暇'),(8973,732,'_recruit_holiday','field_63aa606b4df35'),(8974,732,'recruit_benefit','◎退職金制度\r\n◎社員旅行(北海道・四国など)\r\n◎親睦会\r\n◎定期健康診断'),(8975,732,'_recruit_benefit','field_63aa606a4df34'),(8976,732,'recruit_education','研修制度有り\r\n資格取得手当有り'),(8977,732,'_recruit_education','field_63aa60694df33'),(8978,732,'recruit_insurance','◎各種社会保険完備'),(8979,732,'_recruit_insurance','field_63aa60e24df3c'),(8980,732,'recruit_others',''),(8981,732,'_recruit_others','field_63aa60e24df3b'),(8982,732,'google_income_type','MONTH'),(8983,732,'_google_income_type','field_64fa81a5e034f'),(8984,732,'google_income','200,000〜400,000'),(8985,732,'_google_income','field_64eff315bde1f'),(8986,732,'google_start_day',''),(8987,732,'_google_start_day','field_64eff49fbde20'),(8988,732,'google_end_day',''),(8989,732,'_google_end_day','field_64eff4ffbde21'),(8990,732,'_aioseo_title',NULL),(8991,732,'_aioseo_description',NULL),(8992,732,'_aioseo_keywords','a:0:{}'),(8993,732,'_aioseo_og_title',NULL),(8994,732,'_aioseo_og_description',NULL),(8995,732,'_aioseo_og_article_section',''),(8996,732,'_aioseo_og_article_tags','a:0:{}'),(8997,732,'_aioseo_twitter_title',NULL),(8998,732,'_aioseo_twitter_description',NULL),(8999,732,'om_disable_all_campaigns',''),(9000,732,'_monsterinsights_skip_tracking',''),(9001,732,'_monsterinsights_sitenote_active',''),(9002,732,'_wp_old_slug','%e3%83%97%e3%83%ad%e3%82%b0%e3%83%a9%e3%83%9e%e3%83%bc%e3%83%bb%e3%82%b7%e3%82%b9%e3%83%86%e3%83%a0%e3%82%a8%e3%83%b3%e3%82%b8%e3%83%8b%e3%82%a2'),(9003,732,'_wp_old_slug','se'),(9004,732,'_wp_old_slug','sales'),(9006,732,'-job_team','客先毎に分かれた班編成で、チームで対応するので安心です!'),(9007,732,'_-job_team','field_64abcf1e9c727'),(9008,732,'job_skill_area','・未経験歓迎!\r\n・既卒・第二新卒歓迎!\r\n・資格・学歴一切不問!\r\n\r\n入社段階では、メディアやWEBマーケティングの知識は問いませんので、未経験から異業種に挑戦したい方も歓迎します!'),(9009,732,'_job_skill_area','field_65f3bc01c6ef7'),(9010,732,'job_welcomeskill','・営業(特に提案型営業や建築業界の法人営業)\r\n・販売・接客\r\n・コンサルティング\r\n・経営企画・営業企画・マーケティング\r\n・コーポレートスタッフ\r\n・その他それに準ずる企画職'),(9011,732,'_job_welcomeskill','field_65f3bc49c6ef8'),(9012,732,'_acf_changed','1'),(9013,732,'_dp_original','640'),(9014,732,'_edit_lock','1723093509:1'),(9015,732,'_edit_last','6'),(9016,732,'_monsterinsights_sitenote_category','0'),(9017,10,'_wp_page_template','default'),(9021,640,'_acf_changed','1'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=736 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (7,1,'2023-07-10 10:19:59','2023-07-10 01:19:59','','top','','publish','closed','closed','','top','','','2023-07-10 10:20:00','2023-07-10 01:20:00','',0,'https://hitachi-setsubi-recruit.com/?page_id=7',0,'page','',0),(8,1,'2023-07-10 10:19:59','2023-07-10 01:19:59','','top','','inherit','closed','closed','','7-revision-v1','','','2023-07-10 10:19:59','2023-07-10 01:19:59','',7,'https://hitachi-setsubi-recruit.com/?p=8',0,'revision','',0),(10,1,'2023-07-10 13:46:33','2023-07-10 04:46:33','','会社情報','','publish','closed','closed','','philosophy','','','2024-08-08 12:29:36','2024-08-08 03:29:36','',0,'https://hitachi-setsubi-recruit.com/?page_id=10',0,'page','',0),(11,1,'2023-07-10 13:46:33','2023-07-10 04:46:33','','事業理念','','inherit','closed','closed','','10-revision-v1','','','2023-07-10 13:46:33','2023-07-10 04:46:33','',10,'https://hitachi-setsubi-recruit.com/?p=11',0,'revision','',0),(12,1,'2023-07-10 13:46:54','2023-07-10 04:46:54','','会社概要','','publish','closed','closed','','company','','','2024-07-31 10:40:22','2024-07-31 01:40:22','',0,'https://hitachi-setsubi-recruit.com/?page_id=12',0,'page','',0),(13,1,'2023-07-10 13:46:54','2023-07-10 04:46:54','','会社概要','','inherit','closed','closed','','12-revision-v1','','','2023-07-10 13:46:54','2023-07-10 04:46:54','',12,'https://hitachi-setsubi-recruit.com/?p=13',0,'revision','',0),(14,1,'2023-07-10 13:47:28','2023-07-10 04:47:28','','エントリー','','publish','closed','closed','','entry','','','2023-12-26 17:29:07','2023-12-26 08:29:07','',0,'https://hitachi-setsubi-recruit.com/?page_id=14',0,'page','',0),(15,1,'2023-07-10 13:47:28','2023-07-10 04:47:28','','エントリー','','inherit','closed','closed','','14-revision-v1','','','2023-07-10 13:47:28','2023-07-10 04:47:28','',14,'https://hitachi-setsubi-recruit.com/?p=15',0,'revision','',0),(16,1,'2023-07-10 13:47:52','2023-07-10 04:47:52','<!-- wp:shortcode -->\n[mwform_formkey key=\"108\"]\n<!-- /wp:shortcode -->','エントリー','','publish','closed','closed','','entry_recruit','','','2023-10-02 13:29:14','2023-10-02 04:29:14','',0,'https://hitachi-setsubi-recruit.com/?page_id=16',0,'page','',0),(17,1,'2023-07-10 13:47:52','2023-07-10 04:47:52','','新卒エントリー','','inherit','closed','closed','','16-revision-v1','','','2023-07-10 13:47:52','2023-07-10 04:47:52','',16,'https://hitachi-setsubi-recruit.com/?p=17',0,'revision','',0),(18,1,'2023-07-10 13:48:23','2023-07-10 04:48:23','<!-- wp:shortcode -->\n[mwform_formkey key=\"353\"]\n<!-- /wp:shortcode -->','中途採用エントリー','','publish','closed','closed','','entry_career','','','2024-05-10 20:33:16','2024-05-10 11:33:16','',0,'https://hitachi-setsubi-recruit.com/?page_id=18',0,'page','',0),(19,1,'2023-07-10 13:48:23','2023-07-10 04:48:23','','中途採用エントリー','','inherit','closed','closed','','18-revision-v1','','','2023-07-10 13:48:23','2023-07-10 04:48:23','',18,'https://hitachi-setsubi-recruit.com/?p=19',0,'revision','',0),(20,1,'2023-07-10 13:49:25','2023-07-10 04:49:25','','プライバシーポリシー','','publish','closed','closed','','policy','','','2023-07-10 13:49:25','2023-07-10 04:49:25','',0,'https://hitachi-setsubi-recruit.com/?page_id=20',0,'page','',0),(21,1,'2023-07-10 13:49:25','2023-07-10 04:49:25','','プライバシーポリシー','','inherit','closed','closed','','20-revision-v1','','','2023-07-10 13:49:25','2023-07-10 04:49:25','',20,'https://hitachi-setsubi-recruit.com/?p=21',0,'revision','',0),(22,1,'2023-07-10 13:50:26','2023-07-10 04:50:26','<!-- wp:shortcode -->\n[mwform_formkey key=\"108\"]\n<!-- /wp:shortcode -->','エントリー(確認)','','publish','closed','closed','','entry_recruit_confirm','','','2023-10-02 14:19:26','2023-10-02 05:19:26','',0,'https://hitachi-setsubi-recruit.com/?page_id=22',0,'page','',0),(23,1,'2023-07-10 13:50:26','2023-07-10 04:50:26','','新卒エントリー(確認)','','inherit','closed','closed','','22-revision-v1','','','2023-07-10 13:50:26','2023-07-10 04:50:26','',22,'https://hitachi-setsubi-recruit.com/?p=23',0,'revision','',0),(24,1,'2023-07-10 13:50:55','2023-07-10 04:50:55','','エントリー(完了)','','publish','closed','closed','','entry_recruit_thanks','','','2023-10-02 13:31:39','2023-10-02 04:31:39','',0,'https://hitachi-setsubi-recruit.com/?page_id=24',0,'page','',0),(25,1,'2023-07-10 13:50:55','2023-07-10 04:50:55','','新卒エントリー(完了)','','inherit','closed','closed','','24-revision-v1','','','2023-07-10 13:50:55','2023-07-10 04:50:55','',24,'https://hitachi-setsubi-recruit.com/?p=25',0,'revision','',0),(26,1,'2023-07-10 13:51:42','2023-07-10 04:51:42','<!-- wp:shortcode -->\n[mwform_formkey key=\"353\"]\n<!-- /wp:shortcode -->','中途採用エントリー(確認)','','publish','closed','closed','','entry_career_confirm','','','2024-05-10 20:33:02','2024-05-10 11:33:02','',0,'https://hitachi-setsubi-recruit.com/?page_id=26',0,'page','',0),(27,1,'2023-07-10 13:51:42','2023-07-10 04:51:42','','中途採用エントリー(確認)','','inherit','closed','closed','','26-revision-v1','','','2023-07-10 13:51:42','2023-07-10 04:51:42','',26,'https://hitachi-setsubi-recruit.com/?p=27',0,'revision','',0),(28,1,'2023-07-10 13:52:57','2023-07-10 04:52:57','','中途採用エントリー(完了)','','publish','closed','closed','','entry_career_thanks','','','2024-05-10 20:32:51','2024-05-10 11:32:51','',0,'https://hitachi-setsubi-recruit.com/?page_id=28',0,'page','',0),(29,1,'2023-07-10 13:52:57','2023-07-10 04:52:57','','中途採用エントリー(完了)','','inherit','closed','closed','','28-revision-v1','','','2023-07-10 13:52:57','2023-07-10 04:52:57','',28,'https://hitachi-setsubi-recruit.com/?p=29',0,'revision','',0),(30,1,'2023-07-10 17:48:49','2023-07-10 08:48:49','a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:9:\"interview\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}','社員インタビュー<概要>','%e7%a4%be%e5%93%a1%e3%82%a4%e3%83%b3%e3%82%bf%e3%83%93%e3%83%a5%e3%83%bc%ef%bc%9c%e6%a6%82%e8%a6%81%ef%bc%9e','publish','closed','closed','','group_64abc4d6ccb83','','','2024-03-15 12:23:35','2024-03-15 03:23:35','',0,'https://hitachi-setsubi-recruit.com/?post_type=acf-field-group&p=30',8,'acf-field-group','',0),(31,1,'2023-07-10 17:48:49','2023-07-10 08:48:49','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:63:\"一覧およびインタビューの最初に出す画像です\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:5:\"large\";}','インタビューのメイン画像','interview_img','publish','closed','closed','','field_64abc4d83fb06','','','2023-07-11 15:25:31','2023-07-11 06:25:31','',30,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=31',0,'acf-field','',0),(32,1,'2023-07-10 17:48:49','2023-07-10 08:48:49','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:16:\"20~30字以内\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:2;s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:2:\"br\";}','インタビュータイトル','interview_ttl','publish','closed','closed','','field_64abc55d3fb07','','','2023-07-11 15:25:31','2023-07-11 06:25:31','',30,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=32',1,'acf-field','',0),(33,1,'2023-07-10 17:52:48','2023-07-10 08:52:48','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:15:\"例)営業部\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','職種・部署','interview_jobtype','publish','closed','closed','','field_64abc61147a5f','','','2023-07-11 15:25:31','2023-07-11 06:25:31','',30,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=33',2,'acf-field','',0),(34,1,'2023-07-10 17:52:48','2023-07-10 08:52:48','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','肩書・ポジション','interview_jobposition','publish','closed','closed','','field_64abc62747a60','','','2023-07-10 17:52:48','2023-07-10 08:52:48','',30,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=34',3,'acf-field','',0),(35,1,'2023-07-10 17:52:48','2023-07-10 08:52:48','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','お名前','interview_jobname','publish','closed','closed','','field_64abc69a47a61','','','2023-07-11 15:25:31','2023-07-11 06:25:31','',30,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=35',4,'acf-field','',0),(36,1,'2023-07-10 17:52:48','2023-07-10 08:52:48','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:23:\"例)2021年4月入社\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','入社年','interview_joindyear','publish','closed','closed','','field_64abc6b147a62','','','2024-03-15 12:23:35','2024-03-15 03:23:35','',30,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=36',5,'acf-field','',0),(37,1,'2023-07-10 18:01:34','2023-07-10 09:01:34','a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:9:\"interview\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}','インタビュー<①つ目>','%e3%82%a4%e3%83%b3%e3%82%bf%e3%83%93%e3%83%a5%e3%83%bc%ef%bc%9c%e2%91%a0%e3%81%a4%e7%9b%ae%ef%bc%9e','publish','closed','closed','','group_64abc8817099d','','','2023-10-02 10:13:29','2023-10-02 01:13:29','',0,'https://hitachi-setsubi-recruit.com/?post_type=acf-field-group&p=37',9,'acf-field-group','',0),(38,1,'2023-07-10 18:01:34','2023-07-10 09:01:34','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','質問タイトル','q1_q','publish','closed','closed','','field_64abc880fcace','','','2023-07-10 18:01:34','2023-07-10 09:01:34','',37,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=38',0,'acf-field','',0),(39,1,'2023-07-10 18:01:34','2023-07-10 09:01:34','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;}','質問への回答','q1_a','publish','closed','closed','','field_64abc8bdfcacf','','','2023-10-02 10:13:29','2023-10-02 01:13:29','',37,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=39',1,'acf-field','',0),(40,1,'2023-07-10 18:01:34','2023-07-10 09:01:34','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','横に配置する画像','q1_img','publish','closed','closed','','field_64abc8cffcad0','','','2023-07-10 18:01:55','2023-07-10 09:01:55','',37,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=40',2,'acf-field','',0),(41,1,'2023-07-10 18:02:05','2023-07-10 09:02:05','a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:9:\"interview\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}','インタビュー<②つ目>','%e3%82%a4%e3%83%b3%e3%82%bf%e3%83%93%e3%83%a5%e3%83%bc%ef%bc%9c%e2%91%a1%e3%81%a4%e7%9b%ae%ef%bc%9e','publish','closed','closed','','group_64abc90d4d363','','','2023-10-02 10:14:07','2023-10-02 01:14:07','',0,'https://hitachi-setsubi-recruit.com/?p=41',10,'acf-field-group','',0),(42,1,'2023-07-10 18:02:05','2023-07-10 09:02:05','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','質問タイトル','q2_q','publish','closed','closed','','field_64abc90d50db2','','','2023-07-10 18:03:02','2023-07-10 09:03:02','',41,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=42',0,'acf-field','',0),(43,1,'2023-07-10 18:02:05','2023-07-10 09:02:05','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;}','質問への回答','q2_a','publish','closed','closed','','field_64abc90d51773','','','2023-10-02 10:14:07','2023-10-02 01:14:07','',41,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=43',1,'acf-field','',0),(44,1,'2023-07-10 18:02:05','2023-07-10 09:02:05','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','横に配置する画像','q2_img','publish','closed','closed','','field_64abc90d52136','','','2023-07-10 18:03:02','2023-07-10 09:03:02','',41,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=44',2,'acf-field','',0),(45,1,'2023-07-10 18:02:13','2023-07-10 09:02:13','a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:9:\"interview\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}','インタビュー<③つ目>','%e3%82%a4%e3%83%b3%e3%82%bf%e3%83%93%e3%83%a5%e3%83%bc%ef%bc%9c%e2%91%a2%e3%81%a4%e7%9b%ae%ef%bc%9e','publish','closed','closed','','group_64abc915bf306','','','2023-10-02 10:14:28','2023-10-02 01:14:28','',0,'https://hitachi-setsubi-recruit.com/?p=45',11,'acf-field-group','',0),(46,1,'2023-07-10 18:02:13','2023-07-10 09:02:13','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','質問タイトル','q3_q','publish','closed','closed','','field_64abc915c26b7','','','2023-07-10 18:04:05','2023-07-10 09:04:05','',45,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=46',0,'acf-field','',0),(47,1,'2023-07-10 18:02:13','2023-07-10 09:02:13','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;}','質問への回答','q3_a','publish','closed','closed','','field_64abc915c307c','','','2023-10-02 10:14:28','2023-10-02 01:14:28','',45,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=47',1,'acf-field','',0),(48,1,'2023-07-10 18:02:13','2023-07-10 09:02:13','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','横に配置する画像','q3_img','publish','closed','closed','','field_64abc915c3a3e','','','2023-07-10 18:04:05','2023-07-10 09:04:05','',45,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=48',2,'acf-field','',0),(49,1,'2023-07-10 18:02:19','2023-07-10 09:02:19','a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:9:\"interview\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}','インタビュー<④つ目>','%e3%82%a4%e3%83%b3%e3%82%bf%e3%83%93%e3%83%a5%e3%83%bc%ef%bc%9c%e2%91%a3%e3%81%a4%e7%9b%ae%ef%bc%9e','publish','closed','closed','','group_64abc91b0977b','','','2023-10-02 10:14:56','2023-10-02 01:14:56','',0,'https://hitachi-setsubi-recruit.com/?p=49',12,'acf-field-group','',0),(50,1,'2023-07-10 18:02:19','2023-07-10 09:02:19','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','質問タイトル','q4_q','publish','closed','closed','','field_64abc91b0c8fe','','','2023-07-10 18:04:51','2023-07-10 09:04:51','',49,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=50',0,'acf-field','',0),(51,1,'2023-07-10 18:02:19','2023-07-10 09:02:19','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;}','質問への回答','q4_a','publish','closed','closed','','field_64abc91b0d2bd','','','2023-10-02 10:14:56','2023-10-02 01:14:56','',49,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=51',1,'acf-field','',0),(52,1,'2023-07-10 18:02:19','2023-07-10 09:02:19','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','横に配置する画像','q4_img','publish','closed','closed','','field_64abc91b0dc80','','','2023-07-10 18:04:51','2023-07-10 09:04:51','',49,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=52',2,'acf-field','',0),(54,1,'2023-07-10 18:08:56','2023-07-10 09:08:56','a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:7:\"recruit\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}','募集要項<詳細項目>','%e5%8b%9f%e9%9b%86%e8%a6%81%e9%a0%85%ef%bc%9c%e8%a9%b3%e7%b4%b0%e9%a0%85%e7%9b%ae%ef%bc%9e','publish','closed','closed','','group_63aa5f79d6db0','','','2023-10-02 12:30:23','2023-10-02 03:30:23','',0,'https://hitachi-setsubi-recruit.com/?p=54',7,'acf-field-group','',0),(55,1,'2023-07-10 18:08:56','2023-07-10 09:08:56','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','■募集職種','recruit_type','publish','closed','closed','','field_63aa5f7a4df2b','','','2023-07-10 18:08:56','2023-07-10 09:08:56','',54,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=55',0,'acf-field','',0),(56,1,'2023-07-10 18:08:56','2023-07-10 09:08:56','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','■業務内容','recruit_content','publish','closed','closed','','field_63aa5fce4df2c','','','2023-07-10 18:08:56','2023-07-10 09:08:56','',54,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=56',1,'acf-field','',0),(57,1,'2023-07-10 18:08:56','2023-07-10 09:08:56','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:60:\"例)正社員、契約社員、パート・アルバイト\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','■雇用形態','recruit_employment_status','publish','closed','closed','','field_63aa5fdd4df2d','','','2023-07-10 18:08:56','2023-07-10 09:08:56','',54,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=57',2,'acf-field','',0),(58,1,'2023-07-10 18:08:56','2023-07-10 09:08:56','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:12:\"例)不問\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:5;s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:2:\"br\";}','■応募資格(年齢)','recruit_age','publish','closed','closed','','field_63aa5ffe4df2e','','','2023-07-10 18:16:33','2023-07-10 09:16:33','',54,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=58',3,'acf-field','',0),(59,1,'2023-07-10 18:08:56','2023-07-10 09:08:56','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:18:\"例)高卒以上\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:5;s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:2:\"br\";}','■応募資格(学歴)','recruit_gakureki','publish','closed','closed','','field_63aa60154df2f','','','2023-10-02 12:30:23','2023-10-02 03:30:23','',54,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=59',4,'acf-field','',0),(60,1,'2023-07-10 18:08:56','2023-07-10 09:08:56','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:5;s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:2:\"br\";}','■歓迎される経験・資格','recruit_experience','publish','closed','closed','','field_63aa60214df30','','','2023-07-10 18:16:33','2023-07-10 09:16:33','',54,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=60',5,'acf-field','',0),(61,1,'2023-07-10 18:08:56','2023-07-10 09:08:56','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:5;s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:2:\"br\";}','■求める人物像','recruit_welcomed','publish','closed','closed','','field_63aa60574df31','','','2023-07-10 18:16:33','2023-07-10 09:16:33','',54,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=61',6,'acf-field','',0),(62,1,'2023-07-10 18:08:56','2023-07-10 09:08:56','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:5;s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:2:\"br\";}','■勤務地','recruit_losation','publish','closed','closed','','field_63aa60674df32','','','2023-07-10 18:16:33','2023-07-10 09:16:33','',54,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=62',7,'acf-field','',0),(63,1,'2023-07-10 18:08:56','2023-07-10 09:08:56','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:117:\"例)9:00~18:00(休憩1時間、実労働時間8時間)\r\n※週一回程度8:00~17:00の勤務があります。\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:5;s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:2:\"br\";}','■勤務時間','recruit_hours','publish','closed','closed','','field_63aa606d4df3a','','','2023-07-10 18:16:33','2023-07-10 09:16:33','',54,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=63',8,'acf-field','',0),(64,1,'2023-07-10 18:08:56','2023-07-10 09:08:56','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:122:\"例)月給●●万円 以上 +歩合給\r\n※前職及び年齢・経験・能力を考慮の上、決定致します。\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:5;s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:2:\"br\";}','■給与','recruit_income','publish','closed','closed','','field_63aa606d4df39','','','2023-07-10 18:16:33','2023-07-10 09:16:33','',54,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=64',9,'acf-field','',0),(65,1,'2023-07-10 18:08:56','2023-07-10 09:08:56','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:39:\"例)◎昇給年1回 ◎賞与年2回\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:5;s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:2:\"br\";}','■昇給・賞与','recruit_bonus','publish','closed','closed','','field_63aa606c4df38','','','2023-07-10 18:16:33','2023-07-10 09:16:33','',54,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=65',10,'acf-field','',0),(66,1,'2023-07-10 18:08:56','2023-07-10 09:08:56','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:27:\"例)あり。3か月。\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:5;s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:2:\"br\";}','■試用期間の有無','recruit_use','publish','closed','closed','','field_63aa606c4df37','','','2023-07-10 18:18:00','2023-07-10 09:18:00','',54,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=66',12,'acf-field','',0),(67,1,'2023-07-10 18:08:56','2023-07-10 09:08:56','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:72:\"例)◎通勤手当 ◎住宅手当 ◎資格手当 ◎時間外手当\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:2:\"br\";}','■諸手当','recruit_allow','publish','closed','closed','','field_63aa606b4df36','','','2023-07-10 18:18:00','2023-07-10 09:18:00','',54,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=67',13,'acf-field','',0),(68,1,'2023-07-10 18:08:56','2023-07-10 09:08:56','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:188:\"例)◎完全週休2日(土日祝休み)\r\n◎夏期休暇 ◎年末年始休暇 ◎GW休暇 ◎有給休暇 ◎慶弔休暇 ◎産前・産後休暇 ◎育児休暇 ◎介護休暇\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:2:\"br\";}','■休日・休暇','recruit_holiday','publish','closed','closed','','field_63aa606b4df35','','','2023-07-10 18:18:00','2023-07-10 09:18:00','',54,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=68',14,'acf-field','',0),(69,1,'2023-07-10 18:08:56','2023-07-10 09:08:56','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:98:\"例)◎退職金制度 ◎社員旅行(沖縄・京都など) ◎親睦会 ◎定期健康診断\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:5;s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:2:\"br\";}','■待遇・福利厚生','recruit_benefit','publish','closed','closed','','field_63aa606a4df34','','','2023-07-10 18:18:00','2023-07-10 09:18:00','',54,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=69',15,'acf-field','',0),(70,1,'2023-07-10 18:08:56','2023-07-10 09:08:56','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:5;s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:2:\"br\";}','■教育・研修制度','recruit_education','publish','closed','closed','','field_63aa60694df33','','','2023-07-10 18:18:00','2023-07-10 09:18:00','',54,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=70',16,'acf-field','',0),(71,1,'2023-07-10 18:08:56','2023-07-10 09:08:56','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:33:\"例)◎各種社会保険完備\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:5;s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:2:\"br\";}','■社会保険','recruit_insurance','publish','closed','closed','','field_63aa60e24df3c','','','2023-07-10 18:18:00','2023-07-10 09:18:00','',54,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=71',17,'acf-field','',0),(72,1,'2023-07-10 18:08:56','2023-07-10 09:08:56','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:60:\"その他補足が必要な場合は記入してください\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:5;s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:2:\"br\";}','■その他','recruit_others','publish','closed','closed','','field_63aa60e24df3b','','','2023-07-10 18:18:00','2023-07-10 09:18:00','',54,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=72',18,'acf-field','',0),(76,1,'2023-07-10 18:12:31','2023-07-10 09:12:31','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:51:\"記入がある場合、一覧に表示されます\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";i:5;s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:2:\"br\";}','■モデル年収','recruit_income_ex','publish','closed','closed','','field_64abcb1271ba1','','','2023-07-10 18:18:00','2023-07-10 09:18:00','',54,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=76',11,'acf-field','',0),(77,1,'2023-07-10 18:30:09','2023-07-10 09:30:09','a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:7:\"recruit\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}','募集要項<内容>','%e5%8b%9f%e9%9b%86%e8%a6%81%e9%a0%85%ef%bc%9c%e5%86%85%e5%ae%b9%ef%bc%9e','publish','closed','closed','','group_64abccffb39ed','','','2024-07-25 09:43:53','2024-07-25 00:43:53','',0,'https://hitachi-setsubi-recruit.com/?post_type=acf-field-group&p=77',6,'acf-field-group','',0),(78,1,'2023-07-10 18:30:09','2023-07-10 09:30:09','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:87:\"募集要項の一覧ページと、詳細のページにそれぞれ出る画像です\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','■募集要項イメージ','job_img','publish','closed','closed','','field_64abccfe9c721','','','2023-07-10 18:30:09','2023-07-10 09:30:09','',77,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=78',0,'acf-field','',0),(79,1,'2023-07-10 18:30:09','2023-07-10 09:30:09','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:2:\"br\";}','■事業内容・募集背景','job_background','publish','closed','closed','','field_64abcd799c722','','','2023-07-10 18:30:09','2023-07-10 09:30:09','',77,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=79',1,'acf-field','',0),(80,1,'2023-07-10 18:30:09','2023-07-10 09:30:09','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:90:\"一覧表示、募集要項画面の概要の部分にもこの記述が反映されます\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:2:\"br\";}','■具体的な仕事内容','job_content','publish','closed','closed','','field_64abcd969c723','','','2023-07-13 18:19:01','2023-07-13 09:19:01','',77,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=80',2,'acf-field','',0),(81,1,'2023-07-10 18:30:09','2023-07-10 09:30:09','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:48:\"下記の例を参考に入力してください\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:260:\"【9:00】朝礼・ミーティング\r\n ▼\r\n【9:30】営業外回り\r\n ▼\r\n【12:00】昼休憩\r\n ▼\r\n【13:00】外出\r\n ▼\r\n【16:30】重要事項説明\r\n ▼\r\n【18:00】事務仕事\r\n ▼\r\n【19:00】帰宅\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:2:\"br\";}','■一日の仕事の流れ','job_flow','publish','closed','closed','','field_64abcdb59c724','','','2023-07-10 18:30:09','2023-07-10 09:30:09','',77,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=81',3,'acf-field','',0),(82,1,'2023-07-10 18:30:09','2023-07-10 09:30:09','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:153:\"例)まずは経験と知識を積みながら、サブマネージャー、マネージャーへと徐々にステップアップしていきます。\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:2:\"br\";}','■ステップアップについて','job_stepup','publish','closed','closed','','field_64abceba9c725','','','2023-07-10 18:30:09','2023-07-10 09:30:09','',77,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=82',4,'acf-field','',0),(83,1,'2023-07-10 18:30:09','2023-07-10 09:30:09','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:364:\"例)先輩社員の同行をして仕事を覚えるところから始められるので安心してください。\r\n業界経験者の方大歓迎です!経験が浅くても先輩社員が丁寧に教えます!\r\n経験豊富なベテラン社員が、OJTにて丁寧に指導。焦らずに一歩ずつ、ステップアップしていける環境です。\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:2:\"br\";}','■入社後について','job_after_join','publish','closed','closed','','field_64abceea9c726','','','2023-07-10 18:30:09','2023-07-10 09:30:09','',77,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=83',5,'acf-field','',0),(84,1,'2023-07-10 18:30:09','2023-07-10 09:30:09','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:266:\"例)社内は20~40代のメンバーがメインに活躍中!関係性がフラットなので、質問や相談がしやすくすぐに馴染める環境です。 共に成長していける仲間が加わるのを、社員一同楽しみにしています。\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:2:\"br\";}','■チーム/組織構成','job_team','publish','closed','closed','','field_64abcf1e9c727','','','2024-07-25 09:43:53','2024-07-25 00:43:53','',77,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=84',6,'acf-field','',0),(85,1,'2023-07-10 18:30:09','2023-07-10 09:30:09','a:12:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:9:\"page_link\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"post_type\";a:1:{i:0;s:9:\"interview\";}s:11:\"post_status\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:14:\"allow_archives\";i:0;s:8:\"multiple\";i:1;s:10:\"allow_null\";i:0;}','■この仕事の社員インタビュー','job_interview_URL','publish','closed','closed','','field_64abcf4e9c728','','','2024-04-21 14:18:33','2024-04-21 05:18:33','',77,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=85',7,'acf-field','',0),(86,1,'2023-07-10 18:34:34','2023-07-10 09:34:34','a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:7:\"recruit\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}','募集要項<職場風景>','%e5%8b%9f%e9%9b%86%e8%a6%81%e9%a0%85%ef%bc%9c%e8%81%b7%e5%a0%b4%e9%a2%a8%e6%99%af%ef%bc%9e','publish','closed','closed','','group_64abcfe531862','','','2023-07-13 18:15:35','2023-07-13 09:15:35','',0,'https://hitachi-setsubi-recruit.com/?post_type=acf-field-group&p=86',5,'acf-field-group','',0),(87,1,'2023-07-10 18:34:34','2023-07-10 09:34:34','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:212:\"少なくとも3枚以上の画像にしてください。\r\nまた画像①に画像が入っていなければ、1つも画像がないとみなし、「職場風景」エリアごと非表示になります\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','■職場画像①','location_img01','publish','closed','closed','','field_64abcfe449017','','','2023-07-13 18:15:35','2023-07-13 09:15:35','',86,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=87',0,'acf-field','',0),(88,1,'2023-07-10 18:34:34','2023-07-10 09:34:34','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','■職場画像②','location_img02','publish','closed','closed','','field_64abd03e49018','','','2023-07-10 18:34:34','2023-07-10 09:34:34','',86,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=88',1,'acf-field','',0),(89,1,'2023-07-10 18:34:34','2023-07-10 09:34:34','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','■職場画像③','location_img03','publish','closed','closed','','field_64abd06049019','','','2023-07-10 18:34:34','2023-07-10 09:34:34','',86,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=89',2,'acf-field','',0),(90,1,'2023-07-10 18:34:34','2023-07-10 09:34:34','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','■職場画像④','location_img04','publish','closed','closed','','field_64abd06b4901a','','','2023-07-10 18:34:34','2023-07-10 09:34:34','',86,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=90',3,'acf-field','',0),(91,1,'2023-07-10 18:34:34','2023-07-10 09:34:34','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','■職場画像⑤','location_img05','publish','closed','closed','','field_64abd0854901c','','','2023-07-10 18:34:34','2023-07-10 09:34:34','',86,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=91',4,'acf-field','',0),(92,1,'2023-07-10 18:34:34','2023-07-10 09:34:34','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";s:12:\"preview_size\";s:6:\"medium\";}','■職場画像⑥','location_img06','publish','closed','closed','','field_64abd09a4901e','','','2023-07-10 18:34:34','2023-07-10 09:34:34','',86,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=92',5,'acf-field','',0),(108,1,'2023-07-12 14:31:38','2023-07-12 05:31:38','<div class=\"row\">\r\n<div class=\"col span-12\">\r\n<table class=\"table01 full-width\">\r\n<tbody>\r\n<tr>\r\n<th>応募職種<span class=\"hissu\">必須</span></th>\r\n<td>[mwform_select name=\"募集職種\" id=\"select-title\" class=\"full-width\"]</td>\r\n</tr>\r\n<tr>\r\n<th>お名前<span class=\"hissu\">必須</span></th>\r\n<td>[mwform_text name=\"お名前\" class=\"full-width\" placeholder=\"例)山田 太郎\"]</td>\r\n</tr>\r\n<tr>\r\n<th>メールアドレス<span class=\"hissu\">必須</span></th>\r\n<td>[mwform_email name=\"メールアドレス\" class=\"full-width\" placeholder=\"例)example@gmail.com\"]</td>\r\n</tr>\r\n<tr>\r\n<th>お電話番号<span class=\"hissu\">必須</span></th>\r\n<td>[mwform_text name=\"電話番号\" class=\"full-width\" placeholder=\"例)090-1111-1111\"]</td>\r\n</tr>\r\n<tr>\r\n<th>ご住所<span class=\"hissu\">必須</span></th>\r\n<td>[mwform_text name=\"ご住所\" class=\"full-width\" placeholder=\"例)〇〇県〇〇市〇〇1丁目2番3号 〇〇マンション213号\"]</td>\r\n</tr>\r\n<tr>\r\n<th>備考</th>\r\n<td>[mwform_textarea name=\"備考\" class=\"full-width textarea\" cols=\"50\" rows=\"5\" placeholder=\"エントリーについてのお問い合わせ等、お気軽にご記入ください。\"]</td>\r\n</tr>\r\n<tr>\r\n<th>プライバシーポリシー<span class=\"hissu\">必須</span></th>\r\n<td class=\"check-padding\">[mwform_checkbox name=\"個人情報\" children=\"「個人情報の利用目的について」に同意の上送信します。\" separator=\",\"]</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"entry_btn\">[mwform_hidden name=\"recaptcha-v3\"]\r\n[mwform_error keys=\"recaptcha-v3\"]\r\n[mwform_bsubmit name=\"送信する\" class=\"button\" type=\"submit\" value=\"send\"]送信する[/mwform_bsubmit]\r\n[mwform_bback value=\"back\" class=\"button\" type=\"reset\"]戻る[/mwform_bback]\r\n[mwform_bconfirm value=\"confirm\" class=\"button\" type=\"reset\" id=\"formy_submit\" ]確認画面へ[/mwform_bconfirm]</div>\r\n</div>\r\n</div>','エントリー(新卒)','','publish','closed','closed','','%e4%b8%ad%e9%80%94%e6%8e%a1%e7%94%a8','','','2024-10-10 19:49:28','2024-10-10 10:49:28','',0,'https://hitachi-setsubi-recruit.com/?post_type=mw-wp-form&p=108',0,'mw-wp-form','',0),(109,1,'2024-03-04 20:31:56','2024-03-04 11:31:56','<div class=\"row\">\n<div class=\"col span-12\">\n<table class=\"table01 full-width\">\n<tbody>\n<tr>\n<th>応募職種<span class=\"hissu\">必須</span></th>\n<td>[mwform_select name=\"募集職種\" id=\"select-title\" class=\"full-width\"]</td>\n</tr>\n<tr>\n<th>お名前<span class=\"hissu\">必須</span></th>\n<td>[mwform_text name=\"お名前\" class=\"full-width\" placeholder=\"例)山田 太郎\"]</td>\n</tr>\n<tr>\n<th>メールアドレス<span class=\"hissu\">必須</span></th>\n<td>[mwform_email name=\"メールアドレス\" class=\"full-width\" placeholder=\"例)example@gmail.com\"]</td>\n</tr>\n<tr>\n<th>お電話番号<span class=\"hissu\">必須</span></th>\n<td>[mwform_text name=\"お電話番号\" class=\"full-width\" placeholder=\"例)090-1111-1111\"]</td>\n</tr>\n<tr>\n<th>ご住所<span class=\"hissu\">必須</span></th>\n<td>[mwform_text name=\"ご住所\" class=\"full-width\" placeholder=\"例)〇〇県〇〇市〇〇1丁目2番3号 〇〇マンション213号\"]</td>\n</tr>\n<tr>\n<th>備考</th>\n<td>[mwform_textarea name=\"備考\" class=\"full-width textarea\" cols=\"50\" rows=\"5\" placeholder=\"エントリーについてのお問い合わせ等、お気軽にご記入ください。\"]</td>\n</tr>\n<tr>\n<th>プライバシーポリシー<span class=\"hissu\">必須</span></th>\n<td class=\"check-padding\">[mwform_checkbox name=\"個人情報\" children=\"「個人情報の利用目的について」に同意の上送信します。\" separator=\",\"]</td>\n</tr>\n</tbody>\n</table>\n<div class=\"entry_btn\">[mwform_hidden name=\"recaptcha-v3\"]\n[mwform_error keys=\"recaptcha-v3\"]\n[mwform_bsubmit name=\"送信する\" class=\"button\" type=\"submit\" value=\"send\"]送信する[/mwform_bsubmit]\n[mwform_bback value=\"back\" class=\"button\" type=\"reset\"]戻る[/mwform_bback]\n[mwform_bconfirm value=\"confirm\" class=\"button\" type=\"reset\" id=\"formy_submit\" ]確認画面へ[/mwform_bconfirm]</div>\n</div>\n</div>','エントリー(新卒)','','inherit','closed','closed','','108-autosave-v1','','','2024-03-04 20:31:56','2024-03-04 11:31:56','',108,'https://hitachi-setsubi-recruit.com/?p=109',0,'revision','',0),(111,1,'2023-07-13 14:10:35','2023-07-13 05:10:35','<!-- wp:shortcode -->\n[mwform_formkey key=\"284\"]\n<!-- /wp:shortcode -->','(募集要項からの)採用エントリー(確認)','','publish','closed','closed','','entry_confirm','','','2023-10-02 14:32:25','2023-10-02 05:32:25','',0,'https://hitachi-setsubi-recruit.com/?page_id=111',0,'page','',0),(112,1,'2023-07-13 14:10:35','2023-07-13 05:10:35','','(募集要項からの)採用エントリー(確認)','','inherit','closed','closed','','111-revision-v1','','','2023-07-13 14:10:35','2023-07-13 05:10:35','',111,'https://hitachi-setsubi-recruit.com/?p=112',0,'revision','',0),(113,1,'2023-07-13 14:11:19','2023-07-13 05:11:19','','(募集要項からの)採用エントリー(完了)','','publish','closed','closed','','entry_thanks','','','2023-07-13 14:15:04','2023-07-13 05:15:04','',0,'https://hitachi-setsubi-recruit.com/?page_id=113',0,'page','',0),(114,1,'2023-07-13 14:11:19','2023-07-13 05:11:19','','(募集要項からの)採用エントリー(完了)','','inherit','closed','closed','','113-revision-v1','','','2023-07-13 14:11:19','2023-07-13 05:11:19','',113,'https://hitachi-setsubi-recruit.com/?p=114',0,'revision','',0),(159,1,'2023-08-31 11:05:32','2023-08-31 02:05:32','a:8:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:7:\"recruit\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;}','googleお仕事検索 設定項目','google%e3%81%8a%e4%bb%95%e4%ba%8b%e6%a4%9c%e7%b4%a2%e3%80%80%e8%a8%ad%e5%ae%9a%e9%a0%85%e7%9b%ae','publish','closed','closed','','group_64eff3141a3e6','','','2023-09-08 11:24:58','2023-09-08 02:24:58','',0,'https://hitachi-setsubi-recruit.com/?post_type=acf-field-group&p=159',4,'acf-field-group','',0),(160,1,'2023-08-31 11:05:32','2023-08-31 02:05:32','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:167:\"基本給を半角数字で入力してください(¥、円など単位は入れずに)\r\n※入力がない場合はgoogleお仕事検索に表示されません\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:13:\"例)230,000\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','■基本給(googleしごと検索表示)','google_income','publish','closed','closed','','field_64eff315bde1f','','','2023-09-08 11:24:58','2023-09-08 02:24:58','',159,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=160',1,'acf-field','',0),(161,1,'2023-08-31 11:05:32','2023-08-31 02:05:32','a:9:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:11:\"date_picker\";s:12:\"instructions\";s:72:\"※入力がない場合はgoogleお仕事検索に表示されません\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:14:\"display_format\";s:5:\"Y/m/d\";s:13:\"return_format\";s:5:\"d/m/Y\";s:9:\"first_day\";i:0;}','■求人開始日(googleしごと検索表示)','google_start_day','publish','closed','closed','','field_64eff49fbde20','','','2023-09-08 11:13:45','2023-09-08 02:13:45','',159,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=161',2,'acf-field','',0),(162,1,'2023-08-31 11:05:32','2023-08-31 02:05:32','a:9:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:11:\"date_picker\";s:12:\"instructions\";s:72:\"※入力がない場合はgoogleお仕事検索に表示されません\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:14:\"display_format\";s:5:\"Y/m/d\";s:13:\"return_format\";s:5:\"d/m/Y\";s:9:\"first_day\";i:0;}','■求人期限日(googleしごと検索表示)','google_end_day','publish','closed','closed','','field_64eff4ffbde21','','','2023-09-08 11:13:45','2023-09-08 02:13:45','',159,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=162',3,'acf-field','',0),(169,1,'2023-09-04 08:50:34','2023-09-03 23:50:34','.grecaptcha-badge { visibility: hidden; }\n\n.recapcha{\n margin:20px auto;\n text-align:center;\n line-height:1.2em;\n font-size:0.8em;\n}\n.recapcha a{\n text-decoration:underline;\n}','recruit','','publish','closed','closed','','recruit','','','2023-09-04 08:50:34','2023-09-03 23:50:34','',0,'https://hitachi-setsubi-recruit.com/news/169/',0,'custom_css','',0),(170,1,'2023-09-04 08:50:34','2023-09-03 23:50:34','.grecaptcha-badge { visibility: hidden; }\n\n.recapcha{\n margin:20px auto;\n text-align:center;\n line-height:1.2em;\n font-size:0.8em;\n}\n.recapcha a{\n text-decoration:underline;\n}','recruit','','inherit','closed','closed','','169-revision-v1','','','2023-09-04 08:50:34','2023-09-03 23:50:34','',169,'https://hitachi-setsubi-recruit.com/?p=170',0,'revision','',0),(179,1,'2023-09-06 14:47:19','2023-09-06 05:47:19','<!-- wp:shortcode -->\n[mwform_formkey key=\"110\"]\n<!-- /wp:shortcode -->','中途採用エントリー','','inherit','closed','closed','','18-revision-v1','','','2023-09-06 14:47:19','2023-09-06 05:47:19','',18,'https://hitachi-setsubi-recruit.com/?p=179',0,'revision','',0),(180,1,'2023-09-06 14:47:38','2023-09-06 05:47:38','<!-- wp:shortcode -->\n[mwform_formkey key=\"110\"]\n<!-- /wp:shortcode -->','中途採用エントリー(確認)','','inherit','closed','closed','','26-revision-v1','','','2023-09-06 14:47:38','2023-09-06 05:47:38','',26,'https://hitachi-setsubi-recruit.com/?p=180',0,'revision','',0),(181,1,'2023-09-06 14:52:09','2023-09-06 05:52:09','<!-- wp:shortcode -->\n[mwform_formkey key=\"115\"]\n<!-- /wp:shortcode -->','新卒エントリー','','inherit','closed','closed','','16-revision-v1','','','2023-09-06 14:52:09','2023-09-06 05:52:09','',16,'https://hitachi-setsubi-recruit.com/?p=181',0,'revision','',0),(182,1,'2023-09-06 14:52:39','2023-09-06 05:52:39','<!-- wp:shortcode -->\n[mwform_formkey key=\"115\"]\n<!-- /wp:shortcode -->','新卒エントリー(確認)','','inherit','closed','closed','','22-revision-v1','','','2023-09-06 14:52:39','2023-09-06 05:52:39','',22,'https://hitachi-setsubi-recruit.com/?p=182',0,'revision','',0),(183,1,'2023-09-06 14:54:00','2023-09-06 05:54:00','<!-- wp:shortcode -->\n[mwform_formkey key=\"108\"]\n<!-- /wp:shortcode -->','(募集要項からの)採用エントリー(確認)','','inherit','closed','closed','','111-revision-v1','','','2023-09-06 14:54:00','2023-09-06 05:54:00','',111,'https://hitachi-setsubi-recruit.com/?p=183',0,'revision','',0),(187,0,'2023-09-06 15:37:43','2023-09-06 06:37:43','','【中途採用】エントリーを承りました|竹田様','','publish','closed','closed','','%e3%80%90%e4%b8%ad%e9%80%94%e6%8e%a1%e7%94%a8%e3%80%91%e3%82%a8%e3%83%b3%e3%83%88%e3%83%aa%e3%83%bc%e3%82%92%e6%89%bf%e3%82%8a%e3%81%be%e3%81%97%e3%81%9f%ef%bd%9c%e7%ab%b9%e7%94%b0%e6%a7%98','','','2023-09-06 15:37:43','2023-09-06 06:37:43','',0,'https://hitachi-setsubi-recruit.com/mwf_110/%e3%80%90%e4%b8%ad%e9%80%94%e6%8e%a1%e7%94%a8%e3%80%91%e3%82%a8%e3%83%b3%e3%83%88%e3%83%aa%e3%83%bc%e3%82%92%e6%89%bf%e3%82%8a%e3%81%be%e3%81%97%e3%81%9f%ef%bd%9c%e7%ab%b9%e7%94%b0%e6%a7%98/',0,'mwf_110','',0),(188,0,'2023-09-06 15:39:00','2023-09-06 06:39:00','','【中途採用】エントリーを承りました|竹田様','','publish','closed','closed','','%e3%80%90%e4%b8%ad%e9%80%94%e6%8e%a1%e7%94%a8%e3%80%91%e3%82%a8%e3%83%b3%e3%83%88%e3%83%aa%e3%83%bc%e3%82%92%e6%89%bf%e3%82%8a%e3%81%be%e3%81%97%e3%81%9f%ef%bd%9c%e7%ab%b9%e7%94%b0%e6%a7%98-2','','','2023-09-06 15:39:00','2023-09-06 06:39:00','',0,'https://hitachi-setsubi-recruit.com/mwf_110/%e3%80%90%e4%b8%ad%e9%80%94%e6%8e%a1%e7%94%a8%e3%80%91%e3%82%a8%e3%83%b3%e3%83%88%e3%83%aa%e3%83%bc%e3%82%92%e6%89%bf%e3%82%8a%e3%81%be%e3%81%97%e3%81%9f%ef%bd%9c%e7%ab%b9%e7%94%b0%e6%a7%98-2/',0,'mwf_110','',0),(189,1,'2023-09-06 15:40:05','2023-09-06 06:40:05','','【新卒採用】エントリーを承りました|長田 ユキ(新卒採用テスト)様','','publish','closed','closed','','%e3%80%90%e6%96%b0%e5%8d%92%e6%8e%a1%e7%94%a8%e3%80%91%e3%82%a8%e3%83%b3%e3%83%88%e3%83%aa%e3%83%bc%e3%82%92%e6%89%bf%e3%82%8a%e3%81%be%e3%81%97%e3%81%9f%ef%bd%9c%e9%95%b7%e7%94%b0%e3%80%80%e3%83%a6','','','2023-09-06 15:40:05','2023-09-06 06:40:05','',0,'https://hitachi-setsubi-recruit.com/mwf_115/%e3%80%90%e6%96%b0%e5%8d%92%e6%8e%a1%e7%94%a8%e3%80%91%e3%82%a8%e3%83%b3%e3%83%88%e3%83%aa%e3%83%bc%e3%82%92%e6%89%bf%e3%82%8a%e3%81%be%e3%81%97%e3%81%9f%ef%bd%9c%e9%95%b7%e7%94%b0%e3%80%80%e3%83%a6',0,'mwf_115','',0),(190,0,'2023-09-06 15:42:16','2023-09-06 06:42:16','','【中途採用】エントリーを承りました|竹田様','','publish','closed','closed','','%e3%80%90%e4%b8%ad%e9%80%94%e6%8e%a1%e7%94%a8%e3%80%91%e3%82%a8%e3%83%b3%e3%83%88%e3%83%aa%e3%83%bc%e3%82%92%e6%89%bf%e3%82%8a%e3%81%be%e3%81%97%e3%81%9f%ef%bd%9c%e7%ab%b9%e7%94%b0%e6%a7%98-3','','','2023-09-06 15:42:16','2023-09-06 06:42:16','',0,'https://hitachi-setsubi-recruit.com/mwf_110/%e3%80%90%e4%b8%ad%e9%80%94%e6%8e%a1%e7%94%a8%e3%80%91%e3%82%a8%e3%83%b3%e3%83%88%e3%83%aa%e3%83%bc%e3%82%92%e6%89%bf%e3%82%8a%e3%81%be%e3%81%97%e3%81%9f%ef%bd%9c%e7%ab%b9%e7%94%b0%e6%a7%98-3/',0,'mwf_110','',0),(191,1,'2023-09-06 15:43:00','2023-09-06 06:43:00','','【中途採用】エントリーを承りました|長田 ユキ(中途採用テスト)様','','publish','closed','closed','','%e3%80%90%e4%b8%ad%e9%80%94%e6%8e%a1%e7%94%a8%e3%80%91%e3%82%a8%e3%83%b3%e3%83%88%e3%83%aa%e3%83%bc%e3%82%92%e6%89%bf%e3%82%8a%e3%81%be%e3%81%97%e3%81%9f%ef%bd%9c%e9%95%b7%e7%94%b0%e3%80%80%e3%83%a6','','','2023-09-06 15:43:00','2023-09-06 06:43:00','',0,'https://hitachi-setsubi-recruit.com/mwf_110/%e3%80%90%e4%b8%ad%e9%80%94%e6%8e%a1%e7%94%a8%e3%80%91%e3%82%a8%e3%83%b3%e3%83%88%e3%83%aa%e3%83%bc%e3%82%92%e6%89%bf%e3%82%8a%e3%81%be%e3%81%97%e3%81%9f%ef%bd%9c%e9%95%b7%e7%94%b0%e3%80%80%e3%83%a6',0,'mwf_110','',0),(192,1,'2023-09-06 15:45:23','2023-09-06 06:45:23','','【中途採用】エントリーを承りました|長田 ユキ(再 中途採用テスト)様','','publish','closed','closed','','%e3%80%90%e4%b8%ad%e9%80%94%e6%8e%a1%e7%94%a8%e3%80%91%e3%82%a8%e3%83%b3%e3%83%88%e3%83%aa%e3%83%bc%e3%82%92%e6%89%bf%e3%82%8a%e3%81%be%e3%81%97%e3%81%9f%ef%bd%9c%e9%95%b7%e7%94%b0%e3%80%80%e3%83%a6-2','','','2023-09-06 15:45:23','2023-09-06 06:45:23','',0,'https://hitachi-setsubi-recruit.com/mwf_110/%e3%80%90%e4%b8%ad%e9%80%94%e6%8e%a1%e7%94%a8%e3%80%91%e3%82%a8%e3%83%b3%e3%83%88%e3%83%aa%e3%83%bc%e3%82%92%e6%89%bf%e3%82%8a%e3%81%be%e3%81%97%e3%81%9f%ef%bd%9c%e9%95%b7%e7%94%b0%e3%80%80%e3%83%a6',0,'mwf_110','',0),(193,0,'2023-09-06 15:48:31','2023-09-06 06:48:31','','【中途採用】エントリーを承りました|竹田様','','publish','closed','closed','','%e3%80%90%e4%b8%ad%e9%80%94%e6%8e%a1%e7%94%a8%e3%80%91%e3%82%a8%e3%83%b3%e3%83%88%e3%83%aa%e3%83%bc%e3%82%92%e6%89%bf%e3%82%8a%e3%81%be%e3%81%97%e3%81%9f%ef%bd%9c%e7%ab%b9%e7%94%b0%e6%a7%98-4','','','2023-09-06 15:48:31','2023-09-06 06:48:31','',0,'https://hitachi-setsubi-recruit.com/mwf_110/%e3%80%90%e4%b8%ad%e9%80%94%e6%8e%a1%e7%94%a8%e3%80%91%e3%82%a8%e3%83%b3%e3%83%88%e3%83%aa%e3%83%bc%e3%82%92%e6%89%bf%e3%82%8a%e3%81%be%e3%81%97%e3%81%9f%ef%bd%9c%e7%ab%b9%e7%94%b0%e6%a7%98-4/',0,'mwf_110','',0),(248,1,'2023-09-08 11:13:45','2023-09-08 02:13:45','a:13:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:5:\"radio\";s:12:\"instructions\";s:120:\"基本給タイプを選択してください。\r\n・時給→HOUR\r\n・日給→DAY\r\n・月給→MONTH\r\n・年俸→YEAR\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"choices\";a:4:{s:4:\"HOUR\";s:4:\"HOUR\";s:3:\"DAY\";s:3:\"DAY\";s:5:\"MONTH\";s:5:\"MONTH\";s:4:\"YEAR\";s:4:\"YEAR\";}s:13:\"default_value\";s:0:\"\";s:13:\"return_format\";s:5:\"value\";s:10:\"allow_null\";i:0;s:12:\"other_choice\";i:0;s:6:\"layout\";s:8:\"vertical\";s:17:\"save_other_choice\";i:0;}','■基本給タイプ(googleしごと検索表示)','google_income_type','publish','closed','closed','','field_64fa81a5e034f','','','2023-09-08 11:18:18','2023-09-08 02:18:18','',159,'https://hitachi-setsubi-recruit.com/?post_type=acf-field&p=248',0,'acf-field','',0),(254,1,'2023-09-08 21:30:34','2023-09-08 12:30:34','','【新卒採用】エントリーを承りました|簾 宥輝様','','publish','closed','closed','','%e3%80%90%e6%96%b0%e5%8d%92%e6%8e%a1%e7%94%a8%e3%80%91%e3%82%a8%e3%83%b3%e3%83%88%e3%83%aa%e3%83%bc%e3%82%92%e6%89%bf%e3%82%8a%e3%81%be%e3%81%97%e3%81%9f%ef%bd%9c%e7%b0%be-%e5%ae%a5%e8%bc%9d%e6%a7%98','','','2023-09-08 21:30:34','2023-09-08 12:30:34','',0,'https://hitachi-setsubi-recruit.com/mwf_115/%e3%80%90%e6%96%b0%e5%8d%92%e6%8e%a1%e7%94%a8%e3%80%91%e3%82%a8%e3%83%b3%e3%83%88%e3%83%aa%e3%83%bc%e3%82%92%e6%89%bf%e3%82%8a%e3%81%be%e3%81%97%e3%81%9f%ef%bd%9c%e7%b0%be-%e5%ae%a5%e8%bc%9d%e6%a7%9',0,'mwf_115','',0),(255,1,'2023-09-08 21:33:49','2023-09-08 12:33:49','','【中途採用】エントリーを承りました|簾 宥輝様','','publish','closed','closed','','%e3%80%90%e4%b8%ad%e9%80%94%e6%8e%a1%e7%94%a8%e3%80%91%e3%82%a8%e3%83%b3%e3%83%88%e3%83%aa%e3%83%bc%e3%82%92%e6%89%bf%e3%82%8a%e3%81%be%e3%81%97%e3%81%9f%ef%bd%9c%e7%b0%be-%e5%ae%a5%e8%bc%9d%e6%a7%98','','','2023-09-08 21:33:49','2023-09-08 12:33:49','',0,'https://hitachi-setsubi-recruit.com/mwf_110/%e3%80%90%e4%b8%ad%e9%80%94%e6%8e%a1%e7%94%a8%e3%80%91%e3%82%a8%e3%83%b3%e3%83%88%e3%83%aa%e3%83%bc%e3%82%92%e6%89%bf%e3%82%8a%e3%81%be%e3%81%97%e3%81%9f%ef%bd%9c%e7%b0%be-%e5%ae%a5%e8%bc%9d%e6%a7%9',0,'mwf_110','',0),(256,1,'2023-09-08 23:00:24','2023-09-08 14:00:24','<!-- wp:shortcode -->\n[mwform_formkey key=\"186\"]\n<!-- /wp:shortcode -->','(募集要項からの)採用エントリー(確認)','','inherit','closed','closed','','111-revision-v1','','','2023-09-08 23:00:24','2023-09-08 14:00:24','',111,'https://hitachi-setsubi-recruit.com/?p=256',0,'revision','',0),(268,1,'2023-10-01 06:31:48','2023-09-30 21:31:48','','事業概要','','inherit','closed','closed','','10-revision-v1','','','2023-10-01 06:31:48','2023-09-30 21:31:48','',10,'https://hitachi-setsubi-recruit.com/?p=268',0,'revision','',0),(277,1,'2023-10-02 13:20:39','2023-10-02 04:20:39','','組織概要','','inherit','closed','closed','','12-revision-v1','','','2023-10-02 13:20:39','2023-10-02 04:20:39','',12,'https://hitachi-setsubi-recruit.com/?p=277',0,'revision','',0),(278,1,'2023-10-02 13:29:13','2023-10-02 04:29:13','<!-- wp:shortcode -->\n[mwform_formkey key=\"108\"]\n<!-- /wp:shortcode -->','エントリー','','inherit','closed','closed','','16-revision-v1','','','2023-10-02 13:29:13','2023-10-02 04:29:13','',16,'https://hitachi-setsubi-recruit.com/?p=278',0,'revision','',0),(279,1,'2023-10-02 13:29:34','2023-10-02 04:29:34','<!-- wp:shortcode -->\n[mwform_formkey key=\"108\"]\n<!-- /wp:shortcode -->','新卒エントリー(確認)','','inherit','closed','closed','','22-revision-v1','','','2023-10-02 13:29:34','2023-10-02 04:29:34','',22,'https://hitachi-setsubi-recruit.com/?p=279',0,'revision','',0),(280,1,'2023-10-02 13:31:10','2023-10-02 04:31:10','<!-- wp:shortcode -->\n[mwform_formkey key=\"108\"]\n<!-- /wp:shortcode -->','エントリー(確認)','','inherit','closed','closed','','22-revision-v1','','','2023-10-02 13:31:10','2023-10-02 04:31:10','',22,'https://hitachi-setsubi-recruit.com/?p=280',0,'revision','',0),(281,1,'2023-10-02 13:31:38','2023-10-02 04:31:38','','エントリー(完了)','','inherit','closed','closed','','24-revision-v1','','','2023-10-02 13:31:38','2023-10-02 04:31:38','',24,'https://hitachi-setsubi-recruit.com/?p=281',0,'revision','',0),(282,1,'2023-10-02 14:19:48','2023-10-02 05:19:48','<!-- wp:shortcode -->\n[mwform_formkey key=\"108\"]\n<!-- /wp:shortcode -->','(募集要項からの)採用エントリー(確認)','','inherit','closed','closed','','111-revision-v1','','','2023-10-02 14:19:48','2023-10-02 05:19:48','',111,'https://hitachi-setsubi-recruit.com/?p=282',0,'revision','',0),(284,1,'2023-10-02 14:30:57','2023-10-02 05:30:57','<div class=\"row\">\r\n<div class=\"col span-12\">\r\n<table class=\"table01 full-width\">\r\n<tbody>\r\n<tr>\r\n<th>応募職種<span class=\"hissu\">必須</span></th>\r\n<td>[mwform_text name=\"募集職種\" class=\"full-width\" value=\"{post_title}\"]</td>\r\n</tr>\r\n<tr>\r\n<th>お名前<span class=\"hissu\">必須</span></th>\r\n<td>[mwform_text name=\"お名前\" class=\"full-width\" placeholder=\"例)山田 太郎\"]</td>\r\n</tr>\r\n<tr>\r\n<th>メールアドレス<span class=\"hissu\">必須</span></th>\r\n<td>[mwform_email name=\"メールアドレス\" class=\"full-width\" placeholder=\"例)example@gmail.com\"]</td>\r\n</tr>\r\n<tr>\r\n<th>お電話番号<span class=\"hissu\">必須</span></th>\r\n<td>[mwform_text name=\"電話番号\" class=\"full-width\" placeholder=\"例)090-1111-1111\"]</td>\r\n</tr>\r\n<tr>\r\n<th>ご住所<span class=\"hissu\">必須</span></th>\r\n<td>[mwform_text name=\"ご住所\" class=\"full-width\" placeholder=\"例)〇〇県〇〇市〇〇1丁目2番3号 〇〇マンション213号\"]</td>\r\n</tr>\r\n<tr>\r\n<th>備考</th>\r\n<td>[mwform_textarea name=\"備考\" class=\"full-width textarea\" cols=\"50\" rows=\"5\" placeholder=\"エントリーについてのお問い合わせ等、お気軽にご記入ください。\"]</td>\r\n</tr>\r\n<tr>\r\n<th>プライバシーポリシー<span class=\"hissu\">必須</span></th>\r\n<td class=\"check-padding\">[mwform_checkbox name=\"個人情報\" children=\"「個人情報の利用目的について」に同意の上送信します。\" separator=\",\"]</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"entry_btn\">[mwform_hidden name=\"recaptcha-v3\"]\r\n[mwform_error keys=\"recaptcha-v3\"]\r\n[mwform_bsubmit name=\"送信する\" class=\"button\" type=\"submit\" value=\"send\"]送信する[/mwform_bsubmit]\r\n[mwform_bback value=\"back\" class=\"button\" type=\"reset\"]戻る[/mwform_bback]\r\n[mwform_bconfirm value=\"confirm\" class=\"button\" type=\"reset\" id=\"formy_submit\" ]確認画面へ[/mwform_bconfirm]</div>\r\n</div>\r\n</div>','募集要項からのエントリー','','publish','closed','closed','','%e5%8b%9f%e9%9b%86%e8%a6%81%e9%a0%85%e3%81%8b%e3%82%89%e3%81%ae%e3%82%a8%e3%83%b3%e3%83%88%e3%83%aa%e3%83%bc','','','2024-10-10 19:49:14','2024-10-10 10:49:14','',0,'https://hitachi-setsubi-recruit.com/?post_type=mw-wp-form&p=284',0,'mw-wp-form','',0),(285,1,'2023-10-02 14:32:24','2023-10-02 05:32:24','<!-- wp:shortcode -->\n[mwform_formkey key=\"284\"]\n<!-- /wp:shortcode -->','(募集要項からの)採用エントリー(確認)','','inherit','closed','closed','','111-revision-v1','','','2023-10-02 14:32:24','2023-10-02 05:32:24','',111,'https://hitachi-setsubi-recruit.com/?p=285',0,'revision','',0),(350,1,'2023-12-26 16:18:43','2023-12-26 07:18:43','<!-- wp:shortcode -->\n[mwform_formkey key=\"110\"]\n<!-- /wp:shortcode -->','中途採用エントリー','','inherit','closed','closed','','18-revision-v1','','','2023-12-26 16:18:43','2023-12-26 07:18:43','',18,'https://hitachi-setsubi-recruit.com/?p=350',0,'revision','',0),(351,1,'2023-12-26 16:18:53','2023-12-26 07:18:53','<!-- wp:shortcode -->\n[mwform_formkey key=\"110\"]\n<!-- /wp:shortcode -->','中途採用エントリー(確認)','','inherit','closed','closed','','26-revision-v1','','','2023-12-26 16:18:53','2023-12-26 07:18:53','',26,'https://hitachi-setsubi-recruit.com/?p=351',0,'revision','',0),(353,1,'2023-12-26 16:49:11','2023-12-26 07:49:11','<div class=\"row\">\r\n<div class=\"col span-12\">\r\n<table class=\"table01 full-width\">\r\n<tbody>\r\n<tr>\r\n<th>応募職種<span class=\"hissu\">必須</span></th>\r\n<td>[mwform_select name=\"募集職種\" id=\"select-title\" class=\"full-width\"]</td>\r\n</tr>\r\n<tr>\r\n<th>お名前<span class=\"hissu\">必須</span></th>\r\n<td>[mwform_text name=\"お名前\" class=\"full-width\" placeholder=\"例)山田 太郎\"]</td>\r\n</tr>\r\n<tr>\r\n<th>メールアドレス<span class=\"hissu\">必須</span></th>\r\n<td>[mwform_email name=\"メールアドレス\" class=\"full-width\" placeholder=\"例)example@gmail.com\"]</td>\r\n</tr>\r\n<tr>\r\n<th>お電話番号<span class=\"hissu\">必須</span></th>\r\n<td>[mwform_text name=\"電話番号\" class=\"full-width\" placeholder=\"例)090-1111-1111\"]</td>\r\n</tr>\r\n<tr>\r\n<th>ご住所<span class=\"hissu\">必須</span></th>\r\n<td>[mwform_text name=\"ご住所\" class=\"full-width\" placeholder=\"例)〇〇県〇〇市〇〇1丁目2番3号 〇〇マンション213号\"]</td>\r\n</tr>\r\n<tr>\r\n<th>備考</th>\r\n<td>[mwform_textarea name=\"備考\" class=\"full-width textarea\" cols=\"50\" rows=\"5\" placeholder=\"エントリーについてのお問い合わせ、連絡可能な時間帯等ご記入ください。\"]</td>\r\n</tr>\r\n<tr>\r\n<th>プライバシーポリシー<span class=\"hissu\">必須</span></th>\r\n<td class=\"check-padding\">[mwform_checkbox name=\"個人情報\" children=\"「個人情報の利用目的について」に同意の上送信します。\" separator=\",\"]</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"entry_btn\">[mwform_hidden name=\"recaptcha-v3\"]\r\n[mwform_error keys=\"recaptcha-v3\"]\r\n[mwform_bsubmit name=\"送信する\" class=\"button\" type=\"submit\" value=\"send\"]送信する[/mwform_bsubmit]\r\n[mwform_bback value=\"back\" class=\"button\" type=\"reset\"]戻る[/mwform_bback]\r\n[mwform_bconfirm value=\"confirm\" class=\"button\" type=\"reset\" id=\"formy_submit\" ]確認画面へ[/mwform_bconfirm]</div>\r\n</div>\r\n</div>','エントリー(中途)','','publish','closed','closed','','%e3%82%a8%e3%83%b3%e3%83%88%e3%83%aa%e3%83%bc%ef%bc%88%e4%b8%ad%e9%80%94%ef%bc%89','','','2024-10-10 19:48:54','2024-10-10 10:48:54','',0,'https://hitachi-setsubi-recruit.com/?post_type=mw-wp-form&p=353',0,'mw-wp-form','',0),(354,1,'2024-03-07 20:41:58','2024-03-07 11:41:58','<div class=\"row\">\n<div class=\"col span-12\">\n<table class=\"table01 full-width\">\n<tbody>\n<tr>\n<th>応募職種<span class=\"hissu\">必須</span></th>\n<td>[mwform_text name=\"募集職種\" class=\"full-width\" value=\"{post_title}\"]</td>\n</tr>\n<tr>\n<th>お名前<span class=\"hissu\">必須</span></th>\n<td>[mwform_text name=\"お名前\" class=\"full-width\" placeholder=\"例)山田 太郎\"]</td>\n</tr>\n<tr>\n<th>メールアドレス<span class=\"hissu\">必須</span></th>\n<td>[mwform_email name=\"メールアドレス\" class=\"full-width\" placeholder=\"例)example@gmail.com\"]</td>\n</tr>\n<tr>\n<th>お電話番号<span class=\"hissu\">必須</span></th>\n<td>[mwform_text name=\"電話番号\" class=\"full-width\" placeholder=\"例)090-1111-1111\"]</td>\n</tr>\n<tr>\n<th>ご住所<span class=\"hissu\">必須</span></th>\n<td>[mwform_text name=\"ご住所\" class=\"full-width\" placeholder=\"例)〇〇県〇〇市〇〇1丁目2番3号 〇〇マンション213号\"]</td>\n</tr>\n<tr>\n<th>備考</th>\n<td>[mwform_textarea name=\"備考\" class=\"full-width textarea\" cols=\"50\" rows=\"5\" placeholder=\"エントリーについてのお問い合わせ等、お気軽にご記入ください。\"]</td>\n</tr>\n<tr>\n<th>プライバシーポリシー<span class=\"hissu\">必須</span></th>\n<td class=\"check-padding\">[mwform_checkbox name=\"個人情報\" children=\"「個人情報の利用目的について」に同意の上送信します。\" separator=\",\"]</td>\n</tr>\n</tbody>\n</table>\n<div class=\"entry_btn\">[mwform_hidden name=\"recaptcha-v3\"]\n[mwform_error keys=\"recaptcha-v3\"]\n[mwform_bsubmit name=\"送信する\" class=\"button\" type=\"submit\" value=\"send\"]送信する[/mwform_bsubmit]\n[mwform_bback value=\"back\" class=\"button\" type=\"reset\"]戻る[/mwform_bback]\n[mwform_bconfirm value=\"confirm\" class=\"button\" type=\"reset\" id=\"formy_submit\" ]確認画面へ[/mwform_bconfirm]</div>\n</div>\n</div>','募集要項からのエントリー','','inherit','closed','closed','','284-autosave-v1','','','2024-03-07 20:41:58','2024-03-07 11:41:58','',284,'https://hitachi-setsubi-recruit.com/?p=354',0,'revision','',0),(355,1,'2023-12-26 16:59:02','2023-12-26 07:59:02','<!-- wp:shortcode -->\n[mwform_formkey key=\"353\"]\n<!-- /wp:shortcode -->','中途採用エントリー','','inherit','closed','closed','','18-revision-v1','','','2023-12-26 16:59:02','2023-12-26 07:59:02','',18,'https://hitachi-setsubi-recruit.com/?p=355',0,'revision','',0),(356,1,'2023-12-26 17:00:57','2023-12-26 08:00:57','<!-- wp:shortcode -->\n[mwform_formkey key=\"353\"]\n<!-- /wp:shortcode -->','中途採用エントリー(確認)','','inherit','closed','closed','','26-revision-v1','','','2023-12-26 17:00:57','2023-12-26 08:00:57','',26,'https://hitachi-setsubi-recruit.com/?p=356',0,'revision','',0),(539,1,'2024-03-07 20:40:48','2024-03-07 11:40:48','<div class=\"row\">\n<div class=\"col span-12\">\n<table class=\"table01 full-width\">\n<tbody>\n<tr>\n<th>応募職種<span class=\"hissu\">必須</span></th>\n<td>[mwform_select name=\"募集職種\" id=\"select-title\" class=\"full-width\"]</td>\n</tr>\n<tr>\n<th>お名前<span class=\"hissu\">必須</span></th>\n<td>[mwform_text name=\"お名前\" class=\"full-width\" placeholder=\"例)山田 太郎\"]</td>\n</tr>\n<tr>\n<th>メールアドレス<span class=\"hissu\">必須</span></th>\n<td>[mwform_email name=\"メールアドレス\" class=\"full-width\" placeholder=\"例)example@gmail.com\"]</td>\n</tr>\n<tr>\n<th>お電話番号<span class=\"hissu\">必須</span></th>\n<td>[mwform_text name=\"電話番号\" class=\"full-width\" placeholder=\"例)090-1111-1111\"]</td>\n</tr>\n<tr>\n<th>ご住所<span class=\"hissu\">必須</span></th>\n<td>[mwform_text name=\"ご住所\" class=\"full-width\" placeholder=\"例)〇〇県〇〇市〇〇1丁目2番3号 〇〇マンション213号\"]</td>\n</tr>\n<tr>\n<th>備考</th>\n<td>[mwform_textarea name=\"備考\" class=\"full-width textarea\" cols=\"50\" rows=\"5\" placeholder=\"エントリーについてのお問い合わせ、連絡可能な時間帯等ご記入ください。\"]</td>\n</tr>\n<tr>\n<th>プライバシーポリシー<span class=\"hissu\">必須</span></th>\n<td class=\"check-padding\">[mwform_checkbox name=\"個人情報\" children=\"「個人情報の利用目的について」に同意の上送信します。\" separator=\",\"]</td>\n</tr>\n</tbody>\n</table>\n<div class=\"entry_btn\">[mwform_hidden name=\"recaptcha-v3\"]\n[mwform_error keys=\"recaptcha-v3\"]\n[mwform_bsubmit name=\"送信する\" class=\"button\" type=\"submit\" value=\"send\"]送信する[/mwform_bsubmit]\n[mwform_bback value=\"back\" class=\"button\" type=\"reset\"]戻る[/mwform_bback]\n[mwform_bconfirm value=\"confirm\" class=\"button\" type=\"reset\" id=\"formy_submit\" ]確認画面へ[/mwform_bconfirm]</div>\n</div>\n</div>','エントリー(中途)','','inherit','closed','closed','','353-autosave-v1','','','2024-03-07 20:40:48','2024-03-07 11:40:48','',353,'https://hitachi-setsubi-recruit.com/?p=539',0,'revision','',0),(548,1,'2024-01-12 14:14:01','2024-01-12 05:14:01','','【新卒採用】エントリーを承りました|長田 雪(新卒エントリー送信テスト様','','publish','closed','closed','','%e3%80%90%e6%96%b0%e5%8d%92%e6%8e%a1%e7%94%a8%e3%80%91%e3%82%a8%e3%83%b3%e3%83%88%e3%83%aa%e3%83%bc%e3%82%92%e6%89%bf%e3%82%8a%e3%81%be%e3%81%97%e3%81%9f%ef%bd%9c%e9%95%b7%e7%94%b0%e3%80%80%e9%9b%aa','','','2024-01-12 14:14:01','2024-01-12 05:14:01','',0,'https://hitachi-setsubi-recruit.com/mwf_108/%e3%80%90%e6%96%b0%e5%8d%92%e6%8e%a1%e7%94%a8%e3%80%91%e3%82%a8%e3%83%b3%e3%83%88%e3%83%aa%e3%83%bc%e3%82%92%e6%89%bf%e3%82%8a%e3%81%be%e3%81%97%e3%81%9f%ef%bd%9c%e9%95%b7%e7%94%b0%e3%80%80%e9%9b%aa',0,'mwf_108','',0),(606,1,'2024-03-03 07:51:37','2024-03-02 22:51:37','','N.I','','publish','closed','closed','','01','','','2024-07-24 21:29:12','2024-07-24 12:29:12','',0,'https://hitachi-setsubi-recruit.com/?post_type=interview&p=606',0,'interview','',0),(640,6,'2024-03-03 13:43:22','2024-03-03 04:43:22','','管工事施工管理業務・配管工事作業','','publish','closed','closed','','cm','','','2024-08-08 13:10:30','2024-08-08 04:10:30','',0,'https://hitachi-setsubi-recruit.com/?post_type=recruit&p=640',2,'recruit','',0),(646,1,'2024-03-06 19:17:47','2024-03-06 10:17:47','','favicon','','inherit','open','closed','','favicon','','','2024-07-21 19:57:23','2024-07-21 10:57:23','',0,'https://hitachi-setsubi-recruit.com/wp-content/uploads/2024/03/favicon.png',0,'attachment','image/png',0),(647,1,'2024-03-06 19:21:44','2024-03-06 10:21:44','','ogp_img','','inherit','open','closed','','ogp_img','','','2024-07-21 19:57:57','2024-07-21 10:57:57','',0,'https://hitachi-setsubi-recruit.com/wp-content/uploads/2024/03/ogp_img.jpg',0,'attachment','image/jpeg',0),(650,1,'2024-03-06 21:32:34','2024-03-06 12:32:34','','no_img','','inherit','open','closed','','no_img','','','2024-07-21 19:57:01','2024-07-21 10:57:01','',606,'https://hitachi-setsubi-recruit.com/wp-content/uploads/2024/03/no_img.jpg',0,'attachment','image/jpeg',0),(696,1,'2024-07-21 21:52:44','2024-07-21 12:52:44','','事業理念','','inherit','closed','closed','','10-revision-v1','','','2024-07-21 21:52:44','2024-07-21 12:52:44','',10,'https://hitachi-setsubi-recruit.com/?p=696',0,'revision','',0),(698,1,'2024-07-23 20:59:16','2024-07-23 11:59:16','','interview01_1','','inherit','open','closed','','interview01_1','','','2024-07-23 21:01:52','2024-07-23 12:01:52','',606,'https://hitachi-setsubi-recruit.com/wp-content/uploads/2024/07/interview01_1.jpg',0,'attachment','image/jpeg',0),(699,1,'2024-07-23 20:59:16','2024-07-23 11:59:16','','interview01_2','','inherit','open','closed','','interview01_2','','','2024-07-23 21:01:52','2024-07-23 12:01:52','',606,'https://hitachi-setsubi-recruit.com/wp-content/uploads/2024/07/interview01_2.jpg',0,'attachment','image/jpeg',0),(700,1,'2024-07-23 20:59:16','2024-07-23 11:59:16','','interview01_3','','inherit','open','closed','','interview01_3','','','2024-07-23 21:01:52','2024-07-23 12:01:52','',606,'https://hitachi-setsubi-recruit.com/wp-content/uploads/2024/07/interview01_3.jpg',0,'attachment','image/jpeg',0),(701,1,'2024-07-23 20:59:17','2024-07-23 11:59:17','','interview01_4','','inherit','open','closed','','interview01_4','','','2024-07-23 21:01:52','2024-07-23 12:01:52','',606,'https://hitachi-setsubi-recruit.com/wp-content/uploads/2024/07/interview01_4.jpg',0,'attachment','image/jpeg',0),(702,1,'2024-07-23 20:59:17','2024-07-23 11:59:17','','interview01_main','','inherit','open','closed','','interview01_main','','','2024-07-23 21:01:52','2024-07-23 12:01:52','',606,'https://hitachi-setsubi-recruit.com/wp-content/uploads/2024/07/interview01_main.jpg',0,'attachment','image/jpeg',0),(706,1,'2024-07-23 21:13:29','2024-07-23 12:13:29','','job01_1','','inherit','open','closed','','job01_1','','','2024-07-23 21:19:23','2024-07-23 12:19:23','',640,'https://hitachi-setsubi-recruit.com/wp-content/uploads/2024/07/job01_1.jpg',0,'attachment','image/jpeg',0),(707,1,'2024-07-23 21:13:29','2024-07-23 12:13:29','','job01_2','','inherit','open','closed','','job01_2','','','2024-07-23 21:19:23','2024-07-23 12:19:23','',640,'https://hitachi-setsubi-recruit.com/wp-content/uploads/2024/07/job01_2.jpg',0,'attachment','image/jpeg',0),(708,1,'2024-07-23 21:13:29','2024-07-23 12:13:29','','job01_3','','inherit','open','closed','','job01_3','','','2024-07-23 21:19:23','2024-07-23 12:19:23','',640,'https://hitachi-setsubi-recruit.com/wp-content/uploads/2024/07/job01_3.jpg',0,'attachment','image/jpeg',0),(709,1,'2024-07-23 21:13:29','2024-07-23 12:13:29','','job01_4','','inherit','open','closed','','job01_4','','','2024-07-23 21:19:23','2024-07-23 12:19:23','',640,'https://hitachi-setsubi-recruit.com/wp-content/uploads/2024/07/job01_4.jpg',0,'attachment','image/jpeg',0),(710,1,'2024-07-23 21:13:30','2024-07-23 12:13:30','','job01_5','','inherit','open','closed','','job01_5','','','2024-07-23 21:19:23','2024-07-23 12:19:23','',640,'https://hitachi-setsubi-recruit.com/wp-content/uploads/2024/07/job01_5.jpg',0,'attachment','image/jpeg',0),(711,1,'2024-07-23 21:13:30','2024-07-23 12:13:30','','job01_6','','inherit','open','closed','','job01_6','','','2024-07-23 21:19:23','2024-07-23 12:19:23','',640,'https://hitachi-setsubi-recruit.com/wp-content/uploads/2024/07/job01_6.jpg',0,'attachment','image/jpeg',0),(712,1,'2024-07-23 21:13:30','2024-07-23 12:13:30','','job01_main','','inherit','open','closed','','job01_main','','','2024-07-23 21:19:23','2024-07-23 12:19:23','',640,'https://hitachi-setsubi-recruit.com/wp-content/uploads/2024/07/job01_main.jpg',0,'attachment','image/jpeg',0),(716,1,'2024-08-08 12:07:42','2024-08-08 03:07:42','','N.I','','inherit','closed','closed','','606-autosave-v1','','','2024-08-08 12:07:42','2024-08-08 03:07:42','',606,'https://hitachi-setsubi-recruit.com/?p=716',0,'revision','',0),(724,1,'2024-07-31 10:40:22','2024-07-31 01:40:22','','会社概要','','inherit','closed','closed','','12-revision-v1','','','2024-07-31 10:40:22','2024-07-31 01:40:22','',12,'https://hitachi-setsubi-recruit.com/?p=724',0,'revision','',0),(725,0,'2024-07-31 11:23:44','2024-07-31 02:23:44','','【新卒採用】エントリーを承りました|長田 ユキ(送信テスト)様','','publish','closed','closed','','%e3%80%90%e6%96%b0%e5%8d%92%e6%8e%a1%e7%94%a8%e3%80%91%e3%82%a8%e3%83%b3%e3%83%88%e3%83%aa%e3%83%bc%e3%82%92%e6%89%bf%e3%82%8a%e3%81%be%e3%81%97%e3%81%9f%ef%bd%9c%e9%95%b7%e7%94%b0%e3%80%80%e3%83%a6','','','2024-07-31 11:23:44','2024-07-31 02:23:44','',0,'https://hitachi-setsubi-recruit.com/mwf_108/%e3%80%90%e6%96%b0%e5%8d%92%e6%8e%a1%e7%94%a8%e3%80%91%e3%82%a8%e3%83%b3%e3%83%88%e3%83%aa%e3%83%bc%e3%82%92%e6%89%bf%e3%82%8a%e3%81%be%e3%81%97%e3%81%9f%ef%bd%9c%e9%95%b7%e7%94%b0%e3%80%80%e3%83%a6/',0,'mwf_108','',0),(726,0,'2024-07-31 11:25:37','2024-07-31 02:25:37','','【中途採用】エントリーを承りました|長田 ユキ(中途採用テスト)様','','publish','closed','closed','','%e3%80%90%e4%b8%ad%e9%80%94%e6%8e%a1%e7%94%a8%e3%80%91%e3%82%a8%e3%83%b3%e3%83%88%e3%83%aa%e3%83%bc%e3%82%92%e6%89%bf%e3%82%8a%e3%81%be%e3%81%97%e3%81%9f%ef%bd%9c%e9%95%b7%e7%94%b0%e3%80%80%e3%83%a6','','','2024-07-31 11:25:37','2024-07-31 02:25:37','',0,'https://hitachi-setsubi-recruit.com/mwf_353/%e3%80%90%e4%b8%ad%e9%80%94%e6%8e%a1%e7%94%a8%e3%80%91%e3%82%a8%e3%83%b3%e3%83%88%e3%83%aa%e3%83%bc%e3%82%92%e6%89%bf%e3%82%8a%e3%81%be%e3%81%97%e3%81%9f%ef%bd%9c%e9%95%b7%e7%94%b0%e3%80%80%e3%83%a6/',0,'mwf_353','',0),(727,0,'2024-07-31 12:01:46','2024-07-31 03:01:46','','【新卒採用】エントリーを承りました|長田 ユキ(新卒採用エントリー送信テスト)様','','publish','closed','closed','','%e3%80%90%e6%96%b0%e5%8d%92%e6%8e%a1%e7%94%a8%e3%80%91%e3%82%a8%e3%83%b3%e3%83%88%e3%83%aa%e3%83%bc%e3%82%92%e6%89%bf%e3%82%8a%e3%81%be%e3%81%97%e3%81%9f%ef%bd%9c%e9%95%b7%e7%94%b0%e3%80%80%e3%83%a6-2','','','2024-07-31 12:01:46','2024-07-31 03:01:46','',0,'https://hitachi-setsubi-recruit.com/mwf_108/%e3%80%90%e6%96%b0%e5%8d%92%e6%8e%a1%e7%94%a8%e3%80%91%e3%82%a8%e3%83%b3%e3%83%88%e3%83%aa%e3%83%bc%e3%82%92%e6%89%bf%e3%82%8a%e3%81%be%e3%81%97%e3%81%9f%ef%bd%9c%e9%95%b7%e7%94%b0%e3%80%80%e3%83%a6-2/',0,'mwf_108','',0),(731,1,'2024-08-08 12:10:43','0000-00-00 00:00:00','','N.Y','','draft','closed','closed','','','','','2024-08-08 12:10:43','2024-08-08 03:10:43','',0,'https://hitachi-setsubi-recruit.com/?post_type=interview&p=731',0,'interview','',0),(732,6,'2024-08-08 13:09:48','0000-00-00 00:00:00','','管工事施工管理業務・配管工事作業','','draft','closed','closed','','','','','2024-08-08 13:09:48','2024-08-08 04:09:48','',0,'https://hitachi-setsubi-recruit.com/?post_type=recruit&p=732',2,'recruit','',0),(734,1,'2024-08-08 12:29:36','2024-08-08 03:29:36','','会社情報','','inherit','closed','closed','','10-revision-v1','','','2024-08-08 12:29:36','2024-08-08 03:29:36','',10,'https://hitachi-setsubi-recruit.com/?p=734',0,'revision','',0),(735,1,'2025-04-18 07:52:05','0000-00-00 00:00:00','','自動下書き','','auto-draft','open','open','','','','','2025-04-18 07:52:05','0000-00-00 00:00:00','',0,'https://hitachi-setsubi-recruit.com/?p=735',0,'post','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_sbi_feed_caches` -- DROP TABLE IF EXISTS `wp_sbi_feed_caches`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_sbi_feed_caches` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `feed_id` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `cache_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `cache_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `cron_update` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes', `last_updated` datetime NOT NULL, PRIMARY KEY (`id`), KEY `feed_id` (`feed_id`(191)) ) 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 `wp_sbi_feed_caches` -- LOCK TABLES `wp_sbi_feed_caches` WRITE; /*!40000 ALTER TABLE `wp_sbi_feed_caches` DISABLE KEYS */; INSERT INTO `wp_sbi_feed_caches` VALUES (1,'1_CUSTOMIZER','header','','','2024-08-26 04:11:17'),(2,'1_CUSTOMIZER','header_backup','','','2024-08-26 04:11:17'),(3,'1_CUSTOMIZER','resized_images','','','2024-08-26 04:11:17'),(4,'1','header','U+rNA++21SaBDsr7+KcbkERoT0FieWNnckpNUHcvNTZydytoZSt1M0tVNkZlMUZBalNMWjdCMUlsL0lJT2xZSmtIZlFQbndneTZjVDlsVTMweExLMjEwRXdER0E2VlJUTHJMa2VNUHFuZjRmdXZpSjBxUDZra2tWS3g0c1BNYmFHaUpKU0xxME4xejdYTjFRL2hVNHMzZVlNN1UwNk83L3BYMDBPOS8yU1VuN3ltZGkrSFFXQUxtY2cxYTZieU03eXVBbXByT3V1OWlsRDdkenk3WEVWQ0w3UjllSDUzUFNsSklML1diZnVZQTN5dEdrSVpMakRFRGhFWTdQTUVQcQ==','yes','2025-04-17 13:43:35'),(5,'1','header_backup','QFnsWCm1ishfZhoUrmy6HWkvb3N6WUtuTVUzYzFpYldMeEh5NW5VMkhScjRYTWk2K1hyR0dDT0VNcThkb2F2SVJhRncxZy9MUTFkV1lqTUN6dXZMRVE3M3lpUWJpZ2dVTHhMUk5wMCthUHNUY1NrU0RwZllmMDZ1dVdSd0RiNi9QL0tVbkxpSW82U3hWUElpRFVzclp2ZzRVSFJvaXNwMDNCRkVQUjduV25Dc2VQRzRqRDA3Y3drWlFlWHFydFlIRGdLOU5qQW9OVHJDRlBCSWxta0ZOMEI0VXdTZHVjN0h3ZzBiZmJxRDE3VEVmMTF0c1VvSzZFQ1o1VTBmWndrdw==','','2024-12-04 20:14:47'),(6,'1','resized_images','9vqGZZ7IjfFLigjhbf+NyGwyTzdRUmk5YXc0U1pRaW94YU9JQWNhUzVKdmVNQktQTHkrU1VVZEgzUjhUTDlxMVV3Um9RcjYrdEF3T09kR3MyRXhpOHVERGZGTXYvN2ZPTlZwemVBYXhpTndOYXZnd3d2aklLKysvbVBmNTRPUTNkY3hySlR5ZzVtSThqRjVQRzE5ODB3N3U5d0h5VDhBOUNnZldGTkN6REE3Z0s2NXE0bzRSQ0pmVzhkZEhacm9GZzN4RFlOMXI1M1FHV1lPRXdyV1NEYTlzTXU2ZUdBTVdaTXFXdjA2dHdEUXFLaUw3eFBKRUF2cVpsdVB5SWZyY0t3YlV0Q210MUI3aVl2V3FGZjU4K3ZaL1FBM1d6OHkvc05TRDVUSlRrTmRqa3M3a25hajk=','','2025-01-03 13:15:25'),(7,'1','posts','a8OPCeO5/yuk3iDTekwommkvWXVueGpHYkZicENTcDJNMzl4cTR6WHk0TDl1TlY3RkhkbzBQV0dGL1A3Lzdlb01EWFZjbjVpcElVeVdFVnoxWmVNQkxMYWU5amRhUCt5Wm1ocHExU3RHU3pOL1FTZEdRYjQybnAxZldzaFVPeXZVYVBPeFFZM2IyMnZDTjJHdStYTzRsaTFPZXVtTkpyYjRlbFpERWl5dHhkZytOV3hWdlc1aTB2WWxoNXVydUloSnZ3VDYveGZPbWNSS0FkVEZrSUdwMnVOVk42SkFPbTZJOW1aRzBHYkM3QlZDUE1lSU5BMWgvemg1bG1ZaDd5NkFmVTBqOGdubUpKSVRzVjBlNEMwenVYaVJwdklsOEZHRDZhbENCN0tYbzVRbm1WL0FYdUhsaElJelZBVGJOWVdWT2ttMVZlWEo2Und3d05DRk9FemV4MmpoeUc5WTNwWnQ2d2wwaktHVnhEeEgzSC9IdXdwd1BSbDZvVThiYXQrYkJXNDRnTU0vSTNGNXVSS0tQNWg4bVRCWTlvSkIrZExKeFdibHVZejI2TE1XWXM1cGdXS3pIQlAvcFNweFZKdTJCUSs4UDdVRytBS21VdlNzS3dwTW5UZW9pcXFIWHl1WUxxOXNHR2d6VDYwRUtWODh3VW5NVHJjL3lGcW5BSmNoNWIrdFFObWpYeCs3dkZRYTY0RnBwelBLaVBBb0xSWUk3djFUSWI5UjBUR2lobmFUZmJYNlFiT25MRVJMZ2VwaGZkYVY4WEZod0dIM1pmcEJERDd5RTNLbXh2WnNhdVpEZVpOc202eEs2ZkdROHRhRnFuTEhHVDQyVnhEdVNrNWRKZ1oxdFdMalYrUlRVcFFnWW1VejlIb1NnSXF2bmFHc2Npb09rTi9YY1ZPbUZDeWZEY2ZXR1FtTEZwNGpJTEpmYVhyU0cwdmtiTzlmTkNlODlIekZFZ0JXSjNFL1ZWMzM0QVF2cFVoeHVFUUNwWk5zNGxBeVl0a3Z2VXhJVEt4OVlacWpLNWFwVXFOQWVDd204SThlcVI5QkdrS0FydGE0MnZEZitJSnFjbFhsKzRGYnpRZFF5UVpweDBETzFwVmV2L2FnNXRwZEpoUUt5aUEwYmpWcmtNL2RQZ0tNbnlQQUM2bjVtS1lZNWVBaWpzVCtkQk5xMjU3VXRwNThiaXFaaHFRbVZCVVVtTElvam5UdUZteTNhOGxlUC8vSGg4MWFrNk5hOTlMNHRLTk4ycHRUazlROWQ2NjN5MmxFL3M5S1hnU1pFVDA3WHoxL1ZJWVl2d0cwejYzMTBPVFNMUnU2WHBJMnRFYVVRczVKZm03OGxZUGFWS0hYWmRvODJsUFZiK0F2S25VbDF5YWhDNTRYdWZWNHQwd3ZGQTA3OC8x','yes','2025-04-17 13:43:35'),(8,'1','posts_backup','xYfAil8Uu3iU8w/5syd6GE4wZzdIQmNhNVExSXhNdzB4b2MxdVU5TE1KSEtscmRSbmhVdGt2MVNPd3hhL0lsWGdxcjcvcWI4WmhTWklxWFYwL3lUNjJIVUZnalJnZUUvRzdtMFZzUDBmZStQQ0paWGEwQ0RMMUZmelB6bFlvMFBaVmZiU3RRMURhRnJZMXNPb2tDVktnM2tKcEVoc1JGOVBGRkFWWDV6NktjTlIyNzdEWjNRQjZFcGRvTmt3dFpsRldXZXRVZ2dibUNWTG0yd1ZCNnpzOGVEYzFiUVBuL1FqaWhPekpkcDRBK3k0K09Qd2FqUUJFRThWR3ZQeks5QThTb1lJMk5KQ1RwekZjamtocWRpM3hTZmxJdEU0OFFSWStjK3BEaEVSbWIwSDBJV2dTUE9RWHg4LzFSTzQ4dDA1MUdrMHFOOXZyVm1hTXp2S1d2bkUreWwwMDlUK2FvVWVMY1pLRVA3WlB2UWhKUUJmM2paNVlYczIxSVZmQS9ENXU2WmY1cmpaWXFuL2t6S25rL1hGcFhBOUFROS9hY2x2RkNyb2ZyUDNmaUZEdlJRUTI3OHg5b3ZaVFRla09lU0dEcS9aN0ZvSXphVkJibkk2MUhybXdkRVlmVHMxdlVzdnlKd0lrc3lCS24rdjdWeGJPQy9jWHdJbjlORWNZTGF4dlVLZWF2U1g2dVdXcmpCSDJRNmxPWi9GdXRuUjFkeXZkWjEyb3phWFJhbjl0NlBkYjNHcnRyNDhhWklFdGVCY3Btam5GQVhiNldDcDg0QjVzeVdnTDV5bitUVms1NjZ3emNROVUwa3RiUVl3bUNrdFBVZGR6MExWbEoyT1RQaW45dlFmNVI4RlJuQlRjSlJ5SHl6ZXVEakN2MENGYVdaQTY1NVo2RWwxNXBDb1BRdHJPb1dLdnVJUWVmZm5KckZpQmxsVzUxNkZTWFJ1Q3YxNXJycERHT0UzTWIzdkJqdGJkK0dreDM5OUhpR1ZLb2dEWXJpM29ZZy9Cb2kxbHFIbCs2Y05BYXlFZ3hJbU5zTmZzQ0xPZk9ma0xabVI2WmNSSUhKUWhDUm9nbjhERE5DZkdXRVdIbS93cVVxNEgyL1pSTmFkeUFDSHE0aG15WkEyY3FBb0JuNDVPeTZHUVRKUk9tVUwrTGtlbXA3QmZla1JXcWVINjRZNlpkWFdRPT0=','','2024-08-26 04:19:01'); /*!40000 ALTER TABLE `wp_sbi_feed_caches` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_sbi_feeds` -- DROP TABLE IF EXISTS `wp_sbi_feeds`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_sbi_feeds` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `feed_name` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `feed_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `settings` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `author` bigint(20) unsigned NOT NULL DEFAULT '1', `status` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `last_modified` datetime NOT NULL, PRIMARY KEY (`id`), KEY `author` (`author`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_sbi_feeds` -- LOCK TABLES `wp_sbi_feeds` WRITE; /*!40000 ALTER TABLE `wp_sbi_feeds` DISABLE KEYS */; INSERT INTO `wp_sbi_feeds` VALUES (1,'hitachisetsubi','','{\"customizer\":false,\"type\":\"user\",\"order\":\"recent\",\"id\":\"8093719644047621\",\"tagged\":\"\",\"width\":\"\",\"widthunit\":\"\",\"widthresp\":true,\"height\":\"\",\"heightunit\":\"\",\"sortby\":\"none\",\"captionlinks\":false,\"offset\":\"0\",\"num\":\"9\",\"apinum\":\"\",\"nummobile\":\"9\",\"cols\":\"3\",\"colstablet\":\"2\",\"colsmobile\":\"1\",\"disablemobile\":false,\"imagepadding\":\"10\",\"imagepaddingunit\":\"px\",\"layout\":\"grid\",\"hovereffect\":\"\",\"hovercolor\":\"\",\"hovertextcolor\":\"\",\"background\":\"\",\"imageres\":\"auto\",\"media\":\"all\",\"showcaption\":true,\"captionlength\":\"\",\"captioncolor\":\"\",\"captionsize\":\"\",\"showlikes\":true,\"likescolor\":\"\",\"likessize\":\"13\",\"hidephotos\":\"\",\"showbutton\":true,\"buttoncolor\":\"\",\"buttonhovercolor\":\"\",\"buttontextcolor\":\"\",\"buttontext\":\"Load More\",\"showfollow\":true,\"followcolor\":\"#408bd1\",\"followhovercolor\":\"#359dff\",\"followtextcolor\":\"\",\"followtext\":\"Follow on Instagram\",\"showheader\":true,\"headertextsize\":\"\",\"headercolor\":\"\",\"headerstyle\":\"standard\",\"showfollowers\":false,\"showbio\":true,\"custombio\":\"\",\"customavatar\":\"\",\"headerprimarycolor\":\"#517fa4\",\"headersecondarycolor\":\"#eeeeee\",\"headersize\":\"medium\",\"storiestime\":\"\",\"headeroutside\":false,\"class\":\"\",\"ajaxtheme\":\"\",\"excludewords\":\"\",\"includewords\":\"\",\"maxrequests\":\"5\",\"carouselrows\":\"1\",\"carouselloop\":\"rewind\",\"carouselarrows\":false,\"carouselpag\":true,\"carouselautoplay\":false,\"carouseltime\":\"5000\",\"highlighttype\":\"pattern\",\"highlightoffset\":\"0\",\"highlightpattern\":\"\",\"highlighthashtag\":\"\",\"highlightids\":\"\",\"whitelist\":\"\",\"autoscroll\":false,\"autoscrolldistance\":\"\",\"permanent\":false,\"accesstoken\":\"\",\"user\":\"\",\"feedid\":false,\"resizeprocess\":\"background\",\"mediavine\":\"\",\"customtemplates\":false,\"moderationmode\":false,\"colorpalette\":\"inherit\",\"custombgcolor1\":\"\",\"customtextcolor1\":\"\",\"customtextcolor2\":\"\",\"customlinkcolor1\":\"\",\"custombuttoncolor1\":\"\",\"custombuttoncolor2\":\"\",\"photosposts\":true,\"reelsposts\":true,\"shoppablefeed\":false,\"moderationlist\":\"{\\\"list_type_selected\\\":\\\"allow\\\"}\",\"customBlockModerationlist\":\"\",\"enablemoderationmode\":false,\"fakecolorpicker\":\"\",\"nonce\":\"bc890945c9\",\"shoppablelist\":\"\",\"source_details\":{\"id\":\"8093719644047621\",\"username\":\"hitachisetsubi\"}}',1,'publish','2024-10-31 00:52:52'); /*!40000 ALTER TABLE `wp_sbi_feeds` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_sbi_instagram_feed_locator` -- DROP TABLE IF EXISTS `wp_sbi_instagram_feed_locator`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_sbi_instagram_feed_locator` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `feed_id` varchar(50) NOT NULL DEFAULT '', `post_id` bigint(20) unsigned NOT NULL, `html_location` varchar(50) NOT NULL DEFAULT 'unknown', `shortcode_atts` longtext NOT NULL, `last_update` datetime DEFAULT NULL, PRIMARY KEY (`id`), KEY `feed_id` (`feed_id`), KEY `post_id` (`post_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_sbi_instagram_feed_locator` -- LOCK TABLES `wp_sbi_instagram_feed_locator` WRITE; /*!40000 ALTER TABLE `wp_sbi_instagram_feed_locator` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_sbi_instagram_feed_locator` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_sbi_instagram_feeds_posts` -- DROP TABLE IF EXISTS `wp_sbi_instagram_feeds_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_sbi_instagram_feeds_posts` ( `record_id` int(11) unsigned NOT NULL AUTO_INCREMENT, `id` int(11) unsigned NOT NULL, `instagram_id` varchar(1000) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `feed_id` varchar(1000) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `hashtag` varchar(1000) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`record_id`), KEY `hashtag` (`hashtag`(191)), KEY `feed_id` (`feed_id`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_sbi_instagram_feeds_posts` -- LOCK TABLES `wp_sbi_instagram_feeds_posts` WRITE; /*!40000 ALTER TABLE `wp_sbi_instagram_feeds_posts` DISABLE KEYS */; INSERT INTO `wp_sbi_instagram_feeds_posts` VALUES (1,1,'18019182353408048','*1',''); /*!40000 ALTER TABLE `wp_sbi_instagram_feeds_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_sbi_instagram_posts` -- DROP TABLE IF EXISTS `wp_sbi_instagram_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_sbi_instagram_posts` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `created_on` datetime DEFAULT NULL, `instagram_id` varchar(1000) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `time_stamp` datetime DEFAULT NULL, `top_time_stamp` datetime DEFAULT NULL, `json_data` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `media_id` varchar(1000) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `sizes` varchar(1000) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `aspect_ratio` decimal(4,2) NOT NULL DEFAULT '0.00', `images_done` tinyint(1) NOT NULL DEFAULT '0', `last_requested` date DEFAULT NULL, `mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', 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 `wp_sbi_instagram_posts` -- LOCK TABLES `wp_sbi_instagram_posts` WRITE; /*!40000 ALTER TABLE `wp_sbi_instagram_posts` DISABLE KEYS */; INSERT INTO `wp_sbi_instagram_posts` VALUES (1,'2024-08-26 04:19:05','18019182353408048','2024-08-26 04:18:36','2024-08-26 04:18:36','CrdMlWyFrw6YQRIQtDoxdHNMSHJsMUlEdU9jYVpMbEJJK05tekZSbDBCQytDOFd1bVd5OEFVWHZDTmhrU0JiamdOMy9OYkYvMVlydi9maHh1ZmUxczNzbDFBT245Vm9XZmhZZjI2cnp0RXh6Y1RPWTAvN0RzekJuRW11RDFFbkZXREFJV3drWVRRWUljUEh3cXBab3pQNUhaQXhoeGt0WCt6OGFwdDFVUGNmY3ZYTStJR1hPaWNwdGcwU1gwYWV3WUtwZll6b2hacDUvU1dhQkhReHJOUnNla3p6c0ZYZHJBaHR6NEFYTWUrVmdpOWNVRzVlY3dCUE9MYnVnODVLVTVFVVNMRnYycTZGMlo0NGpTSGU4VGhubjBDRGFpckhtdzJHdkZXcEkyTWpFVVZhWFZvQXRsNmVMTHNzUW9VTkRxNTdUeWYxNm0xUit4TldvcC9HdC9VZkRad2doUStxSEI3Q3REdklKK0tOWHVaNU5Xb2I0ekU5YnZRNURqMjd6eTBQTHZuTzBnaVFtbGEyVnhKMXFDZHptOVBmN3k4YlQ2V1BwaU1WdWthWVUvTUY1b1JMUWl0Q0Y3VnRRQ1IwY2x5QmxhdFFUZW1EMnNkcDNKR1B4SDlkVE81cFRyOFlSSWMxOGMyMW1yNFgwd09VVGZyeE9aR0xKaXkveWk3aFkvTlN1QzJNdVV6Y3VlWTdYVU9zZmhKTnBGRmpleDNEZEZSQ2lCZDV4WUdpWjVRVWtYVmk1MGpGd0VYaDBYdmxzbFVwdDA4WkhrNzIvYXFLcFNQOXViaS9ENmN1bkxPbC9wUFVpMVR2YkJlcWIyMmJ1RkpNTWIzbkhRNnpHeWg1QUV1UC9EZzMyQTBEWUY5L3ZjdHplRUlRWWhqcjA4eUJWanZkMjVKWWVadnpjOFNSWThWbWFVUFN4c3dOdUlmanVBQzVLaVhxZXdONTlveVJyUGpuTFRleGVJSUxMMzBTRFQ5Wm9tS281alF4ZnY5Um1xdz09','456890815_1239116337243206_69675440220335372_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',0.80,1,'2025-04-17','image/webp'); /*!40000 ALTER TABLE `wp_sbi_instagram_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_sbi_sources` -- DROP TABLE IF EXISTS `wp_sbi_sources`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_sbi_sources` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `account_id` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `account_type` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `privilege` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `access_token` varchar(1000) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `username` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `info` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `error` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `expires` datetime NOT NULL, `last_updated` datetime NOT NULL, `author` bigint(20) unsigned NOT NULL DEFAULT '1', `connect_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `account_type` (`account_type`(191)), KEY `author` (`author`) ) ENGINE=InnoDB AUTO_INCREMENT=2641 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_sbi_sources` -- LOCK TABLES `wp_sbi_sources` WRITE; /*!40000 ALTER TABLE `wp_sbi_sources` DISABLE KEYS */; INSERT INTO `wp_sbi_sources` VALUES (2640,'8093719644047621','basic','','mGJx1n9qAn0ZRqrXeSE5HkxON1dGRHhwMnF4b0pVMjdGN0pIN3o2Y2d2VVZSZjk1THFsUFdLQ3VJZWorR3NhUXFoMVh1Yk1LYm5td1Z5Q21Ub3d6L1l0UEYyVkFtdVdtZEYzWmNEcC9YaFN6dnlFd05BYStqcHFSOEcxcFYwS05HdTcvcnBNOTN2a1ZTWTRwbTVEUjJMR1FHUE5Da1NOazQvdzNGY0M0UElKU3JsNGtOQmVPNXFTTVhBbG5OcXdoNFhmcksyV0hYTkluWml5UEJxOTVzdnlqeFZrREFJNzAxYnpRajBPZmdMZWQ5d2tKTTdsZ2tNaGk4ankwNzA4YXZqN0dxNExyak9BNE1PQXlLZTRvSk5zbzFvbVZseStuT3pHTm1KZ1EvTld3MjV4NA==','hitachisetsubi','tv1o/LW7eLJ0ZoMI/JMwKzBYTGFsSGtjYk5qSm1XdWdLZG1HbCs3b3ptZ1ZtTVcvanl1T0l5a1c1MVhBUnNJS2txajJ3Y0ViS1o5QXpYcElEbFNjOEVFOGtsSmRJTEVmeTIxRktoK3MvaTdmYS9BMU1lMEh3MC9YTWNBZlJPYlFIc2NzZFUveGtlbWRlRUEzY2JXcndsTFRpQzJuOWxDRWZXdzE5V0dOSzNuR1hpOW5zZDBUbkhLTG9nSnNjckhyT1hRMFh3K3FIdnBRdDdNczJObXlmVU5YeHJxeVZUREZYKzY0VXdxSzkzUlo1RmtpYmM3YWpSVjF5TGRMM3lwOFlIUWVTVW00YXF6YnNsZzU5ekoxTlpxdzZYY2Z6K3FEaHlwNFVEakZsZ3oxaHNjPQ==','{\"error\":{\"message\":\"Unsupported request - method type: get\",\"type\":\"IGApiException\",\"code\":100,\"fbtrace_id\":\"AveiZb4FwAkHo6Qcsfxgc-3\"}}','2025-01-19 14:26:31','2025-04-17 13:43:34',0,'personal'); /*!40000 ALTER TABLE `wp_sbi_sources` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_siteguard_history` -- DROP TABLE IF EXISTS `wp_siteguard_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_siteguard_history` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `login_name` varchar(40) NOT NULL DEFAULT '', `ip_address` varchar(40) NOT NULL DEFAULT '', `operation` int(11) NOT NULL DEFAULT '0', `time` datetime DEFAULT NULL, `type` int(11) NOT NULL DEFAULT '0', UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=1094 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_siteguard_history` -- LOCK TABLES `wp_siteguard_history` WRITE; /*!40000 ALTER TABLE `wp_siteguard_history` DISABLE KEYS */; INSERT INTO `wp_siteguard_history` VALUES (1,'hitachi-s-editor','60.116.159.244',0,'2024-08-08 09:11:14',0),(2,'hitachi-s-editor','60.116.159.244',0,'2024-08-08 09:27:02',0),(3,'hitachi-s-editor','133.106.61.235',0,'2024-08-08 10:51:05',0),(4,'acs_admin','133.106.55.149',0,'2024-08-08 11:55:24',0),(5,'hitachi-s-editor','60.116.159.244',0,'2024-08-08 12:02:05',0),(6,'acs_admin','133.106.55.130',0,'2024-08-09 09:09:43',0),(7,'acs_admin','133.106.61.105',0,'2024-08-19 09:05:58',0),(8,'acs_admin','60.96.70.110',0,'2024-09-09 16:31:16',0),(9,'acs_admin','60.96.70.110',0,'2024-09-09 16:31:19',0),(10,'acs_admin','60.96.70.110',0,'2024-09-09 17:52:16',0),(11,'acs_admin','60.96.70.110',0,'2024-10-10 19:46:25',0),(12,'acs_admin','126.220.98.229',0,'2024-11-06 14:03:46',0),(13,'acs_admin','217.142.224.248',1,'2024-12-28 18:42:45',1),(14,'acs_admin','217.142.224.248',1,'2024-12-28 20:40:53',1),(15,'hitachi-s-editor','112.78.125.185',1,'2024-12-29 20:59:44',1),(16,'hitachi-s-editor','202.233.67.48',1,'2024-12-29 22:03:37',1),(17,'hitachi-s-editor','112.78.125.185',1,'2024-12-30 09:02:21',1),(18,'hitachi-s-editor','162.43.116.76',1,'2024-12-30 10:57:40',1),(19,'hitachi-s-editor','162.43.116.76',1,'2024-12-30 12:42:58',1),(20,'hitachi-s-editor','202.233.67.48',1,'2024-12-30 14:44:20',1),(21,'hitachi-s-editor','202.233.67.48',1,'2024-12-30 16:31:06',1),(22,'hitachi-s-editor','202.233.67.48',1,'2024-12-30 18:36:07',1),(23,'hitachi-s-editor','162.43.116.76',1,'2024-12-30 20:26:03',1),(24,'hitachi-s-editor','162.43.116.76',1,'2024-12-30 22:30:17',1),(25,'hitachi-s-editor','202.233.67.48',1,'2024-12-31 16:36:10',1),(26,'hitachi-s-editor','202.233.67.48',1,'2024-12-31 18:39:54',1),(27,'hitachi-s-editor','162.43.116.76',1,'2025-01-01 00:37:36',1),(28,'hitachi-s-editor','202.233.67.48',1,'2025-01-01 02:46:58',1),(29,'qwerty','202.233.67.48',1,'2025-01-01 16:32:09',1),(30,'admin','162.43.116.76',1,'2025-01-02 04:21:41',1),(31,'acs_admin','103.241.129.53',1,'2025-01-02 12:50:51',1),(32,'admin','207.148.108.46',1,'2025-01-02 12:56:03',1),(33,'testtest','163.44.198.32',1,'2025-01-02 12:56:52',1),(34,'acs_admin','202.233.67.48',1,'2025-01-02 13:05:25',1),(35,'acs_admin','60.43.234.31',1,'2025-01-02 13:11:52',1),(36,'admin','160.16.84.19',1,'2025-01-02 13:29:29',1),(37,'wordpress_administrator','160.16.84.19',1,'2025-01-02 13:36:34',1),(38,'acs_admin','153.123.7.80',1,'2025-01-02 14:08:57',1),(39,'Admin','60.43.234.31',1,'2025-01-02 14:10:00',1),(40,'acs_admin','54.168.163.183',1,'2025-01-15 06:29:20',1),(41,'acs_admin','54.168.163.183',1,'2025-01-15 06:29:21',1),(42,'acs_admin','18.182.10.158',1,'2025-01-16 05:02:59',1),(43,'acs_admin','18.182.10.158',1,'2025-01-16 05:02:59',1),(44,'admin_acs','46.51.226.100',1,'2025-02-03 03:56:54',1),(45,'hitachi-s-editor','46.51.226.100',1,'2025-02-03 03:56:55',1),(46,'acs_admin','46.51.226.100',3,'2025-02-03 03:56:57',1),(47,'acs_admin','46.51.226.100',3,'2025-02-03 03:56:57',1),(48,'acs_admin','46.51.226.100',3,'2025-02-03 03:56:58',1),(49,'acs_admin','46.51.226.100',3,'2025-02-03 03:56:58',1),(50,'acs_admin','46.51.226.100',3,'2025-02-03 03:56:59',1),(51,'acs_admin','46.51.226.100',3,'2025-02-03 03:56:59',1),(52,'acs_admin','46.51.226.100',3,'2025-02-03 03:57:00',1),(53,'acs_admin','46.51.226.100',3,'2025-02-03 03:57:00',1),(54,'acs_admin','46.51.226.100',3,'2025-02-03 03:57:01',1),(55,'acs_admin','46.51.226.100',3,'2025-02-03 03:57:01',1),(56,'acs_admin','46.51.226.100',3,'2025-02-03 03:57:01',1),(57,'acs_admin','46.51.226.100',3,'2025-02-03 03:57:02',1),(58,'acs_admin','46.51.226.100',3,'2025-02-03 03:57:02',1),(59,'acs_admin','46.51.226.100',3,'2025-02-03 03:57:03',1),(60,'acs_admin','46.51.226.100',3,'2025-02-03 03:57:03',1),(61,'acs_admin','46.51.226.100',3,'2025-02-03 03:57:04',1),(62,'acs_admin','46.51.226.100',3,'2025-02-03 03:57:04',1),(63,'acs_admin','46.51.226.100',3,'2025-02-03 03:57:05',1),(64,'acs_admin','46.51.226.100',3,'2025-02-03 03:57:05',1),(65,'acs_admin','46.51.226.100',3,'2025-02-03 03:57:05',1),(66,'hitachi-s-editor','46.51.226.100',3,'2025-02-03 03:57:06',1),(67,'hitachi-s-editor','46.51.226.100',3,'2025-02-03 03:57:06',1),(68,'hitachi-s-editor','46.51.226.100',3,'2025-02-03 03:57:06',1),(69,'hitachi-s-editor','46.51.226.100',3,'2025-02-03 03:57:07',1),(70,'hitachi-s-editor','46.51.226.100',3,'2025-02-03 03:57:07',1),(71,'hitachi-s-editor','46.51.226.100',3,'2025-02-03 03:57:07',1),(72,'hitachi-s-editor','46.51.226.100',3,'2025-02-03 03:57:08',1),(73,'hitachi-s-editor','46.51.226.100',3,'2025-02-03 03:57:08',1),(74,'hitachi-s-editor','46.51.226.100',3,'2025-02-03 03:57:08',1),(75,'hitachi-s-editor','46.51.226.100',3,'2025-02-03 03:57:09',1),(76,'hitachi-s-editor','46.51.226.100',3,'2025-02-03 03:57:09',1),(77,'hitachi-s-editor','46.51.226.100',3,'2025-02-03 03:57:09',1),(78,'hitachi-s-editor','46.51.226.100',3,'2025-02-03 03:57:09',1),(79,'hitachi-s-editor','46.51.226.100',3,'2025-02-03 03:57:10',1),(80,'hitachi-s-editor','46.51.226.100',3,'2025-02-03 03:57:10',1),(81,'hitachi-s-editor','46.51.226.100',3,'2025-02-03 03:57:10',1),(82,'hitachi-s-editor','46.51.226.100',3,'2025-02-03 03:57:10',1),(83,'hitachi-s-editor','46.51.226.100',3,'2025-02-03 03:57:11',1),(84,'hitachi-s-editor','46.51.226.100',3,'2025-02-03 03:57:11',1),(85,'admin_acs','139.180.196.52',1,'2025-02-05 19:25:38',1),(86,'hitachi-s-editor','139.180.196.52',1,'2025-02-05 19:25:40',1),(87,'acs_admin','139.180.196.52',3,'2025-02-05 19:25:43',1),(88,'acs_admin','139.180.196.52',3,'2025-02-05 19:25:47',1),(89,'acs_admin','139.180.196.52',3,'2025-02-05 19:25:52',1),(90,'acs_admin','139.180.196.52',3,'2025-02-05 19:25:56',1),(91,'acs_admin','139.180.196.52',3,'2025-02-05 19:25:58',1),(92,'acs_admin','139.180.196.52',3,'2025-02-05 19:26:02',1),(93,'acs_admin','139.180.196.52',3,'2025-02-05 19:26:04',1),(94,'acs_admin','139.180.196.52',3,'2025-02-05 19:26:07',1),(95,'acs_admin','139.180.196.52',3,'2025-02-05 19:26:09',1),(96,'acs_admin','139.180.196.52',3,'2025-02-05 19:26:12',1),(97,'acs_admin','139.180.196.52',3,'2025-02-05 19:26:15',1),(98,'acs_admin','139.180.196.52',3,'2025-02-05 19:26:18',1),(99,'acs_admin','139.180.196.52',3,'2025-02-05 19:26:20',1),(100,'acs_admin','139.180.196.52',3,'2025-02-05 19:26:27',1),(101,'acs_admin','139.180.196.52',3,'2025-02-05 19:26:29',1),(102,'acs_admin','139.180.196.52',3,'2025-02-05 19:26:32',1),(103,'acs_admin','139.180.196.52',3,'2025-02-05 19:26:36',1),(104,'acs_admin','139.180.196.52',3,'2025-02-05 19:26:39',1),(105,'acs_admin','139.180.196.52',3,'2025-02-05 19:26:42',1),(106,'acs_admin','139.180.196.52',1,'2025-02-05 19:26:46',1),(107,'acs_admin','139.180.196.52',1,'2025-02-05 19:26:47',1),(108,'acs_admin','139.180.196.52',3,'2025-02-05 19:26:50',1),(109,'acs_admin','139.180.196.52',3,'2025-02-05 19:26:54',1),(110,'acs_admin','139.180.196.52',3,'2025-02-05 19:26:56',1),(111,'acs_admin','139.180.196.52',3,'2025-02-05 19:26:58',1),(112,'hitachi-s-editor','139.180.196.52',3,'2025-02-05 19:27:01',1),(113,'hitachi-s-editor','139.180.196.52',3,'2025-02-05 19:27:03',1),(114,'hitachi-s-editor','139.180.196.52',3,'2025-02-05 19:27:05',1),(115,'hitachi-s-editor','139.180.196.52',3,'2025-02-05 19:27:07',1),(116,'hitachi-s-editor','139.180.196.52',3,'2025-02-05 19:27:09',1),(117,'hitachi-s-editor','139.180.196.52',3,'2025-02-05 19:27:12',1),(118,'hitachi-s-editor','139.180.196.52',3,'2025-02-05 19:27:14',1),(119,'hitachi-s-editor','139.180.196.52',3,'2025-02-05 19:27:17',1),(120,'hitachi-s-editor','139.180.196.52',3,'2025-02-05 19:27:19',1),(121,'hitachi-s-editor','139.180.196.52',3,'2025-02-05 19:27:22',1),(122,'hitachi-s-editor','139.180.196.52',3,'2025-02-05 19:27:24',1),(123,'hitachi-s-editor','139.180.196.52',3,'2025-02-05 19:27:28',1),(124,'hitachi-s-editor','139.180.196.52',3,'2025-02-05 19:27:30',1),(125,'hitachi-s-editor','139.180.196.52',3,'2025-02-05 19:27:33',1),(126,'hitachi-s-editor','139.180.196.52',3,'2025-02-05 19:27:36',1),(127,'hitachi-s-editor','139.180.196.52',3,'2025-02-05 19:27:39',1),(128,'hitachi-s-editor','139.180.196.52',3,'2025-02-05 19:27:43',1),(129,'hitachi-s-editor','139.180.196.52',3,'2025-02-05 19:27:46',1),(130,'hitachi-s-editor','139.180.196.52',3,'2025-02-05 19:27:49',1),(131,'hitachi-s-editor','139.180.196.52',1,'2025-02-05 19:27:52',1),(132,'hitachi-s-editor','139.180.196.52',1,'2025-02-05 19:27:56',1),(133,'hitachi-s-editor','139.180.196.52',1,'2025-02-05 19:28:00',1),(134,'hitachi-s-editor','139.180.196.52',1,'2025-02-05 19:28:04',1),(135,'hitachi-s-editor','139.180.196.52',1,'2025-02-05 19:28:07',1),(136,'admin_acs','52.68.254.91',1,'2025-02-06 10:21:30',1),(137,'acs_admin','52.68.254.91',1,'2025-02-06 10:21:31',1),(138,'acs_admin','52.68.254.91',3,'2025-02-06 10:21:31',1),(139,'acs_admin','52.68.254.91',3,'2025-02-06 10:21:32',1),(140,'acs_admin','52.68.254.91',3,'2025-02-06 10:21:33',1),(141,'acs_admin','52.68.254.91',3,'2025-02-06 10:21:35',1),(142,'acs_admin','52.68.254.91',3,'2025-02-06 10:21:36',1),(143,'acs_admin','52.68.254.91',3,'2025-02-06 10:21:37',1),(144,'acs_admin','52.68.254.91',3,'2025-02-06 10:21:39',1),(145,'acs_admin','52.68.254.91',3,'2025-02-06 10:21:40',1),(146,'acs_admin','52.68.254.91',3,'2025-02-06 10:21:40',1),(147,'acs_admin','52.68.254.91',3,'2025-02-06 10:21:41',1),(148,'acs_admin','52.68.254.91',3,'2025-02-06 10:21:42',1),(149,'acs_admin','52.68.254.91',3,'2025-02-06 10:21:44',1),(150,'acs_admin','52.68.254.91',3,'2025-02-06 10:21:44',1),(151,'acs_admin','52.68.254.91',3,'2025-02-06 10:21:45',1),(152,'acs_admin','52.68.254.91',3,'2025-02-06 10:21:46',1),(153,'acs_admin','52.68.254.91',3,'2025-02-06 10:21:46',1),(154,'hitachi-s-editor','52.68.254.91',3,'2025-02-06 10:21:47',1),(155,'hitachi-s-editor','52.68.254.91',3,'2025-02-06 10:21:47',1),(156,'hitachi-s-editor','52.68.254.91',3,'2025-02-06 10:21:48',1),(157,'hitachi-s-editor','52.68.254.91',3,'2025-02-06 10:21:49',1),(158,'hitachi-s-editor','52.68.254.91',3,'2025-02-06 10:21:49',1),(159,'hitachi-s-editor','52.68.254.91',3,'2025-02-06 10:21:50',1),(160,'hitachi-s-editor','52.68.254.91',3,'2025-02-06 10:21:51',1),(161,'hitachi-s-editor','52.68.254.91',3,'2025-02-06 10:21:51',1),(162,'hitachi-s-editor','52.68.254.91',3,'2025-02-06 10:21:52',1),(163,'hitachi-s-editor','52.68.254.91',3,'2025-02-06 10:21:53',1),(164,'hitachi-s-editor','52.68.254.91',3,'2025-02-06 10:21:53',1),(165,'hitachi-s-editor','52.68.254.91',3,'2025-02-06 10:21:53',1),(166,'hitachi-s-editor','52.68.254.91',3,'2025-02-06 10:21:54',1),(167,'hitachi-s-editor','52.68.254.91',3,'2025-02-06 10:21:54',1),(168,'hitachi-s-editor','52.68.254.91',3,'2025-02-06 10:21:55',1),(169,'hitachi-s-editor','52.68.254.91',3,'2025-02-06 10:21:55',1),(170,'hitachi-s-editor','52.68.254.91',3,'2025-02-06 10:21:55',1),(171,'hitachi-s-editor','52.68.254.91',3,'2025-02-06 10:21:55',1),(172,'admin_acs','52.68.254.91',1,'2025-02-06 12:42:50',1),(173,'hitachi-s-editor','52.68.254.91',1,'2025-02-06 12:42:52',1),(174,'acs_admin','52.68.254.91',3,'2025-02-06 12:42:54',1),(175,'acs_admin','52.68.254.91',3,'2025-02-06 12:42:57',1),(176,'acs_admin','52.68.254.91',3,'2025-02-06 12:42:58',1),(177,'acs_admin','52.68.254.91',3,'2025-02-06 12:42:59',1),(178,'acs_admin','52.68.254.91',3,'2025-02-06 12:43:00',1),(179,'acs_admin','52.68.254.91',3,'2025-02-06 12:43:03',1),(180,'acs_admin','52.68.254.91',3,'2025-02-06 12:43:05',1),(181,'acs_admin','52.68.254.91',3,'2025-02-06 12:43:05',1),(182,'acs_admin','52.68.254.91',3,'2025-02-06 12:43:08',1),(183,'acs_admin','52.68.254.91',3,'2025-02-06 12:43:09',1),(184,'acs_admin','52.68.254.91',3,'2025-02-06 12:43:11',1),(185,'acs_admin','52.68.254.91',3,'2025-02-06 12:43:11',1),(186,'acs_admin','52.68.254.91',3,'2025-02-06 12:43:12',1),(187,'acs_admin','52.68.254.91',3,'2025-02-06 12:43:13',1),(188,'acs_admin','52.68.254.91',3,'2025-02-06 12:43:14',1),(189,'acs_admin','52.68.254.91',3,'2025-02-06 12:43:15',1),(190,'acs_admin','52.68.254.91',3,'2025-02-06 12:43:16',1),(191,'acs_admin','52.68.254.91',3,'2025-02-06 12:43:18',1),(192,'acs_admin','52.68.254.91',3,'2025-02-06 12:43:23',1),(193,'acs_admin','52.68.254.91',3,'2025-02-06 12:43:24',1),(194,'hitachi-s-editor','52.68.254.91',3,'2025-02-06 12:43:27',1),(195,'hitachi-s-editor','52.68.254.91',3,'2025-02-06 12:43:29',1),(196,'hitachi-s-editor','52.68.254.91',3,'2025-02-06 12:43:30',1),(197,'hitachi-s-editor','52.68.254.91',3,'2025-02-06 12:43:32',1),(198,'hitachi-s-editor','52.68.254.91',3,'2025-02-06 12:43:34',1),(199,'hitachi-s-editor','52.68.254.91',3,'2025-02-06 12:43:40',1),(200,'hitachi-s-editor','52.68.254.91',3,'2025-02-06 12:43:42',1),(201,'hitachi-s-editor','52.68.254.91',3,'2025-02-06 12:43:42',1),(202,'hitachi-s-editor','52.68.254.91',3,'2025-02-06 12:43:45',1),(203,'hitachi-s-editor','52.68.254.91',3,'2025-02-06 12:43:46',1),(204,'hitachi-s-editor','52.68.254.91',3,'2025-02-06 12:43:47',1),(205,'hitachi-s-editor','52.68.254.91',3,'2025-02-06 12:43:48',1),(206,'hitachi-s-editor','52.68.254.91',3,'2025-02-06 12:43:50',1),(207,'hitachi-s-editor','52.68.254.91',3,'2025-02-06 12:43:52',1),(208,'hitachi-s-editor','52.68.254.91',1,'2025-02-06 12:43:55',1),(209,'hitachi-s-editor','52.68.254.91',1,'2025-02-06 12:43:56',1),(210,'hitachi-s-editor','52.68.254.91',3,'2025-02-06 12:43:58',1),(211,'admin_acs','198.13.45.212',1,'2025-02-07 14:50:15',1),(212,'hitachi-s-editor','198.13.45.212',1,'2025-02-07 14:50:18',1),(213,'acs_admin','198.13.45.212',3,'2025-02-07 14:50:20',1),(214,'acs_admin','198.13.45.212',3,'2025-02-07 14:50:21',1),(215,'acs_admin','198.13.45.212',3,'2025-02-07 14:50:25',1),(216,'acs_admin','198.13.45.212',3,'2025-02-07 14:50:27',1),(217,'acs_admin','198.13.45.212',3,'2025-02-07 14:50:29',1),(218,'acs_admin','198.13.45.212',3,'2025-02-07 14:50:40',1),(219,'acs_admin','198.13.45.212',3,'2025-02-07 14:50:41',1),(220,'acs_admin','198.13.45.212',3,'2025-02-07 14:50:43',1),(221,'acs_admin','198.13.45.212',3,'2025-02-07 14:50:44',1),(222,'acs_admin','198.13.45.212',3,'2025-02-07 14:50:46',1),(223,'acs_admin','198.13.45.212',3,'2025-02-07 14:50:48',1),(224,'acs_admin','198.13.45.212',3,'2025-02-07 14:50:50',1),(225,'acs_admin','198.13.45.212',3,'2025-02-07 14:50:52',1),(226,'acs_admin','198.13.45.212',3,'2025-02-07 14:50:54',1),(227,'acs_admin','198.13.45.212',3,'2025-02-07 14:50:56',1),(228,'acs_admin','198.13.45.212',3,'2025-02-07 14:50:59',1),(229,'acs_admin','198.13.45.212',3,'2025-02-07 14:51:01',1),(230,'acs_admin','198.13.45.212',3,'2025-02-07 14:51:03',1),(231,'acs_admin','198.13.45.212',3,'2025-02-07 14:51:04',1),(232,'acs_admin','198.13.45.212',3,'2025-02-07 14:51:07',1),(233,'acs_admin','198.13.45.212',3,'2025-02-07 14:51:09',1),(234,'acs_admin','198.13.45.212',3,'2025-02-07 14:51:10',1),(235,'acs_admin','198.13.45.212',3,'2025-02-07 14:51:12',1),(236,'acs_admin','198.13.45.212',3,'2025-02-07 14:51:14',1),(237,'acs_admin','198.13.45.212',3,'2025-02-07 14:51:16',1),(238,'hitachi-s-editor','198.13.45.212',3,'2025-02-07 14:51:17',1),(239,'hitachi-s-editor','198.13.45.212',3,'2025-02-07 14:51:19',1),(240,'hitachi-s-editor','198.13.45.212',1,'2025-02-07 14:51:21',1),(241,'hitachi-s-editor','198.13.45.212',1,'2025-02-07 14:51:23',1),(242,'hitachi-s-editor','198.13.45.212',3,'2025-02-07 14:51:25',1),(243,'hitachi-s-editor','198.13.45.212',3,'2025-02-07 14:51:27',1),(244,'hitachi-s-editor','198.13.45.212',3,'2025-02-07 14:51:29',1),(245,'hitachi-s-editor','198.13.45.212',3,'2025-02-07 14:51:31',1),(246,'hitachi-s-editor','198.13.45.212',3,'2025-02-07 14:51:32',1),(247,'hitachi-s-editor','198.13.45.212',3,'2025-02-07 14:51:34',1),(248,'hitachi-s-editor','198.13.45.212',3,'2025-02-07 14:51:36',1),(249,'hitachi-s-editor','198.13.45.212',3,'2025-02-07 14:51:38',1),(250,'hitachi-s-editor','198.13.45.212',3,'2025-02-07 14:51:40',1),(251,'hitachi-s-editor','198.13.45.212',3,'2025-02-07 14:51:41',1),(252,'hitachi-s-editor','198.13.45.212',3,'2025-02-07 14:51:43',1),(253,'hitachi-s-editor','198.13.45.212',3,'2025-02-07 14:51:45',1),(254,'hitachi-s-editor','198.13.45.212',3,'2025-02-07 14:51:47',1),(255,'hitachi-s-editor','198.13.45.212',3,'2025-02-07 14:51:49',1),(256,'hitachi-s-editor','198.13.45.212',3,'2025-02-07 14:51:51',1),(257,'hitachi-s-editor','198.13.45.212',3,'2025-02-07 14:51:52',1),(258,'hitachi-s-editor','198.13.45.212',3,'2025-02-07 14:51:54',1),(259,'hitachi-s-editor','198.13.45.212',3,'2025-02-07 14:51:55',1),(260,'hitachi-s-editor','198.13.45.212',3,'2025-02-07 14:51:58',1),(261,'hitachi-s-editor','198.13.45.212',3,'2025-02-07 14:52:01',1),(262,'admin_acs','52.68.254.91',1,'2025-02-09 19:08:30',1),(263,'hitachi-s-editor','52.68.254.91',1,'2025-02-09 19:08:46',1),(264,'acs_admin','52.68.254.91',1,'2025-02-09 19:08:51',1),(265,'acs_admin','52.68.254.91',1,'2025-02-09 19:08:54',1),(266,'acs_admin','52.68.254.91',1,'2025-02-09 19:09:02',1),(267,'acs_admin','52.68.254.91',1,'2025-02-09 19:09:06',1),(268,'acs_admin','52.68.254.91',1,'2025-02-09 19:09:14',1),(269,'acs_admin','52.68.254.91',1,'2025-02-09 19:09:27',1),(270,'acs_admin','52.68.254.91',1,'2025-02-09 19:09:32',1),(271,'acs_admin','52.68.254.91',1,'2025-02-09 19:09:38',1),(272,'acs_admin','52.68.254.91',1,'2025-02-09 19:09:45',1),(273,'acs_admin','52.68.254.91',1,'2025-02-09 19:09:49',1),(274,'acs_admin','52.68.254.91',1,'2025-02-09 19:09:53',1),(275,'acs_admin','52.68.254.91',1,'2025-02-09 19:09:59',1),(276,'acs_admin','52.68.254.91',1,'2025-02-09 19:10:05',1),(277,'acs_admin','52.68.254.91',1,'2025-02-09 19:10:07',1),(278,'acs_admin','52.68.254.91',1,'2025-02-09 19:10:13',1),(279,'acs_admin','52.68.254.91',1,'2025-02-09 19:10:24',1),(280,'acs_admin','52.68.254.91',1,'2025-02-09 19:11:02',1),(281,'acs_admin','52.68.254.91',1,'2025-02-09 19:11:36',1),(282,'acs_admin','52.68.254.91',1,'2025-02-09 19:11:55',1),(283,'acs_admin','52.68.254.91',1,'2025-02-09 19:11:57',1),(284,'hitachi-s-editor','52.68.254.91',1,'2025-02-09 19:12:06',1),(285,'hitachi-s-editor','52.68.254.91',1,'2025-02-09 19:12:17',1),(286,'hitachi-s-editor','52.68.254.91',1,'2025-02-09 19:12:20',1),(287,'hitachi-s-editor','52.68.254.91',1,'2025-02-09 19:12:31',1),(288,'hitachi-s-editor','52.68.254.91',1,'2025-02-09 19:12:38',1),(289,'hitachi-s-editor','52.68.254.91',1,'2025-02-09 19:12:46',1),(290,'hitachi-s-editor','52.68.254.91',1,'2025-02-09 19:12:50',1),(291,'hitachi-s-editor','52.68.254.91',1,'2025-02-09 19:12:56',1),(292,'hitachi-s-editor','52.68.254.91',1,'2025-02-09 19:12:57',1),(293,'hitachi-s-editor','52.68.254.91',1,'2025-02-09 19:13:05',1),(294,'hitachi-s-editor','52.68.254.91',1,'2025-02-09 19:13:08',1),(295,'hitachi-s-editor','52.68.254.91',1,'2025-02-09 19:13:54',1),(296,'hitachi-s-editor','52.68.254.91',1,'2025-02-09 19:14:28',1),(297,'hitachi-s-editor','52.68.254.91',1,'2025-02-09 19:14:31',1),(298,'hitachi-s-editor','52.68.254.91',1,'2025-02-09 19:14:34',1),(299,'hitachi-s-editor','52.68.254.91',1,'2025-02-09 19:14:36',1),(300,'hitachi-s-editor','52.68.254.91',3,'2025-02-09 19:14:38',1),(301,'hitachi-s-editor','52.68.254.91',3,'2025-02-09 19:14:42',1),(302,'hitachi-s-editor','52.68.254.91',3,'2025-02-09 19:14:46',1),(303,'admin_acs','45.32.50.150',1,'2025-02-14 12:35:43',1),(304,'hitachi-s-editor','45.32.50.150',1,'2025-02-14 12:35:44',1),(305,'acs_admin','45.32.50.150',3,'2025-02-14 12:35:45',1),(306,'acs_admin','45.32.50.150',3,'2025-02-14 12:35:47',1),(307,'acs_admin','45.32.50.150',3,'2025-02-14 12:35:48',1),(308,'acs_admin','45.32.50.150',3,'2025-02-14 12:35:49',1),(309,'acs_admin','45.32.50.150',3,'2025-02-14 12:35:50',1),(310,'acs_admin','45.32.50.150',3,'2025-02-14 12:35:51',1),(311,'acs_admin','45.32.50.150',3,'2025-02-14 12:35:53',1),(312,'acs_admin','45.32.50.150',3,'2025-02-14 12:35:54',1),(313,'acs_admin','45.32.50.150',3,'2025-02-14 12:35:55',1),(314,'acs_admin','45.32.50.150',3,'2025-02-14 12:35:56',1),(315,'acs_admin','45.32.50.150',3,'2025-02-14 12:35:57',1),(316,'acs_admin','45.32.50.150',3,'2025-02-14 12:35:58',1),(317,'acs_admin','45.32.50.150',3,'2025-02-14 12:35:59',1),(318,'acs_admin','45.32.50.150',3,'2025-02-14 12:36:00',1),(319,'acs_admin','45.32.50.150',3,'2025-02-14 12:36:01',1),(320,'acs_admin','45.32.50.150',3,'2025-02-14 12:36:02',1),(321,'acs_admin','45.32.50.150',3,'2025-02-14 12:36:03',1),(322,'acs_admin','45.32.50.150',3,'2025-02-14 12:36:04',1),(323,'acs_admin','45.32.50.150',3,'2025-02-14 12:36:05',1),(324,'acs_admin','45.32.50.150',3,'2025-02-14 12:36:06',1),(325,'acs_admin','45.32.50.150',3,'2025-02-14 12:36:08',1),(326,'acs_admin','45.32.50.150',3,'2025-02-14 12:36:09',1),(327,'acs_admin','45.32.50.150',3,'2025-02-14 12:36:10',1),(328,'acs_admin','45.32.50.150',3,'2025-02-14 12:36:12',1),(329,'acs_admin','45.32.50.150',3,'2025-02-14 12:36:13',1),(330,'acs_admin','45.32.50.150',3,'2025-02-14 12:36:15',1),(331,'acs_admin','45.32.50.150',3,'2025-02-14 12:36:16',1),(332,'acs_admin','45.32.50.150',3,'2025-02-14 12:36:17',1),(333,'acs_admin','45.32.50.150',3,'2025-02-14 12:36:18',1),(334,'acs_admin','45.32.50.150',3,'2025-02-14 12:36:19',1),(335,'acs_admin','45.32.50.150',3,'2025-02-14 12:36:21',1),(336,'acs_admin','45.32.50.150',3,'2025-02-14 12:36:22',1),(337,'acs_admin','45.32.50.150',3,'2025-02-14 12:36:23',1),(338,'hitachi-s-editor','45.32.50.150',3,'2025-02-14 12:36:24',1),(339,'hitachi-s-editor','45.32.50.150',3,'2025-02-14 12:36:25',1),(340,'hitachi-s-editor','45.32.50.150',3,'2025-02-14 12:36:28',1),(341,'hitachi-s-editor','45.32.50.150',3,'2025-02-14 12:36:29',1),(342,'hitachi-s-editor','45.32.50.150',3,'2025-02-14 12:36:31',1),(343,'hitachi-s-editor','45.32.50.150',3,'2025-02-14 12:36:33',1),(344,'hitachi-s-editor','45.32.50.150',3,'2025-02-14 12:36:34',1),(345,'hitachi-s-editor','45.32.50.150',3,'2025-02-14 12:36:37',1),(346,'hitachi-s-editor','45.32.50.150',3,'2025-02-14 12:36:38',1),(347,'hitachi-s-editor','45.32.50.150',3,'2025-02-14 12:36:40',1),(348,'hitachi-s-editor','45.32.50.150',3,'2025-02-14 12:36:43',1),(349,'hitachi-s-editor','45.32.50.150',3,'2025-02-14 12:36:44',1),(350,'hitachi-s-editor','45.32.50.150',1,'2025-02-14 12:36:46',1),(351,'hitachi-s-editor','45.32.50.150',1,'2025-02-14 12:36:47',1),(352,'hitachi-s-editor','45.32.50.150',3,'2025-02-14 12:36:48',1),(353,'hitachi-s-editor','45.32.50.150',3,'2025-02-14 12:36:50',1),(354,'hitachi-s-editor','45.32.50.150',3,'2025-02-14 12:36:51',1),(355,'hitachi-s-editor','45.32.50.150',3,'2025-02-14 12:36:52',1),(356,'hitachi-s-editor','45.32.50.150',3,'2025-02-14 12:36:53',1),(357,'hitachi-s-editor','45.32.50.150',3,'2025-02-14 12:36:56',1),(358,'hitachi-s-editor','45.32.50.150',3,'2025-02-14 12:36:59',1),(359,'hitachi-s-editor','45.32.50.150',3,'2025-02-14 12:37:02',1),(360,'hitachi-s-editor','45.32.50.150',3,'2025-02-14 12:37:05',1),(361,'hitachi-s-editor','45.32.50.150',3,'2025-02-14 12:37:07',1),(362,'hitachi-s-editor','45.32.50.150',3,'2025-02-14 12:37:09',1),(363,'hitachi-s-editor','45.32.50.150',3,'2025-02-14 12:37:11',1),(364,'hitachi-s-editor','45.32.50.150',3,'2025-02-14 12:37:12',1),(365,'hitachi-s-editor','45.32.50.150',3,'2025-02-14 12:37:18',1),(366,'hitachi-s-editor','45.32.50.150',3,'2025-02-14 12:37:21',1),(367,'hitachi-s-editor','45.32.50.150',3,'2025-02-14 12:37:25',1),(368,'hitachi-s-editor','45.32.50.150',3,'2025-02-14 12:37:29',1),(369,'hitachi-s-editor','45.32.50.150',3,'2025-02-14 12:37:33',1),(370,'hitachi-s-editor','45.32.50.150',3,'2025-02-14 12:37:35',1),(371,'acs_admin','125.203.60.226',1,'2025-02-15 20:08:26',1),(372,'admin_acs','18.183.212.11',1,'2025-02-15 21:38:54',1),(373,'hitachi-s-editor','18.183.212.11',1,'2025-02-15 21:38:55',1),(374,'acs_admin','18.183.212.11',3,'2025-02-15 21:38:55',1),(375,'acs_admin','18.183.212.11',3,'2025-02-15 21:38:56',1),(376,'acs_admin','18.183.212.11',3,'2025-02-15 21:38:56',1),(377,'acs_admin','18.183.212.11',3,'2025-02-15 21:38:57',1),(378,'acs_admin','18.183.212.11',3,'2025-02-15 21:38:57',1),(379,'acs_admin','18.183.212.11',3,'2025-02-15 21:38:57',1),(380,'acs_admin','18.183.212.11',3,'2025-02-15 21:38:58',1),(381,'acs_admin','18.183.212.11',3,'2025-02-15 21:38:58',1),(382,'acs_admin','18.183.212.11',3,'2025-02-15 21:38:58',1),(383,'acs_admin','18.183.212.11',3,'2025-02-15 21:38:58',1),(384,'acs_admin','18.183.212.11',3,'2025-02-15 21:38:59',1),(385,'acs_admin','18.183.212.11',3,'2025-02-15 21:38:59',1),(386,'acs_admin','18.183.212.11',3,'2025-02-15 21:38:59',1),(387,'acs_admin','18.183.212.11',3,'2025-02-15 21:38:59',1),(388,'acs_admin','18.183.212.11',3,'2025-02-15 21:39:00',1),(389,'acs_admin','18.183.212.11',3,'2025-02-15 21:39:00',1),(390,'acs_admin','18.183.212.11',3,'2025-02-15 21:39:00',1),(391,'acs_admin','18.183.212.11',3,'2025-02-15 21:39:00',1),(392,'acs_admin','18.183.212.11',3,'2025-02-15 21:39:01',1),(393,'acs_admin','18.183.212.11',3,'2025-02-15 21:39:01',1),(394,'hitachi-s-editor','18.183.212.11',3,'2025-02-15 21:39:01',1),(395,'hitachi-s-editor','18.183.212.11',3,'2025-02-15 21:39:01',1),(396,'hitachi-s-editor','18.183.212.11',3,'2025-02-15 21:39:02',1),(397,'hitachi-s-editor','18.183.212.11',3,'2025-02-15 21:39:02',1),(398,'hitachi-s-editor','18.183.212.11',3,'2025-02-15 21:39:02',1),(399,'hitachi-s-editor','18.183.212.11',3,'2025-02-15 21:39:03',1),(400,'hitachi-s-editor','18.183.212.11',3,'2025-02-15 21:39:03',1),(401,'hitachi-s-editor','18.183.212.11',3,'2025-02-15 21:39:03',1),(402,'hitachi-s-editor','18.183.212.11',3,'2025-02-15 21:39:03',1),(403,'hitachi-s-editor','18.183.212.11',3,'2025-02-15 21:39:04',1),(404,'hitachi-s-editor','18.183.212.11',3,'2025-02-15 21:39:04',1),(405,'hitachi-s-editor','18.183.212.11',3,'2025-02-15 21:39:04',1),(406,'hitachi-s-editor','18.183.212.11',3,'2025-02-15 21:39:04',1),(407,'hitachi-s-editor','18.183.212.11',3,'2025-02-15 21:39:05',1),(408,'hitachi-s-editor','18.183.212.11',3,'2025-02-15 21:39:05',1),(409,'hitachi-s-editor','18.183.212.11',3,'2025-02-15 21:39:05',1),(410,'hitachi-s-editor','18.183.212.11',3,'2025-02-15 21:39:05',1),(411,'hitachi-s-editor','18.183.212.11',3,'2025-02-15 21:39:05',1),(412,'hitachi-s-editor','18.183.212.11',3,'2025-02-15 21:39:06',1),(413,'acs_admin','125.203.60.226',1,'2025-02-16 17:57:00',1),(414,'acs_admin','13.115.179.1',1,'2025-02-17 19:17:09',1),(415,'admin_acs','45.76.203.9',1,'2025-02-21 02:08:05',1),(416,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:08:12',1),(417,'acs_admin','45.76.203.9',1,'2025-02-21 02:08:18',1),(418,'acs_admin','45.76.203.9',1,'2025-02-21 02:08:28',1),(419,'acs_admin','45.76.203.9',1,'2025-02-21 02:08:38',1),(420,'acs_admin','45.76.203.9',1,'2025-02-21 02:08:44',1),(421,'acs_admin','45.76.203.9',1,'2025-02-21 02:08:50',1),(422,'acs_admin','45.76.203.9',1,'2025-02-21 02:08:53',1),(423,'acs_admin','45.76.203.9',1,'2025-02-21 02:08:59',1),(424,'acs_admin','45.76.203.9',1,'2025-02-21 02:09:05',1),(425,'acs_admin','45.76.203.9',1,'2025-02-21 02:09:12',1),(426,'acs_admin','45.76.203.9',1,'2025-02-21 02:09:18',1),(427,'acs_admin','45.76.203.9',1,'2025-02-21 02:09:26',1),(428,'acs_admin','45.76.203.9',1,'2025-02-21 02:09:32',1),(429,'acs_admin','45.76.203.9',1,'2025-02-21 02:09:40',1),(430,'acs_admin','45.76.203.9',1,'2025-02-21 02:09:46',1),(431,'acs_admin','45.76.203.9',1,'2025-02-21 02:09:52',1),(432,'acs_admin','45.76.203.9',1,'2025-02-21 02:09:58',1),(433,'acs_admin','45.76.203.9',1,'2025-02-21 02:10:04',1),(434,'acs_admin','45.76.203.9',1,'2025-02-21 02:10:13',1),(435,'acs_admin','45.76.203.9',1,'2025-02-21 02:11:24',1),(436,'acs_admin','45.76.203.9',1,'2025-02-21 02:11:31',1),(437,'acs_admin','45.76.203.9',1,'2025-02-21 02:11:38',1),(438,'acs_admin','45.76.203.9',1,'2025-02-21 02:11:45',1),(439,'acs_admin','45.76.203.9',1,'2025-02-21 02:11:53',1),(440,'acs_admin','45.76.203.9',1,'2025-02-21 02:12:00',1),(441,'acs_admin','45.76.203.9',1,'2025-02-21 02:12:06',1),(442,'acs_admin','45.76.203.9',1,'2025-02-21 02:12:15',1),(443,'acs_admin','45.76.203.9',1,'2025-02-21 02:12:26',1),(444,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:12:32',1),(445,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:12:39',1),(446,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:12:46',1),(447,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:12:52',1),(448,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:13:02',1),(449,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:13:09',1),(450,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:13:19',1),(451,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:13:31',1),(452,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:13:39',1),(453,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:13:50',1),(454,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:14:00',1),(455,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:14:11',1),(456,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:14:24',1),(457,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:14:32',1),(458,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:14:40',1),(459,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:14:48',1),(460,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:14:55',1),(461,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:15:03',1),(462,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:15:10',1),(463,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:15:18',1),(464,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:15:27',1),(465,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:15:37',1),(466,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:15:44',1),(467,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:15:53',1),(468,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:16:00',1),(469,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:16:10',1),(470,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:16:18',1),(471,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:16:25',1),(472,'acs_admin','45.76.203.9',1,'2025-02-21 02:16:46',1),(473,'acs_admin','45.76.203.9',1,'2025-02-21 02:16:52',1),(474,'acs_admin','45.76.203.9',1,'2025-02-21 02:17:00',1),(475,'acs_admin','45.76.203.9',1,'2025-02-21 02:17:08',1),(476,'acs_admin','45.76.203.9',1,'2025-02-21 02:17:14',1),(477,'acs_admin','45.76.203.9',1,'2025-02-21 02:17:20',1),(478,'acs_admin','45.76.203.9',1,'2025-02-21 02:17:28',1),(479,'acs_admin','45.76.203.9',1,'2025-02-21 02:17:39',1),(480,'acs_admin','45.76.203.9',1,'2025-02-21 02:17:47',1),(481,'acs_admin','45.76.203.9',1,'2025-02-21 02:17:57',1),(482,'acs_admin','45.76.203.9',1,'2025-02-21 02:18:07',1),(483,'acs_admin','45.76.203.9',1,'2025-02-21 02:18:15',1),(484,'acs_admin','45.76.203.9',1,'2025-02-21 02:18:26',1),(485,'acs_admin','45.76.203.9',1,'2025-02-21 02:18:37',1),(486,'acs_admin','45.76.203.9',1,'2025-02-21 02:18:49',1),(487,'acs_admin','45.76.203.9',1,'2025-02-21 02:18:58',1),(488,'acs_admin','45.76.203.9',1,'2025-02-21 02:19:09',1),(489,'acs_admin','45.76.203.9',1,'2025-02-21 02:19:20',1),(490,'acs_admin','45.76.203.9',1,'2025-02-21 02:19:31',1),(491,'acs_admin','45.76.203.9',1,'2025-02-21 02:19:40',1),(492,'acs_admin','45.76.203.9',1,'2025-02-21 02:19:50',1),(493,'acs_admin','45.76.203.9',1,'2025-02-21 02:19:57',1),(494,'acs_admin','45.76.203.9',1,'2025-02-21 02:20:04',1),(495,'acs_admin','45.76.203.9',1,'2025-02-21 02:20:11',1),(496,'acs_admin','45.76.203.9',1,'2025-02-21 02:20:18',1),(497,'acs_admin','45.76.203.9',1,'2025-02-21 02:20:26',1),(498,'acs_admin','45.76.203.9',1,'2025-02-21 02:20:32',1),(499,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:21:39',1),(500,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:21:46',1),(501,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:21:53',1),(502,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:22:02',1),(503,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:22:09',1),(504,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:22:17',1),(505,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:22:24',1),(506,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:22:31',1),(507,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:22:38',1),(508,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:22:45',1),(509,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:22:51',1),(510,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:22:57',1),(511,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:23:04',1),(512,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:23:11',1),(513,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:23:18',1),(514,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:23:25',1),(515,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:23:32',1),(516,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:23:39',1),(517,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:23:49',1),(518,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:23:55',1),(519,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:24:04',1),(520,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:24:13',1),(521,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:24:20',1),(522,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:24:26',1),(523,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:24:33',1),(524,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:24:41',1),(525,'hitachi-s-editor','45.76.203.9',1,'2025-02-21 02:24:48',1),(526,'admin_acs','45.32.9.119',1,'2025-02-22 13:46:45',1),(527,'hitachi-s-editor','45.32.9.119',1,'2025-02-22 13:46:51',1),(528,'acs_admin','45.32.9.119',1,'2025-02-22 13:46:57',1),(529,'acs_admin','45.32.9.119',1,'2025-02-22 13:47:02',1),(530,'acs_admin','45.32.9.119',1,'2025-02-22 13:47:08',1),(531,'acs_admin','45.32.9.119',1,'2025-02-22 13:47:14',1),(532,'acs_admin','45.32.9.119',1,'2025-02-22 13:47:22',1),(533,'acs_admin','45.32.9.119',1,'2025-02-22 13:47:28',1),(534,'acs_admin','45.32.9.119',1,'2025-02-22 13:47:34',1),(535,'acs_admin','45.32.9.119',1,'2025-02-22 13:47:40',1),(536,'acs_admin','45.32.9.119',1,'2025-02-22 13:47:46',1),(537,'acs_admin','45.32.9.119',1,'2025-02-22 13:47:52',1),(538,'acs_admin','45.32.9.119',1,'2025-02-22 13:47:59',1),(539,'acs_admin','45.32.9.119',1,'2025-02-22 13:48:05',1),(540,'acs_admin','45.32.9.119',1,'2025-02-22 13:48:11',1),(541,'hitachi-s-editor','45.32.9.119',1,'2025-02-22 13:48:18',1),(542,'hitachi-s-editor','45.32.9.119',1,'2025-02-22 13:48:26',1),(543,'hitachi-s-editor','45.32.9.119',1,'2025-02-22 13:48:32',1),(544,'hitachi-s-editor','45.32.9.119',1,'2025-02-22 13:48:39',1),(545,'hitachi-s-editor','45.32.9.119',1,'2025-02-22 13:48:45',1),(546,'hitachi-s-editor','45.32.9.119',1,'2025-02-22 13:48:51',1),(547,'hitachi-s-editor','45.32.9.119',1,'2025-02-22 13:48:58',1),(548,'hitachi-s-editor','45.32.9.119',1,'2025-02-22 13:49:04',1),(549,'hitachi-s-editor','45.32.9.119',1,'2025-02-22 13:49:10',1),(550,'hitachi-s-editor','45.32.9.119',1,'2025-02-22 13:49:17',1),(551,'hitachi-s-editor','45.32.9.119',1,'2025-02-22 13:49:23',1),(552,'hitachi-s-editor','45.32.9.119',1,'2025-02-22 13:49:31',1),(553,'admin_acs','45.32.9.119',1,'2025-02-22 13:49:37',1),(554,'admin_acs','45.32.9.119',1,'2025-02-22 13:49:44',1),(555,'admin_acs','45.32.9.119',1,'2025-02-22 13:49:51',1),(556,'admin_acs','45.32.9.119',1,'2025-02-22 13:49:58',1),(557,'admin_acs','45.32.9.119',1,'2025-02-22 13:50:05',1),(558,'admin_acs','45.32.9.119',1,'2025-02-22 13:50:12',1),(559,'admin_acs','45.32.9.119',1,'2025-02-22 13:50:20',1),(560,'admin_acs','45.32.9.119',1,'2025-02-22 13:50:28',1),(561,'admin_acs','45.32.9.119',1,'2025-02-22 13:50:37',1),(562,'admin_acs','45.32.9.119',1,'2025-02-22 13:50:44',1),(563,'admin_acs','45.32.9.119',1,'2025-02-22 13:50:50',1),(564,'admin_acs','45.32.9.119',1,'2025-02-22 13:50:57',1),(565,'acs_admin','125.203.60.226',1,'2025-02-22 16:02:33',1),(566,'admin_acs','108.160.130.80',1,'2025-02-24 04:15:13',1),(567,'hitachi-s-editor','108.160.130.80',1,'2025-02-24 04:15:14',1),(568,'acs_admin','108.160.130.80',3,'2025-02-24 04:15:14',1),(569,'acs_admin','108.160.130.80',3,'2025-02-24 04:15:15',1),(570,'acs_admin','108.160.130.80',3,'2025-02-24 04:15:16',1),(571,'acs_admin','108.160.130.80',3,'2025-02-24 04:15:17',1),(572,'acs_admin','108.160.130.80',3,'2025-02-24 04:15:19',1),(573,'acs_admin','108.160.130.80',3,'2025-02-24 04:15:22',1),(574,'acs_admin','108.160.130.80',3,'2025-02-24 04:15:23',1),(575,'acs_admin','108.160.130.80',3,'2025-02-24 04:15:25',1),(576,'acs_admin','108.160.130.80',3,'2025-02-24 04:15:26',1),(577,'acs_admin','108.160.130.80',3,'2025-02-24 04:15:27',1),(578,'acs_admin','108.160.130.80',3,'2025-02-24 04:15:29',1),(579,'acs_admin','108.160.130.80',3,'2025-02-24 04:15:30',1),(580,'acs_admin','108.160.130.80',3,'2025-02-24 04:15:31',1),(581,'acs_admin','108.160.130.80',3,'2025-02-24 04:15:32',1),(582,'acs_admin','108.160.130.80',3,'2025-02-24 04:15:34',1),(583,'acs_admin','108.160.130.80',3,'2025-02-24 04:15:34',1),(584,'acs_admin','108.160.130.80',3,'2025-02-24 04:15:36',1),(585,'acs_admin','108.160.130.80',3,'2025-02-24 04:15:37',1),(586,'acs_admin','108.160.130.80',3,'2025-02-24 04:15:38',1),(587,'acs_admin','108.160.130.80',3,'2025-02-24 04:15:40',1),(588,'acs_admin','108.160.130.80',3,'2025-02-24 04:15:43',1),(589,'acs_admin','108.160.130.80',3,'2025-02-24 04:15:43',1),(590,'acs_admin','108.160.130.80',3,'2025-02-24 04:15:43',1),(591,'acs_admin','108.160.130.80',3,'2025-02-24 04:15:45',1),(592,'acs_admin','108.160.130.80',3,'2025-02-24 04:15:47',1),(593,'acs_admin','108.160.130.80',3,'2025-02-24 04:15:48',1),(594,'acs_admin','108.160.130.80',3,'2025-02-24 04:15:51',1),(595,'acs_admin','108.160.130.80',3,'2025-02-24 04:15:51',1),(596,'acs_admin','108.160.130.80',3,'2025-02-24 04:15:51',1),(597,'acs_admin','108.160.130.80',3,'2025-02-24 04:15:52',1),(598,'acs_admin','108.160.130.80',3,'2025-02-24 04:15:53',1),(599,'acs_admin','108.160.130.80',3,'2025-02-24 04:15:54',1),(600,'acs_admin','108.160.130.80',3,'2025-02-24 04:15:58',1),(601,'hitachi-s-editor','108.160.130.80',3,'2025-02-24 04:15:59',1),(602,'hitachi-s-editor','108.160.130.80',3,'2025-02-24 04:16:01',1),(603,'hitachi-s-editor','108.160.130.80',3,'2025-02-24 04:16:02',1),(604,'hitachi-s-editor','108.160.130.80',3,'2025-02-24 04:16:02',1),(605,'hitachi-s-editor','108.160.130.80',3,'2025-02-24 04:16:05',1),(606,'hitachi-s-editor','108.160.130.80',3,'2025-02-24 04:16:06',1),(607,'hitachi-s-editor','108.160.130.80',3,'2025-02-24 04:16:07',1),(608,'hitachi-s-editor','108.160.130.80',3,'2025-02-24 04:16:11',1),(609,'hitachi-s-editor','108.160.130.80',3,'2025-02-24 04:16:12',1),(610,'hitachi-s-editor','108.160.130.80',3,'2025-02-24 04:16:13',1),(611,'hitachi-s-editor','108.160.130.80',3,'2025-02-24 04:16:14',1),(612,'hitachi-s-editor','108.160.130.80',1,'2025-02-24 04:16:15',1),(613,'hitachi-s-editor','108.160.130.80',1,'2025-02-24 04:16:18',1),(614,'hitachi-s-editor','108.160.130.80',3,'2025-02-24 04:16:18',1),(615,'hitachi-s-editor','108.160.130.80',3,'2025-02-24 04:16:19',1),(616,'hitachi-s-editor','108.160.130.80',3,'2025-02-24 04:16:21',1),(617,'hitachi-s-editor','108.160.130.80',3,'2025-02-24 04:16:24',1),(618,'hitachi-s-editor','108.160.130.80',3,'2025-02-24 04:16:25',1),(619,'hitachi-s-editor','108.160.130.80',3,'2025-02-24 04:16:27',1),(620,'hitachi-s-editor','108.160.130.80',3,'2025-02-24 04:16:27',1),(621,'hitachi-s-editor','108.160.130.80',3,'2025-02-24 04:16:28',1),(622,'hitachi-s-editor','108.160.130.80',3,'2025-02-24 04:16:28',1),(623,'hitachi-s-editor','108.160.130.80',3,'2025-02-24 04:16:29',1),(624,'hitachi-s-editor','108.160.130.80',3,'2025-02-24 04:16:31',1),(625,'hitachi-s-editor','108.160.130.80',3,'2025-02-24 04:16:32',1),(626,'hitachi-s-editor','108.160.130.80',3,'2025-02-24 04:16:32',1),(627,'hitachi-s-editor','108.160.130.80',3,'2025-02-24 04:16:33',1),(628,'hitachi-s-editor','108.160.130.80',3,'2025-02-24 04:16:37',1),(629,'hitachi-s-editor','108.160.130.80',3,'2025-02-24 04:16:37',1),(630,'admin_acs','108.61.223.121',1,'2025-02-25 18:53:46',1),(631,'hitachi-s-editor','108.61.223.121',1,'2025-02-25 18:53:48',1),(632,'acs_admin','108.61.223.121',3,'2025-02-25 18:53:50',1),(633,'acs_admin','108.61.223.121',3,'2025-02-25 18:53:54',1),(634,'acs_admin','108.61.223.121',3,'2025-02-25 18:53:57',1),(635,'acs_admin','108.61.223.121',3,'2025-02-25 18:53:59',1),(636,'acs_admin','108.61.223.121',3,'2025-02-25 18:54:04',1),(637,'acs_admin','108.61.223.121',3,'2025-02-25 18:54:06',1),(638,'acs_admin','108.61.223.121',3,'2025-02-25 18:54:08',1),(639,'acs_admin','108.61.223.121',3,'2025-02-25 18:54:11',1),(640,'acs_admin','108.61.223.121',3,'2025-02-25 18:54:13',1),(641,'acs_admin','108.61.223.121',3,'2025-02-25 18:54:17',1),(642,'acs_admin','108.61.223.121',3,'2025-02-25 18:54:18',1),(643,'acs_admin','108.61.223.121',3,'2025-02-25 18:54:21',1),(644,'acs_admin','108.61.223.121',3,'2025-02-25 18:54:23',1),(645,'acs_admin','108.61.223.121',3,'2025-02-25 18:54:25',1),(646,'acs_admin','108.61.223.121',3,'2025-02-25 18:54:27',1),(647,'acs_admin','108.61.223.121',3,'2025-02-25 18:54:29',1),(648,'acs_admin','108.61.223.121',3,'2025-02-25 18:54:32',1),(649,'acs_admin','108.61.223.121',3,'2025-02-25 18:54:34',1),(650,'acs_admin','108.61.223.121',3,'2025-02-25 18:54:36',1),(651,'acs_admin','108.61.223.121',3,'2025-02-25 18:54:39',1),(652,'acs_admin','108.61.223.121',3,'2025-02-25 18:54:42',1),(653,'acs_admin','108.61.223.121',3,'2025-02-25 18:54:44',1),(654,'acs_admin','108.61.223.121',3,'2025-02-25 18:54:46',1),(655,'acs_admin','108.61.223.121',3,'2025-02-25 18:54:48',1),(656,'acs_admin','108.61.223.121',1,'2025-02-25 18:54:52',1),(657,'acs_admin','108.61.223.121',1,'2025-02-25 18:54:56',1),(658,'acs_admin','108.61.223.121',1,'2025-02-25 18:54:58',1),(659,'acs_admin','108.61.223.121',1,'2025-02-25 18:55:02',1),(660,'acs_admin','108.61.223.121',1,'2025-02-25 18:55:04',1),(661,'acs_admin','108.61.223.121',1,'2025-02-25 18:55:07',1),(662,'acs_admin','108.61.223.121',3,'2025-02-25 18:55:09',1),(663,'acs_admin','108.61.223.121',3,'2025-02-25 18:55:13',1),(664,'acs_admin','108.61.223.121',3,'2025-02-25 18:55:18',1),(665,'hitachi-s-editor','108.61.223.121',3,'2025-02-25 18:55:21',1),(666,'hitachi-s-editor','108.61.223.121',3,'2025-02-25 18:55:24',1),(667,'hitachi-s-editor','108.61.223.121',3,'2025-02-25 18:55:26',1),(668,'hitachi-s-editor','108.61.223.121',3,'2025-02-25 18:55:30',1),(669,'hitachi-s-editor','108.61.223.121',3,'2025-02-25 18:55:32',1),(670,'hitachi-s-editor','108.61.223.121',3,'2025-02-25 18:55:36',1),(671,'hitachi-s-editor','108.61.223.121',3,'2025-02-25 18:55:38',1),(672,'hitachi-s-editor','108.61.223.121',3,'2025-02-25 18:55:40',1),(673,'hitachi-s-editor','108.61.223.121',3,'2025-02-25 18:55:42',1),(674,'hitachi-s-editor','108.61.223.121',3,'2025-02-25 18:55:46',1),(675,'hitachi-s-editor','108.61.223.121',3,'2025-02-25 18:55:49',1),(676,'hitachi-s-editor','108.61.223.121',3,'2025-02-25 18:55:51',1),(677,'hitachi-s-editor','108.61.223.121',3,'2025-02-25 18:55:54',1),(678,'hitachi-s-editor','108.61.223.121',3,'2025-02-25 18:55:56',1),(679,'hitachi-s-editor','108.61.223.121',3,'2025-02-25 18:56:00',1),(680,'hitachi-s-editor','108.61.223.121',3,'2025-02-25 18:56:02',1),(681,'hitachi-s-editor','108.61.223.121',3,'2025-02-25 18:56:07',1),(682,'hitachi-s-editor','108.61.223.121',1,'2025-02-25 18:56:10',1),(683,'hitachi-s-editor','108.61.223.121',1,'2025-02-25 18:56:13',1),(684,'hitachi-s-editor','108.61.223.121',3,'2025-02-25 18:56:15',1),(685,'hitachi-s-editor','108.61.223.121',3,'2025-02-25 18:56:20',1),(686,'hitachi-s-editor','108.61.223.121',3,'2025-02-25 18:56:22',1),(687,'hitachi-s-editor','108.61.223.121',3,'2025-02-25 18:56:25',1),(688,'hitachi-s-editor','108.61.223.121',3,'2025-02-25 18:56:28',1),(689,'hitachi-s-editor','108.61.223.121',3,'2025-02-25 18:56:30',1),(690,'hitachi-s-editor','108.61.223.121',3,'2025-02-25 18:56:37',1),(691,'hitachi-s-editor','108.61.223.121',3,'2025-02-25 18:56:41',1),(692,'hitachi-s-editor','108.61.223.121',3,'2025-02-25 18:56:45',1),(693,'hitachi-s-editor','108.61.223.121',3,'2025-02-25 18:56:48',1),(694,'hitachi-s-editor','108.61.223.121',3,'2025-02-25 18:56:50',1),(695,'hitachi-s-editor','108.61.223.121',3,'2025-02-25 18:56:54',1),(696,'admin_acs','18.183.212.11',1,'2025-02-27 13:01:50',1),(697,'hitachi-s-editor','18.183.212.11',1,'2025-02-27 13:02:16',1),(698,'acs_admin','18.183.212.11',1,'2025-02-27 13:02:39',1),(699,'acs_admin','18.183.212.11',1,'2025-02-27 13:02:48',1),(700,'acs_admin','18.183.212.11',1,'2025-02-27 13:03:05',1),(701,'acs_admin','18.183.212.11',1,'2025-02-27 13:03:23',1),(702,'acs_admin','18.183.212.11',1,'2025-02-27 13:03:35',1),(703,'acs_admin','18.183.212.11',1,'2025-02-27 13:03:44',1),(704,'acs_admin','18.183.212.11',1,'2025-02-27 13:03:59',1),(705,'acs_admin','18.183.212.11',1,'2025-02-27 13:04:40',1),(706,'acs_admin','18.183.212.11',1,'2025-02-27 13:04:54',1),(707,'acs_admin','18.183.212.11',1,'2025-02-27 13:05:05',1),(708,'acs_admin','18.183.212.11',1,'2025-02-27 13:05:32',1),(709,'acs_admin','18.183.212.11',1,'2025-02-27 13:05:37',1),(710,'acs_admin','18.183.212.11',1,'2025-02-27 13:05:45',1),(711,'acs_admin','18.183.212.11',1,'2025-02-27 13:05:58',1),(712,'acs_admin','18.183.212.11',1,'2025-02-27 13:06:17',1),(713,'acs_admin','18.183.212.11',1,'2025-02-27 13:06:51',1),(714,'acs_admin','18.183.212.11',1,'2025-02-27 13:06:59',1),(715,'acs_admin','18.183.212.11',1,'2025-02-27 13:07:23',1),(716,'acs_admin','18.183.212.11',1,'2025-02-27 13:07:39',1),(717,'acs_admin','18.183.212.11',1,'2025-02-27 13:07:44',1),(718,'hitachi-s-editor','18.183.212.11',1,'2025-02-27 13:08:05',1),(719,'hitachi-s-editor','18.183.212.11',1,'2025-02-27 13:08:14',1),(720,'hitachi-s-editor','18.183.212.11',1,'2025-02-27 13:08:21',1),(721,'hitachi-s-editor','18.183.212.11',1,'2025-02-27 13:08:43',1),(722,'hitachi-s-editor','18.183.212.11',1,'2025-02-27 13:09:02',1),(723,'hitachi-s-editor','18.183.212.11',1,'2025-02-27 13:09:16',1),(724,'hitachi-s-editor','18.183.212.11',1,'2025-02-27 13:09:34',1),(725,'hitachi-s-editor','18.183.212.11',1,'2025-02-27 13:09:58',1),(726,'hitachi-s-editor','18.183.212.11',1,'2025-02-27 13:10:18',1),(727,'hitachi-s-editor','18.183.212.11',1,'2025-02-27 13:10:43',1),(728,'hitachi-s-editor','18.183.212.11',1,'2025-02-27 13:10:52',1),(729,'hitachi-s-editor','18.183.212.11',1,'2025-02-27 13:11:00',1),(730,'hitachi-s-editor','18.183.212.11',1,'2025-02-27 13:11:32',1),(731,'hitachi-s-editor','18.183.212.11',1,'2025-02-27 13:11:39',1),(732,'hitachi-s-editor','18.183.212.11',1,'2025-02-27 13:12:24',1),(733,'hitachi-s-editor','18.183.212.11',1,'2025-02-27 13:12:43',1),(734,'hitachi-s-editor','18.183.212.11',1,'2025-02-27 13:12:55',1),(735,'hitachi-s-editor','18.183.212.11',1,'2025-02-27 13:13:04',1),(736,'hitachi-s-editor','18.183.212.11',1,'2025-02-27 13:13:16',1),(737,'admin_acs','64.176.44.91',1,'2025-03-01 21:29:14',1),(738,'hitachi-s-editor','64.176.44.91',1,'2025-03-01 21:29:14',1),(739,'acs_admin','64.176.44.91',3,'2025-03-01 21:29:15',1),(740,'acs_admin','64.176.44.91',3,'2025-03-01 21:29:15',1),(741,'acs_admin','64.176.44.91',3,'2025-03-01 21:29:15',1),(742,'acs_admin','64.176.44.91',3,'2025-03-01 21:29:15',1),(743,'acs_admin','64.176.44.91',3,'2025-03-01 21:29:15',1),(744,'acs_admin','64.176.44.91',3,'2025-03-01 21:29:16',1),(745,'acs_admin','64.176.44.91',3,'2025-03-01 21:29:16',1),(746,'acs_admin','64.176.44.91',3,'2025-03-01 21:29:16',1),(747,'acs_admin','64.176.44.91',3,'2025-03-01 21:29:16',1),(748,'acs_admin','64.176.44.91',3,'2025-03-01 21:29:16',1),(749,'acs_admin','64.176.44.91',3,'2025-03-01 21:29:16',1),(750,'acs_admin','64.176.44.91',3,'2025-03-01 21:29:17',1),(751,'acs_admin','64.176.44.91',3,'2025-03-01 21:29:17',1),(752,'acs_admin','64.176.44.91',3,'2025-03-01 21:29:17',1),(753,'acs_admin','64.176.44.91',3,'2025-03-01 21:29:17',1),(754,'acs_admin','64.176.44.91',3,'2025-03-01 21:29:17',1),(755,'acs_admin','64.176.44.91',3,'2025-03-01 21:29:18',1),(756,'acs_admin','64.176.44.91',3,'2025-03-01 21:29:18',1),(757,'acs_admin','64.176.44.91',3,'2025-03-01 21:29:18',1),(758,'acs_admin','64.176.44.91',3,'2025-03-01 21:29:18',1),(759,'acs_admin','64.176.44.91',3,'2025-03-01 21:29:18',1),(760,'acs_admin','64.176.44.91',3,'2025-03-01 21:29:19',1),(761,'acs_admin','64.176.44.91',3,'2025-03-01 21:29:19',1),(762,'acs_admin','64.176.44.91',3,'2025-03-01 21:29:19',1),(763,'acs_admin','64.176.44.91',3,'2025-03-01 21:29:19',1),(764,'acs_admin','64.176.44.91',3,'2025-03-01 21:29:19',1),(765,'acs_admin','64.176.44.91',3,'2025-03-01 21:29:20',1),(766,'acs_admin','64.176.44.91',3,'2025-03-01 21:29:20',1),(767,'acs_admin','64.176.44.91',3,'2025-03-01 21:29:20',1),(768,'acs_admin','64.176.44.91',3,'2025-03-01 21:29:20',1),(769,'acs_admin','64.176.44.91',3,'2025-03-01 21:29:20',1),(770,'acs_admin','64.176.44.91',3,'2025-03-01 21:29:21',1),(771,'acs_admin','64.176.44.91',3,'2025-03-01 21:29:21',1),(772,'hitachi-s-editor','64.176.44.91',3,'2025-03-01 21:29:21',1),(773,'hitachi-s-editor','64.176.44.91',3,'2025-03-01 21:29:21',1),(774,'hitachi-s-editor','64.176.44.91',3,'2025-03-01 21:29:21',1),(775,'hitachi-s-editor','64.176.44.91',3,'2025-03-01 21:29:22',1),(776,'hitachi-s-editor','64.176.44.91',3,'2025-03-01 21:29:22',1),(777,'hitachi-s-editor','64.176.44.91',3,'2025-03-01 21:29:22',1),(778,'hitachi-s-editor','64.176.44.91',3,'2025-03-01 21:29:22',1),(779,'hitachi-s-editor','64.176.44.91',3,'2025-03-01 21:29:23',1),(780,'hitachi-s-editor','64.176.44.91',3,'2025-03-01 21:29:23',1),(781,'hitachi-s-editor','64.176.44.91',3,'2025-03-01 21:29:23',1),(782,'hitachi-s-editor','64.176.44.91',3,'2025-03-01 21:29:23',1),(783,'hitachi-s-editor','64.176.44.91',3,'2025-03-01 21:29:23',1),(784,'hitachi-s-editor','64.176.44.91',3,'2025-03-01 21:29:24',1),(785,'hitachi-s-editor','64.176.44.91',3,'2025-03-01 21:29:24',1),(786,'hitachi-s-editor','64.176.44.91',3,'2025-03-01 21:29:24',1),(787,'hitachi-s-editor','64.176.44.91',3,'2025-03-01 21:29:24',1),(788,'hitachi-s-editor','64.176.44.91',3,'2025-03-01 21:29:24',1),(789,'hitachi-s-editor','64.176.44.91',3,'2025-03-01 21:29:25',1),(790,'hitachi-s-editor','64.176.44.91',3,'2025-03-01 21:29:25',1),(791,'hitachi-s-editor','64.176.44.91',3,'2025-03-01 21:29:25',1),(792,'hitachi-s-editor','64.176.44.91',3,'2025-03-01 21:29:25',1),(793,'hitachi-s-editor','64.176.44.91',3,'2025-03-01 21:29:25',1),(794,'hitachi-s-editor','64.176.44.91',3,'2025-03-01 21:29:26',1),(795,'hitachi-s-editor','64.176.44.91',3,'2025-03-01 21:29:26',1),(796,'hitachi-s-editor','64.176.44.91',3,'2025-03-01 21:29:26',1),(797,'hitachi-s-editor','64.176.44.91',3,'2025-03-01 21:29:26',1),(798,'hitachi-s-editor','64.176.44.91',3,'2025-03-01 21:29:26',1),(799,'hitachi-s-editor','64.176.44.91',3,'2025-03-01 21:29:27',1),(800,'hitachi-s-editor','64.176.44.91',3,'2025-03-01 21:29:27',1),(801,'hitachi-s-editor','45.76.107.27',1,'2025-03-01 22:22:19',1),(802,'hitachi-s-editor','45.76.107.27',1,'2025-03-01 22:22:21',1),(803,'hitachi-s-editor','45.76.107.27',3,'2025-03-01 22:22:23',1),(804,'hitachi-s-editor','45.76.107.27',3,'2025-03-01 22:22:25',1),(805,'hitachi-s-editor','45.76.107.27',3,'2025-03-01 22:22:27',1),(806,'hitachi-s-editor','45.76.107.27',3,'2025-03-01 22:22:29',1),(807,'hitachi-s-editor','45.76.107.27',3,'2025-03-01 22:22:31',1),(808,'hitachi-s-editor','45.76.107.27',3,'2025-03-01 22:22:33',1),(809,'hitachi-s-editor','45.76.107.27',3,'2025-03-01 22:22:35',1),(810,'hitachi-s-editor','45.76.107.27',3,'2025-03-01 22:22:36',1),(811,'hitachi-s-editor','45.76.107.27',3,'2025-03-01 22:22:38',1),(812,'hitachi-s-editor','45.76.107.27',3,'2025-03-01 22:22:40',1),(813,'hitachi-s-editor','45.76.107.27',3,'2025-03-01 22:22:42',1),(814,'hitachi-s-editor','45.76.107.27',3,'2025-03-01 22:22:44',1),(815,'hitachi-s-editor','45.76.107.27',3,'2025-03-01 22:22:45',1),(816,'hitachi-s-editor','45.76.107.27',3,'2025-03-01 22:22:47',1),(817,'hitachi-s-editor','45.76.107.27',3,'2025-03-01 22:22:49',1),(818,'hitachi-s-editor','45.76.107.27',3,'2025-03-01 22:22:51',1),(819,'hitachi-s-editor','45.76.107.27',3,'2025-03-01 22:22:53',1),(820,'hitachi-s-editor','45.76.107.27',3,'2025-03-01 22:22:54',1),(821,'hitachi-s-editor','45.76.107.27',3,'2025-03-01 22:22:56',1),(822,'hitachi-s-editor','45.76.107.27',3,'2025-03-01 22:22:58',1),(823,'hitachi-s-editor','45.76.107.27',3,'2025-03-01 22:23:00',1),(824,'hitachi-s-editor','45.76.107.27',3,'2025-03-01 22:23:02',1),(825,'hitachi-s-editor','45.76.107.27',3,'2025-03-01 22:23:04',1),(826,'hitachi-s-editor','45.76.107.27',3,'2025-03-01 22:23:05',1),(827,'hitachi-s-editor','45.76.107.27',3,'2025-03-01 22:23:08',1),(828,'hitachi-s-editor','45.76.107.27',3,'2025-03-01 22:23:10',1),(829,'hitachi-s-editor','45.76.107.27',3,'2025-03-01 22:23:12',1),(830,'hitachi-s-editor','45.76.107.27',3,'2025-03-01 22:23:13',1),(831,'hitachi-s-editor','45.76.107.27',3,'2025-03-01 22:23:16',1),(832,'acs_admin','133.242.131.226',1,'2025-03-07 01:44:25',1),(833,'admin','150.95.140.248',1,'2025-03-07 03:18:30',1),(834,'acs_admin','150.95.140.248',1,'2025-03-08 19:40:45',1),(835,'acs_admin','125.203.60.226',1,'2025-03-10 12:59:31',1),(836,'admin','125.203.60.226',1,'2025-03-10 17:53:19',1),(837,'admin','133.242.131.226',1,'2025-03-11 09:53:21',1),(838,'acs_admin','133.242.131.226',1,'2025-03-12 17:22:50',1),(839,'acs_admin','133.130.103.36',1,'2025-03-15 21:58:48',1),(840,'admin','133.242.131.226',1,'2025-03-16 16:17:03',1),(841,'hitachi-s-editor','64.176.48.69',1,'2025-03-18 21:06:13',1),(842,'hitachi-s-editor','64.176.48.69',1,'2025-03-18 21:06:14',1),(843,'hitachi-s-editor','64.176.48.69',3,'2025-03-18 21:06:16',1),(844,'hitachi-s-editor','64.176.48.69',3,'2025-03-18 21:06:17',1),(845,'hitachi-s-editor','64.176.48.69',3,'2025-03-18 21:06:18',1),(846,'hitachi-s-editor','64.176.48.69',3,'2025-03-18 21:06:19',1),(847,'hitachi-s-editor','64.176.48.69',3,'2025-03-18 21:06:21',1),(848,'hitachi-s-editor','64.176.48.69',3,'2025-03-18 21:06:23',1),(849,'hitachi-s-editor','64.176.48.69',3,'2025-03-18 21:06:24',1),(850,'hitachi-s-editor','64.176.48.69',3,'2025-03-18 21:06:25',1),(851,'hitachi-s-editor','64.176.48.69',3,'2025-03-18 21:06:26',1),(852,'hitachi-s-editor','64.176.48.69',3,'2025-03-18 21:06:28',1),(853,'hitachi-s-editor','64.176.48.69',3,'2025-03-18 21:06:29',1),(854,'hitachi-s-editor','64.176.48.69',3,'2025-03-18 21:06:30',1),(855,'hitachi-s-editor','64.176.48.69',3,'2025-03-18 21:06:31',1),(856,'hitachi-s-editor','64.176.48.69',3,'2025-03-18 21:06:33',1),(857,'hitachi-s-editor','64.176.48.69',3,'2025-03-18 21:06:34',1),(858,'hitachi-s-editor','64.176.48.69',3,'2025-03-18 21:06:35',1),(859,'hitachi-s-editor','64.176.48.69',3,'2025-03-18 21:06:36',1),(860,'hitachi-s-editor','64.176.48.69',3,'2025-03-18 21:06:37',1),(861,'hitachi-s-editor','64.176.48.69',3,'2025-03-18 21:06:39',1),(862,'hitachi-s-editor','64.176.48.69',3,'2025-03-18 21:06:40',1),(863,'hitachi-s-editor','64.176.48.69',3,'2025-03-18 21:06:41',1),(864,'hitachi-s-editor','64.176.48.69',3,'2025-03-18 21:06:42',1),(865,'hitachi-s-editor','64.176.48.69',3,'2025-03-18 21:06:44',1),(866,'hitachi-s-editor','64.176.48.69',3,'2025-03-18 21:06:45',1),(867,'hitachi-s-editor','64.176.48.69',3,'2025-03-18 21:06:46',1),(868,'hitachi-s-editor','64.176.48.69',3,'2025-03-18 21:06:47',1),(869,'hitachi-s-editor','64.176.48.69',3,'2025-03-18 21:06:48',1),(870,'hitachi-s-editor','64.176.48.69',3,'2025-03-18 21:06:50',1),(871,'hitachi-s-editor','64.176.48.69',3,'2025-03-18 21:06:51',1),(872,'admin','133.130.103.36',1,'2025-03-19 00:12:56',1),(873,'acs_admin','133.130.103.36',1,'2025-03-19 09:00:20',1),(874,'admin','150.95.140.248',1,'2025-03-22 00:12:40',1),(875,'acs_admin','118.27.125.18',1,'2025-03-22 05:24:07',1),(876,'acs_admin','162.43.117.159',1,'2025-03-22 05:47:56',1),(877,'acs_admin','162.43.117.159',1,'2025-03-22 07:32:54',1),(878,'acs_admin','162.43.117.159',1,'2025-03-22 07:37:34',1),(879,'acs_admin','150.95.140.248',1,'2025-03-23 05:02:40',1),(880,'acs_admin','133.130.103.36',1,'2025-03-24 15:03:34',1),(881,'admin_acs','57.180.39.45',1,'2025-03-25 20:14:46',1),(882,'admin_acs','57.180.39.45',1,'2025-03-25 20:14:46',1),(883,'admin_acs','57.180.39.45',3,'2025-03-25 20:14:48',1),(884,'admin_acs','57.180.39.45',3,'2025-03-25 20:14:49',1),(885,'admin_acs','57.180.39.45',3,'2025-03-25 20:14:50',1),(886,'admin_acs','57.180.39.45',3,'2025-03-25 20:14:51',1),(887,'admin_acs','57.180.39.45',3,'2025-03-25 20:14:52',1),(888,'admin_acs','57.180.39.45',3,'2025-03-25 20:14:53',1),(889,'admin_acs','57.180.39.45',3,'2025-03-25 20:14:53',1),(890,'admin_acs','57.180.39.45',3,'2025-03-25 20:14:54',1),(891,'admin_acs','57.180.39.45',3,'2025-03-25 20:14:55',1),(892,'admin_acs','57.180.39.45',3,'2025-03-25 20:14:55',1),(893,'admin_acs','57.180.39.45',3,'2025-03-25 20:14:56',1),(894,'admin_acs','57.180.39.45',3,'2025-03-25 20:14:56',1),(895,'admin_acs','57.180.39.45',3,'2025-03-25 20:14:58',1),(896,'admin_acs','57.180.39.45',3,'2025-03-25 20:14:58',1),(897,'admin_acs','57.180.39.45',3,'2025-03-25 20:14:59',1),(898,'admin_acs','57.180.39.45',3,'2025-03-25 20:14:59',1),(899,'admin_acs','57.180.39.45',3,'2025-03-25 20:15:00',1),(900,'admin_acs','57.180.39.45',3,'2025-03-25 20:15:01',1),(901,'admin_acs','57.180.39.45',3,'2025-03-25 20:15:01',1),(902,'admin_acs','57.180.39.45',3,'2025-03-25 20:15:02',1),(903,'admin_acs','57.180.39.45',3,'2025-03-25 20:15:03',1),(904,'admin_acs','57.180.39.45',3,'2025-03-25 20:15:04',1),(905,'admin_acs','57.180.39.45',3,'2025-03-25 20:15:05',1),(906,'admin_acs','57.180.39.45',3,'2025-03-25 20:15:06',1),(907,'admin_acs','57.180.39.45',3,'2025-03-25 20:15:07',1),(908,'admin_acs','57.180.39.45',3,'2025-03-25 20:15:08',1),(909,'admin_acs','57.180.39.45',3,'2025-03-25 20:15:08',1),(910,'admin_acs','57.180.39.45',3,'2025-03-25 20:15:09',1),(911,'admin_acs','57.180.39.45',3,'2025-03-25 20:15:10',1),(912,'admin_acs','57.180.39.45',3,'2025-03-25 20:15:10',1),(913,'hitachi-s-editor','57.180.39.45',3,'2025-03-25 20:15:11',1),(914,'hitachi-s-editor','57.180.39.45',3,'2025-03-25 20:15:12',1),(915,'hitachi-s-editor','57.180.39.45',3,'2025-03-25 20:15:14',1),(916,'hitachi-s-editor','57.180.39.45',3,'2025-03-25 20:15:15',1),(917,'hitachi-s-editor','57.180.39.45',3,'2025-03-25 20:15:16',1),(918,'hitachi-s-editor','57.180.39.45',3,'2025-03-25 20:15:16',1),(919,'hitachi-s-editor','57.180.39.45',3,'2025-03-25 20:15:17',1),(920,'hitachi-s-editor','57.180.39.45',3,'2025-03-25 20:15:17',1),(921,'hitachi-s-editor','57.180.39.45',3,'2025-03-25 20:15:18',1),(922,'hitachi-s-editor','57.180.39.45',3,'2025-03-25 20:15:19',1),(923,'hitachi-s-editor','57.180.39.45',3,'2025-03-25 20:15:19',1),(924,'hitachi-s-editor','57.180.39.45',3,'2025-03-25 20:15:19',1),(925,'hitachi-s-editor','57.180.39.45',3,'2025-03-25 20:15:20',1),(926,'hitachi-s-editor','57.180.39.45',3,'2025-03-25 20:15:20',1),(927,'hitachi-s-editor','57.180.39.45',3,'2025-03-25 20:15:20',1),(928,'hitachi-s-editor','57.180.39.45',3,'2025-03-25 20:15:21',1),(929,'hitachi-s-editor','57.180.39.45',3,'2025-03-25 20:15:21',1),(930,'hitachi-s-editor','57.180.39.45',3,'2025-03-25 20:15:22',1),(931,'hitachi-s-editor','57.180.39.45',3,'2025-03-25 20:15:22',1),(932,'hitachi-s-editor','57.180.39.45',3,'2025-03-25 20:15:24',1),(933,'hitachi-s-editor','57.180.39.45',3,'2025-03-25 20:15:24',1),(934,'hitachi-s-editor','57.180.39.45',3,'2025-03-25 20:15:25',1),(935,'hitachi-s-editor','57.180.39.45',3,'2025-03-25 20:15:25',1),(936,'hitachi-s-editor','57.180.39.45',3,'2025-03-25 20:15:26',1),(937,'hitachi-s-editor','57.180.39.45',3,'2025-03-25 20:15:26',1),(938,'hitachi-s-editor','57.180.39.45',3,'2025-03-25 20:15:28',1),(939,'hitachi-s-editor','57.180.39.45',3,'2025-03-25 20:15:28',1),(940,'hitachi-s-editor','57.180.39.45',3,'2025-03-25 20:15:29',1),(941,'hitachi-s-editor','57.180.39.45',3,'2025-03-25 20:15:30',1),(942,'hitachi-s-editor','57.180.39.45',3,'2025-03-25 20:15:31',1),(943,'acs_admin','163.44.177.19',1,'2025-03-26 15:17:35',1),(944,'admin','113.36.242.229',1,'2025-03-27 04:44:35',1),(945,'admin','133.130.103.36',1,'2025-03-27 23:31:47',1),(946,'admin','133.130.103.36',1,'2025-03-28 02:43:33',1),(947,'admin','133.130.103.36',1,'2025-03-31 08:27:40',1),(948,'admin','113.36.242.229',1,'2025-03-31 08:54:32',1),(949,'admin','163.44.177.19',1,'2025-03-31 16:04:11',1),(950,'acs_admin','133.242.131.226',1,'2025-04-01 12:05:23',1),(951,'admin','113.36.242.229',1,'2025-04-02 01:32:26',1),(952,'acs_admin','133.242.131.226',1,'2025-04-02 03:21:06',1),(953,'acs_admin','160.16.215.164',1,'2025-04-02 10:02:22',1),(954,'acs_admin','133.242.131.226',1,'2025-04-02 13:27:22',1),(955,'acs_admin','160.16.215.164',1,'2025-04-02 13:48:47',1),(956,'acs_admin','133.242.131.226',1,'2025-04-02 19:04:48',1),(957,'admin','160.16.215.164',1,'2025-04-03 02:32:23',1),(958,'acs_admin','133.242.131.226',1,'2025-04-04 23:02:16',1),(959,'acs_admin','160.16.215.164',1,'2025-04-05 04:33:34',1),(960,'acs_admin','160.16.215.164',1,'2025-04-05 13:53:00',1),(961,'acs_admin','133.130.103.36',1,'2025-04-08 08:23:50',1),(962,'acs_admin','149.28.24.234',1,'2025-04-09 07:46:07',1),(963,'acs_admin','149.28.24.234',1,'2025-04-09 07:46:11',1),(964,'acs_admin','149.28.24.234',3,'2025-04-09 07:46:12',1),(965,'acs_admin','149.28.24.234',3,'2025-04-09 07:46:15',1),(966,'acs_admin','149.28.24.234',3,'2025-04-09 07:46:17',1),(967,'acs_admin','149.28.24.234',3,'2025-04-09 07:46:19',1),(968,'acs_admin','149.28.24.234',3,'2025-04-09 07:46:21',1),(969,'acs_admin','149.28.24.234',3,'2025-04-09 07:46:24',1),(970,'acs_admin','149.28.24.234',3,'2025-04-09 07:46:25',1),(971,'acs_admin','149.28.24.234',3,'2025-04-09 07:46:27',1),(972,'acs_admin','149.28.24.234',3,'2025-04-09 07:46:29',1),(973,'acs_admin','149.28.24.234',3,'2025-04-09 07:46:30',1),(974,'acs_admin','149.28.24.234',3,'2025-04-09 07:46:32',1),(975,'acs_admin','149.28.24.234',3,'2025-04-09 07:46:33',1),(976,'acs_admin','149.28.24.234',3,'2025-04-09 07:46:35',1),(977,'acs_admin','149.28.24.234',3,'2025-04-09 07:46:37',1),(978,'acs_admin','149.28.24.234',3,'2025-04-09 07:46:40',1),(979,'acs_admin','149.28.24.234',3,'2025-04-09 07:46:41',1),(980,'acs_admin','149.28.24.234',3,'2025-04-09 07:46:43',1),(981,'acs_admin','149.28.24.234',3,'2025-04-09 07:46:44',1),(982,'acs_admin','149.28.24.234',3,'2025-04-09 07:46:46',1),(983,'acs_admin','149.28.24.234',3,'2025-04-09 07:46:47',1),(984,'acs_admin','149.28.24.234',3,'2025-04-09 07:46:48',1),(985,'acs_admin','149.28.24.234',3,'2025-04-09 07:46:51',1),(986,'acs_admin','149.28.24.234',3,'2025-04-09 07:46:52',1),(987,'acs_admin','149.28.24.234',3,'2025-04-09 07:46:53',1),(988,'acs_admin','149.28.24.234',3,'2025-04-09 07:46:54',1),(989,'acs_admin','149.28.24.234',3,'2025-04-09 07:46:56',1),(990,'acs_admin','149.28.24.234',3,'2025-04-09 07:46:58',1),(991,'acs_admin','149.28.24.234',3,'2025-04-09 07:46:59',1),(992,'acs_admin','149.28.24.234',3,'2025-04-09 07:47:00',1),(993,'hitachi-s-editor','149.28.24.234',3,'2025-04-09 07:47:02',1),(994,'hitachi-s-editor','149.28.24.234',3,'2025-04-09 07:47:03',1),(995,'hitachi-s-editor','149.28.24.234',3,'2025-04-09 07:47:05',1),(996,'hitachi-s-editor','149.28.24.234',3,'2025-04-09 07:47:06',1),(997,'hitachi-s-editor','149.28.24.234',3,'2025-04-09 07:47:08',1),(998,'hitachi-s-editor','149.28.24.234',3,'2025-04-09 07:47:09',1),(999,'hitachi-s-editor','149.28.24.234',3,'2025-04-09 07:47:10',1),(1000,'hitachi-s-editor','149.28.24.234',3,'2025-04-09 07:47:11',1),(1001,'hitachi-s-editor','149.28.24.234',1,'2025-04-09 07:47:13',1),(1002,'hitachi-s-editor','149.28.24.234',1,'2025-04-09 07:47:14',1),(1003,'hitachi-s-editor','149.28.24.234',3,'2025-04-09 07:47:15',1),(1004,'hitachi-s-editor','149.28.24.234',3,'2025-04-09 07:47:16',1),(1005,'hitachi-s-editor','149.28.24.234',3,'2025-04-09 07:47:17',1),(1006,'hitachi-s-editor','149.28.24.234',3,'2025-04-09 07:47:18',1),(1007,'hitachi-s-editor','149.28.24.234',3,'2025-04-09 07:47:19',1),(1008,'hitachi-s-editor','149.28.24.234',3,'2025-04-09 07:47:20',1),(1009,'hitachi-s-editor','149.28.24.234',3,'2025-04-09 07:47:21',1),(1010,'hitachi-s-editor','149.28.24.234',3,'2025-04-09 07:47:23',1),(1011,'hitachi-s-editor','149.28.24.234',3,'2025-04-09 07:47:24',1),(1012,'hitachi-s-editor','149.28.24.234',3,'2025-04-09 07:47:25',1),(1013,'hitachi-s-editor','149.28.24.234',3,'2025-04-09 07:47:26',1),(1014,'hitachi-s-editor','149.28.24.234',3,'2025-04-09 07:47:27',1),(1015,'hitachi-s-editor','149.28.24.234',3,'2025-04-09 07:47:28',1),(1016,'hitachi-s-editor','149.28.24.234',3,'2025-04-09 07:47:29',1),(1017,'hitachi-s-editor','149.28.24.234',3,'2025-04-09 07:47:30',1),(1018,'hitachi-s-editor','149.28.24.234',3,'2025-04-09 07:47:31',1),(1019,'hitachi-s-editor','149.28.24.234',3,'2025-04-09 07:47:32',1),(1020,'hitachi-s-editor','149.28.24.234',3,'2025-04-09 07:47:33',1),(1021,'hitachi-s-editor','149.28.24.234',3,'2025-04-09 07:47:35',1),(1022,'hitachi-s-editor','149.28.24.234',3,'2025-04-09 07:47:36',1),(1023,'hitachi-s-editor','149.28.24.234',3,'2025-04-09 07:47:37',1),(1024,'acs_admin','113.36.242.229',1,'2025-04-10 09:20:48',1),(1025,'admin','150.95.140.248',1,'2025-04-10 16:02:02',1),(1026,'acs_admin','207.148.92.11',1,'2025-04-12 03:08:23',1),(1027,'acs_admin','207.148.92.11',1,'2025-04-12 03:08:24',1),(1028,'acs_admin','207.148.92.11',3,'2025-04-12 03:08:25',1),(1029,'acs_admin','207.148.92.11',3,'2025-04-12 03:08:44',1),(1030,'acs_admin','207.148.92.11',3,'2025-04-12 03:08:47',1),(1031,'acs_admin','207.148.92.11',3,'2025-04-12 03:08:47',1),(1032,'acs_admin','207.148.92.11',3,'2025-04-12 03:08:52',1),(1033,'acs_admin','207.148.92.11',3,'2025-04-12 03:08:56',1),(1034,'acs_admin','207.148.92.11',3,'2025-04-12 03:08:58',1),(1035,'acs_admin','207.148.92.11',3,'2025-04-12 03:08:59',1),(1036,'acs_admin','207.148.92.11',3,'2025-04-12 03:09:00',1),(1037,'acs_admin','207.148.92.11',3,'2025-04-12 03:09:02',1),(1038,'acs_admin','207.148.92.11',3,'2025-04-12 03:09:10',1),(1039,'admin_acs','207.148.92.11',3,'2025-04-12 03:09:13',1),(1040,'admin_acs','207.148.92.11',3,'2025-04-12 03:09:16',1),(1041,'admin_acs','207.148.92.11',3,'2025-04-12 03:09:17',1),(1042,'admin_acs','207.148.92.11',3,'2025-04-12 03:09:17',1),(1043,'admin_acs','207.148.92.11',3,'2025-04-12 03:09:18',1),(1044,'admin_acs','207.148.92.11',3,'2025-04-12 03:09:25',1),(1045,'admin_acs','207.148.92.11',1,'2025-04-12 03:09:31',1),(1046,'admin_acs','207.148.92.11',1,'2025-04-12 03:09:31',1),(1047,'admin_acs','207.148.92.11',1,'2025-04-12 03:09:38',1),(1048,'admin_acs','207.148.92.11',1,'2025-04-12 03:09:41',1),(1049,'admin_acs','207.148.92.11',3,'2025-04-12 03:09:41',1),(1050,'admin_acs','207.148.92.11',3,'2025-04-12 03:09:42',1),(1051,'admin_acs','207.148.92.11',3,'2025-04-12 03:09:43',1),(1052,'admin_acs','207.148.92.11',3,'2025-04-12 03:09:44',1),(1053,'admin_acs','207.148.92.11',3,'2025-04-12 03:09:45',1),(1054,'admin_acs','207.148.92.11',3,'2025-04-12 03:09:45',1),(1055,'admin_acs','207.148.92.11',3,'2025-04-12 03:09:46',1),(1056,'admin_acs','207.148.92.11',3,'2025-04-12 03:09:48',1),(1057,'admin_acs','207.148.92.11',3,'2025-04-12 03:09:50',1),(1058,'admin_acs','207.148.92.11',3,'2025-04-12 03:09:53',1),(1059,'admin_acs','207.148.92.11',3,'2025-04-12 03:09:54',1),(1060,'admin_acs','207.148.92.11',3,'2025-04-12 03:09:55',1),(1061,'admin_acs','207.148.92.11',3,'2025-04-12 03:09:56',1),(1062,'admin_acs','207.148.92.11',3,'2025-04-12 03:09:59',1),(1063,'admin_acs','207.148.92.11',3,'2025-04-12 03:10:00',1),(1064,'admin_acs','207.148.92.11',3,'2025-04-12 03:10:01',1),(1065,'hitachi-s-editor','207.148.92.11',3,'2025-04-12 03:10:04',1),(1066,'hitachi-s-editor','207.148.92.11',3,'2025-04-12 03:10:04',1),(1067,'hitachi-s-editor','207.148.92.11',3,'2025-04-12 03:10:06',1),(1068,'hitachi-s-editor','207.148.92.11',3,'2025-04-12 03:10:10',1),(1069,'hitachi-s-editor','207.148.92.11',3,'2025-04-12 03:10:12',1),(1070,'hitachi-s-editor','207.148.92.11',3,'2025-04-12 03:10:15',1),(1071,'hitachi-s-editor','207.148.92.11',3,'2025-04-12 03:10:19',1),(1072,'hitachi-s-editor','207.148.92.11',3,'2025-04-12 03:10:23',1),(1073,'hitachi-s-editor','207.148.92.11',3,'2025-04-12 03:10:25',1),(1074,'hitachi-s-editor','207.148.92.11',3,'2025-04-12 03:10:28',1),(1075,'hitachi-s-editor','207.148.92.11',3,'2025-04-12 03:10:30',1),(1076,'hitachi-s-editor','207.148.92.11',3,'2025-04-12 03:10:34',1),(1077,'hitachi-s-editor','207.148.92.11',3,'2025-04-12 03:10:35',1),(1078,'hitachi-s-editor','207.148.92.11',3,'2025-04-12 03:10:37',1),(1079,'hitachi-s-editor','207.148.92.11',3,'2025-04-12 03:10:39',1),(1080,'hitachi-s-editor','207.148.92.11',3,'2025-04-12 03:10:41',1),(1081,'hitachi-s-editor','207.148.92.11',1,'2025-04-12 03:10:42',1),(1082,'hitachi-s-editor','207.148.92.11',1,'2025-04-12 03:10:43',1),(1083,'hitachi-s-editor','207.148.92.11',3,'2025-04-12 03:10:45',1),(1084,'hitachi-s-editor','207.148.92.11',3,'2025-04-12 03:10:46',1),(1085,'hitachi-s-editor','207.148.92.11',3,'2025-04-12 03:10:46',1),(1086,'hitachi-s-editor','207.148.92.11',3,'2025-04-12 03:10:47',1),(1087,'hitachi-s-editor','207.148.92.11',3,'2025-04-12 03:10:50',1),(1088,'hitachi-s-editor','207.148.92.11',3,'2025-04-12 03:10:54',1),(1089,'admin','114.189.38.69',1,'2025-04-13 23:31:14',1),(1090,'admin','160.16.215.164',1,'2025-04-16 20:40:27',1),(1091,'acs_admin','160.16.215.164',1,'2025-04-17 22:13:36',1),(1092,'acs_admin','133.130.103.36',1,'2025-04-18 04:50:45',1),(1093,'acs_admin','130.62.15.220',0,'2025-04-18 07:51:59',0); /*!40000 ALTER TABLE `wp_siteguard_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_siteguard_login` -- DROP TABLE IF EXISTS `wp_siteguard_login`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_siteguard_login` ( `ip_address` varchar(40) NOT NULL DEFAULT '', `status` int(11) NOT NULL DEFAULT '0', `count` int(11) NOT NULL DEFAULT '0', `last_login_time` datetime DEFAULT NULL, UNIQUE KEY `ip_address` (`ip_address`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_siteguard_login` -- LOCK TABLES `wp_siteguard_login` WRITE; /*!40000 ALTER TABLE `wp_siteguard_login` DISABLE KEYS */; INSERT INTO `wp_siteguard_login` VALUES ('133.130.103.36',1,1,'2025-04-18 04:50:45'); /*!40000 ALTER TABLE `wp_siteguard_login` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (41,1,0),(45,1,0),(49,1,0),(54,1,0),(607,1,0),(611,1,0),(615,1,0),(619,1,0),(623,1,0),(627,1,0),(640,2,0),(732,2,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_520_ci 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=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'works_type','',0,1),(3,3,'works_type','',0,0),(4,4,'works_type','',0,0),(5,5,'category','',0,0),(7,7,'monsterinsights_note_category','',0,0),(8,8,'monsterinsights_note_category','',0,0),(9,9,'monsterinsights_note_category','',0,0); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci 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=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'お知らせ','news',0),(2,'正社員','regular-staff',0),(3,'契約社員','contract-staff',0),(4,'パート・アルバイト','part-staff',0),(5,'ブログ','blog',0),(7,'Website Updates','website-updates',0),(8,'Blog Post','blog-post',0),(9,'Promotion','promotion',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=254 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','admin_01'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers','theme_editor_notice,plugin_editor_notice,omapi_please_connect_notice'),(15,1,'show_welcome_panel','1'),(17,1,'wp_dashboard_quick_press_last_post_id','735'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:11:\"130.62.15.0\";}'),(19,1,'wp_persisted_preferences','a:3:{s:14:\"core/edit-post\";a:5:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;s:10:\"openPanels\";a:6:{i:0;s:33:\"taxonomy-panel-recruit_works_type\";i:1;s:41:\"om-global-post-settings/om-settings-panel\";i:2;s:29:\"taxonomy-panel-works_category\";i:3;s:11:\"post-status\";i:4;s:47:\"monsterinsights-metabox/monsterinsights-metabox\";i:5;s:25:\"taxonomy-panel-works_type\";}s:14:\"inactivePanels\";a:6:{i:0;s:30:\"aioseo-publish-panel/undefined\";i:1;s:24:\"meta-box-aioseo-settings\";i:2;s:41:\"om-global-post-settings/om-settings-panel\";i:3;s:47:\"monsterinsights-metabox/monsterinsights-metabox\";i:4;s:14:\"featured-image\";i:5;s:29:\"taxonomy-panel-works_category\";}s:10:\"editorMode\";s:6:\"visual\";}s:9:\"_modified\";s:24:\"2024-01-10T04:11:59.265Z\";s:17:\"core/edit-widgets\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}}'),(20,1,'wp_user-settings','editor=html&libraryContent=browse'),(21,1,'wp_user-settings-time','1708245812'),(22,1,'closedpostboxes_interview','a:0:{}'),(23,1,'metaboxhidden_interview','a:1:{i:0;s:15:\"aioseo-settings\";}'),(24,1,'meta-box-order_interview','a:4:{s:6:\"normal\";s:279:\"aioseo-settings,acf-group_64abc4d6ccb83,acf-group_64abc8817099d,acf-group_64abc90d4d363,acf-group_64abc915bf306,acf-group_64abc91b0977b,acf-group_65e3b04423cf6,acf-group_65e3b1e43e36d,acf-group_65e3b21341815,acf-group_65e3b239259a1,acf-group_65e3b2639a952,acf-group_65e3b28e0beea\";s:8:\"advanced\";s:0:\"\";s:4:\"side\";s:0:\"\";s:15:\"acf_after_title\";s:0:\"\";}'),(25,1,'closedpostboxes_recruit','a:0:{}'),(26,1,'metaboxhidden_recruit','a:1:{i:0;s:15:\"aioseo-settings\";}'),(54,1,'meta-box-order_recruit','a:4:{s:6:\"normal\";s:111:\"acf-group_64abccffb39ed,acf-group_64abcfe531862,acf-group_63aa5f79d6db0,aioseo-settings,acf-group_64eff3141a3e6\";s:8:\"advanced\";s:0:\"\";s:4:\"side\";s:0:\"\";s:15:\"acf_after_title\";s:0:\"\";}'),(75,1,'wp_googlesitekitpersistent_initial_version','1.132.0'),(78,1,'wp_googlesitekitpersistent_dismissed_tours','a:3:{i:0;s:12:\"ga4Reporting\";i:1;s:16:\"dashboardSharing\";i:2;s:24:\"dashboardSharingSettings\";}'),(79,1,'wp_googlesitekitpersistent_dismissed_items','a:2:{s:25:\"switch-ga4-dashboard-view\";i:0;s:53:\"enhanced-measurement-activation-banner-dismissed-item\";i:0;}'),(81,1,'closedpostboxes_acf-field-group','a:0:{}'),(82,1,'metaboxhidden_acf-field-group','a:1:{i:0;s:7:\"slugdiv\";}'),(83,1,'manageedit-acf-post-typecolumnshidden','a:1:{i:0;s:7:\"acf-key\";}'),(84,1,'acf_user_settings','a:2:{s:19:\"post-type-first-run\";b:1;s:20:\"taxonomies-first-run\";b:1;}'),(85,1,'manageedit-acf-taxonomycolumnshidden','a:1:{i:0;s:7:\"acf-key\";}'),(88,1,'wp_googlesitekit_tracking_optin','1'),(96,1,'wp_googlesitekit_profile','a:4:{s:5:\"email\";s:14:\"cs@acsport.net\";s:5:\"photo\";s:93:\"https://lh3.googleusercontent.com/a/ACg8ocJUId8ivR2E63KGyPysEcfe1PUzeCsTgvGkWyoFnFTukUep=s100\";s:9:\"full_name\";s:55:\"株式会社Acsportカスタマーサポート事業部\";s:12:\"last_updated\";i:1725867080;}'),(97,1,'wp_googlesitekit_site_verified_meta','verified'),(99,1,'wp_googlesitekit_survey_timeouts','a:2:{s:14:\"view_dashboard\";i:1722477603;s:18:\"view_ga4_dashboard\";i:1722477602;}'),(114,1,'closedpostboxes_dashboard','a:1:{i:0;s:17:\"dashboard_primary\";}'),(115,1,'metaboxhidden_dashboard','a:0:{}'),(116,1,'_aioseo_plugin_review_dismissed','4'),(151,1,'wp_mail_smtp_dash_widget_lite_hide_email_alerts_banner','1'),(180,1,'wp_media_library_mode','list'),(185,1,'aioseo_profiles_same_username','a:3:{s:6:\"enable\";b:0;s:8:\"username\";s:0:\"\";s:8:\"included\";a:7:{i:0;s:15:\"facebookPageUrl\";i:1;s:10:\"twitterUrl\";i:2;s:9:\"tiktokUrl\";i:3;s:12:\"pinterestUrl\";i:4;s:12:\"instagramUrl\";i:5;s:10:\"youtubeUrl\";i:6;s:11:\"linkedinUrl\";}}'),(186,1,'aioseo_facebook_page_url',''),(187,1,'aioseo_twitter_url',''),(188,1,'aioseo_instagram_url',''),(189,1,'aioseo_tiktok_url',''),(190,1,'aioseo_pinterest_url',''),(191,1,'aioseo_youtube_url',''),(192,1,'aioseo_linkedin_url',''),(193,1,'aioseo_tumblr_url',''),(194,1,'aioseo_yelp_page_url',''),(195,1,'aioseo_sound_cloud_url',''),(196,1,'aioseo_wikipedia_url',''),(197,1,'aioseo_myspace_url',''),(198,1,'aioseo_profiles_additional_urls',''),(200,6,'nickname','hitachi-s-editor'),(201,6,'first_name',''),(202,6,'last_name',''),(203,6,'description',''),(204,6,'rich_editing','true'),(205,6,'syntax_highlighting','true'),(206,6,'comment_shortcuts','false'),(207,6,'admin_color','fresh'),(208,6,'use_ssl','0'),(209,6,'show_admin_bar_front','true'),(210,6,'locale',''),(211,6,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(212,6,'wp_user_level','0'),(213,6,'dismissed_wp_pointers',''),(214,1,'session_tokens','a:1:{s:64:\"516916e5dd42ccf986ea8c59ef673499c1ce81be1c92962df39c13d287047dd6\";a:4:{s:10:\"expiration\";i:1745103119;s:2:\"ip\";s:13:\"130.62.15.220\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0\";s:5:\"login\";i:1744930319;}}'),(216,6,'wp_dashboard_quick_press_last_post_id','728'),(217,6,'community-events-location','a:1:{s:2:\"ip\";s:12:\"60.116.159.0\";}'),(218,6,'wp_persisted_preferences','a:3:{s:4:\"core\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:10:\"openPanels\";a:2:{i:0;s:11:\"post-status\";i:1;s:25:\"taxonomy-panel-works_type\";}}s:14:\"core/edit-post\";a:1:{s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2024-08-08T02:02:43.415Z\";}'),(219,6,'closedpostboxes_interview','a:1:{i:0;s:15:\"aioseo-settings\";}'),(220,6,'metaboxhidden_interview','a:0:{}'),(221,6,'meta-box-order_interview','a:4:{s:6:\"normal\";s:119:\"acf-group_64abc4d6ccb83,acf-group_64abc8817099d,acf-group_64abc90d4d363,acf-group_64abc915bf306,acf-group_64abc91b0977b\";s:8:\"advanced\";s:15:\"aioseo-settings\";s:4:\"side\";s:0:\"\";s:15:\"acf_after_title\";s:0:\"\";}'),(222,6,'wp_user-settings','editor=tinymce&libraryContent=browse'),(223,6,'wp_user-settings-time','1721867476'),(224,6,'closedpostboxes_recruit','a:1:{i:0;s:15:\"aioseo-settings\";}'),(225,6,'metaboxhidden_recruit','a:0:{}'),(226,6,'meta-box-order_recruit','a:4:{s:6:\"normal\";s:111:\"acf-group_64abcfe531862,acf-group_64abccffb39ed,acf-group_63aa5f79d6db0,acf-group_64eff3141a3e6,aioseo-settings\";s:8:\"advanced\";s:0:\"\";s:4:\"side\";s:0:\"\";s:15:\"acf_after_title\";s:0:\"\";}'),(228,6,'closedpostboxes_page','a:1:{i:0;s:15:\"aioseo-settings\";}'),(229,6,'metaboxhidden_page','a:0:{}'),(230,1,'wp_googlesitekit_site_verification_file','a2ab745eb49c4701'),(232,6,'session_tokens','a:2:{s:64:\"31f3b3c951d23cc2bb3dc3b81f587e11092925d7a7a0783a605b16a864dcc995\";a:4:{s:10:\"expiration\";i:1723254665;s:2:\"ip\";s:14:\"133.106.61.235\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36\";s:5:\"login\";i:1723081865;}s:64:\"203ca72bf67388081c9a8fd96dfbcb810b883c0b502c0aa806d0d721b82132d6\";a:4:{s:10:\"expiration\";i:1723258925;s:2:\"ip\";s:14:\"60.116.159.244\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:5:\"login\";i:1723086125;}}'),(233,6,'closedpostboxes_dashboard','a:0:{}'),(234,6,'metaboxhidden_dashboard','a:7:{i:0;s:30:\"monsterinsights_reports_widget\";i:1;s:19:\"dashboard_right_now\";i:2;s:18:\"dashboard_activity\";i:3;s:15:\"aioseo-overview\";i:4;s:19:\"sb_dashboard_widget\";i:5;s:21:\"dashboard_quick_press\";i:6;s:17:\"dashboard_primary\";}'),(235,6,'_aioseo_plugin_review_dismissed','4'),(236,1,'sbi_onboarding','s:40:\"a:1:{s:10:\"customizer\";s:9:\"dismissed\";}\";'),(237,1,'wp_googlesitekit_error_code','invalid_grant'),(238,1,'sbi_ignore_new_user_sale_notice','always'),(239,6,'aioseo_profiles_same_username','a:3:{s:6:\"enable\";b:0;s:8:\"username\";s:0:\"\";s:8:\"included\";a:7:{i:0;s:15:\"facebookPageUrl\";i:1;s:10:\"twitterUrl\";i:2;s:9:\"tiktokUrl\";i:3;s:12:\"pinterestUrl\";i:4;s:12:\"instagramUrl\";i:5;s:10:\"youtubeUrl\";i:6;s:11:\"linkedinUrl\";}}'),(240,6,'aioseo_facebook_page_url',''),(241,6,'aioseo_twitter_url',''),(242,6,'aioseo_instagram_url',''),(243,6,'aioseo_tiktok_url',''),(244,6,'aioseo_pinterest_url',''),(245,6,'aioseo_youtube_url',''),(246,6,'aioseo_linkedin_url',''),(247,6,'aioseo_tumblr_url',''),(248,6,'aioseo_yelp_page_url',''),(249,6,'aioseo_sound_cloud_url',''),(250,6,'aioseo_wikipedia_url',''),(251,6,'aioseo_myspace_url',''),(252,6,'aioseo_word_press_url',''),(253,6,'aioseo_profiles_additional_urls',''); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci 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=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'acs_admin','$wp$2y$10$oDh/sE5xRf9DglonBOkTAevv2zO0BZcZv0yKwP9LBrNgRKSpLXwAy','acs_admin','cs@acsport.net','https://hitachi-setsubi-recruit.com','2023-07-10 00:23:01','',0,'admin_acs'),(6,'hitachi-s-editor','$P$BR3Lx6tMXGWNXNAZlKpaL36aJCPiTz/','hitachi-s-editor','editor-01@hitachi-setsubi-recruit.com','','2024-07-22 12:20:23','',0,'hitachi-s-editor'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpfm_backup` -- DROP TABLE IF EXISTS `wp_wpfm_backup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpfm_backup` ( `id` int(11) NOT NULL AUTO_INCREMENT, `backup_name` text COLLATE utf8mb4_unicode_520_ci, `backup_date` text COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpfm_backup` -- LOCK TABLES `wp_wpfm_backup` WRITE; /*!40000 ALTER TABLE `wp_wpfm_backup` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wpfm_backup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpforms_logs` -- DROP TABLE IF EXISTS `wp_wpforms_logs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpforms_logs` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `title` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `message` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `types` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `create_at` datetime NOT NULL, `form_id` bigint(20) DEFAULT NULL, `entry_id` bigint(20) DEFAULT NULL, `user_id` bigint(20) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpforms_logs` -- LOCK TABLES `wp_wpforms_logs` WRITE; /*!40000 ALTER TABLE `wp_wpforms_logs` DISABLE KEYS */; INSERT INTO `wp_wpforms_logs` VALUES (1,'Migration','Migration of WPForms to 1.9.1 started.','log','2024-09-26 12:38:09',0,0,0),(2,'Migration','Migration of WPForms to 1.9.1 completed.','log','2024-09-26 12:38:09',0,0,0),(3,'Migration','Migration of WPForms to 1.9.1.1 is fully completed.','log','2024-09-26 12:38:09',0,0,0),(4,'Migration','Migration of WPForms to 1.9.1.2 is fully completed.','log','2024-09-28 00:38:42',0,0,0),(5,'Migration','Migration of WPForms to 1.9.1.3 is fully completed.','log','2024-10-02 13:08:45',0,0,0),(6,'Migration','Migration of WPForms to 1.9.1.4 is fully completed.','log','2024-10-17 13:18:30',0,0,0),(7,'Migration','Migration of WPForms to 1.9.1.5 is fully completed.','log','2024-10-24 00:58:38',0,0,0),(8,'Migration','Migration of WPForms to 1.9.1.6 is fully completed.','log','2024-10-29 00:54:43',0,0,0),(9,'Migration','Migration of WPForms to 1.9.2 started.','log','2024-11-07 14:41:22',0,0,0),(10,'Migration','Migration of WPForms to 1.9.2 completed.','log','2024-11-07 17:50:49',0,0,0),(11,'Migration','Migration of WPForms to 1.9.2.1 is fully completed.','log','2024-11-07 17:50:49',0,0,0),(12,'Migration','Migration of WPForms to 1.9.2.2 is fully completed.','log','2024-11-19 01:54:40',0,0,0),(13,'Migration','Migration of WPForms to 1.9.2.3 is fully completed.','log','2024-12-04 01:39:14',0,0,0),(14,'Migration','Migration of WPForms to 1.9.3.1 is fully completed.','log','2025-01-17 00:35:33',0,0,0),(15,'Migration','Migration of WPForms to 1.9.3.2 is fully completed.','log','2025-01-28 13:58:57',0,0,0),(16,'Migration','Migration of WPForms to 1.9.4.1 is fully completed.','log','2025-02-28 00:46:33',0,0,0),(17,'Migration','Migration of WPForms to 1.9.4.2 is fully completed.','log','2025-03-12 12:28:22',0,0,0); /*!40000 ALTER TABLE `wp_wpforms_logs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpforms_payment_meta` -- DROP TABLE IF EXISTS `wp_wpforms_payment_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpforms_payment_meta` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `payment_id` bigint(20) NOT NULL, `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`id`), KEY `payment_id` (`payment_id`), KEY `meta_key` (`meta_key`(191)), KEY `meta_value` (`meta_value`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpforms_payment_meta` -- LOCK TABLES `wp_wpforms_payment_meta` WRITE; /*!40000 ALTER TABLE `wp_wpforms_payment_meta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wpforms_payment_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpforms_payments` -- DROP TABLE IF EXISTS `wp_wpforms_payments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpforms_payments` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `form_id` bigint(20) NOT NULL, `status` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `subtotal_amount` decimal(26,8) NOT NULL DEFAULT '0.00000000', `discount_amount` decimal(26,8) NOT NULL DEFAULT '0.00000000', `total_amount` decimal(26,8) NOT NULL DEFAULT '0.00000000', `currency` varchar(3) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `entry_id` bigint(20) NOT NULL DEFAULT '0', `gateway` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `type` varchar(12) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `mode` varchar(4) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `transaction_id` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `customer_id` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `subscription_id` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `subscription_status` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `title` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `date_created_gmt` datetime NOT NULL, `date_updated_gmt` datetime NOT NULL, `is_published` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), KEY `form_id` (`form_id`), KEY `status` (`status`(8)), KEY `total_amount` (`total_amount`), KEY `type` (`type`(8)), KEY `transaction_id` (`transaction_id`(32)), KEY `customer_id` (`customer_id`(32)), KEY `subscription_id` (`subscription_id`(32)), KEY `subscription_status` (`subscription_status`(8)), KEY `title` (`title`(64)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpforms_payments` -- LOCK TABLES `wp_wpforms_payments` WRITE; /*!40000 ALTER TABLE `wp_wpforms_payments` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wpforms_payments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpforms_tasks_meta` -- DROP TABLE IF EXISTS `wp_wpforms_tasks_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpforms_tasks_meta` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `action` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `data` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `date` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=46 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpforms_tasks_meta` -- LOCK TABLES `wp_wpforms_tasks_meta` WRITE; /*!40000 ALTER TABLE `wp_wpforms_tasks_meta` DISABLE KEYS */; INSERT INTO `wp_wpforms_tasks_meta` VALUES (1,'wpforms_process_forms_locator_scan','W10=','2023-12-25 06:26:08'),(7,'wpforms_admin_addons_cache_update','W10=','2024-01-15 05:39:50'),(44,'wpforms_process_purge_spam','W10=','2024-09-26 12:37:05'); /*!40000 ALTER TABLE `wp_wpforms_tasks_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpmailsmtp_debug_events` -- DROP TABLE IF EXISTS `wp_wpmailsmtp_debug_events`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpmailsmtp_debug_events` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `content` text COLLATE utf8mb4_unicode_520_ci, `initiator` text COLLATE utf8mb4_unicode_520_ci, `event_type` tinyint(3) unsigned NOT NULL DEFAULT '0', `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpmailsmtp_debug_events` -- LOCK TABLES `wp_wpmailsmtp_debug_events` WRITE; /*!40000 ALTER TABLE `wp_wpmailsmtp_debug_events` DISABLE KEYS */; INSERT INTO `wp_wpmailsmtp_debug_events` VALUES (1,'Mailer: その他の SMTP\r\nSMTP Error: Could not authenticate.','{\"file\":\"\\/Users\\/sumiyaasuka\\/Local Sites\\/iixinc\\/app\\/public\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/SetupWizard.php\",\"line\":1210}',0,'2023-12-24 21:26:08'),(2,'Mailer: その他の SMTP\r\nSMTP Error: Could not authenticate.','{\"file\":\"\\/Users\\/sumiyaasuka\\/Local Sites\\/iixinc\\/app\\/public\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/Pages\\/TestTab.php\",\"line\":347}',0,'2023-12-24 21:26:19'),(3,'Mailer: その他の SMTP\r\nSMTP Error: Could not authenticate.','{\"file\":\"\\/Users\\/sumiyaasuka\\/Local Sites\\/iixinc\\/app\\/public\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/SetupWizard.php\",\"line\":1210}',0,'2023-12-24 21:32:40'),(4,'Mailer: その他の SMTP\r\nSMTP Error: Could not authenticate.','{\"file\":\"\\/Users\\/sumiyaasuka\\/Local Sites\\/iixinc\\/app\\/public\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/Pages\\/TestTab.php\",\"line\":347}',0,'2023-12-24 21:32:43'),(5,'Mailer: その他の SMTP\r\nSMTP Error: Could not authenticate.','{\"file\":\"\\/Users\\/sumiyaasuka\\/Local Sites\\/iixinc\\/app\\/public\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/Pages\\/TestTab.php\",\"line\":347}',0,'2023-12-24 21:34:32'),(6,'Mailer: その他の SMTP\r\nSMTP Error: Could not authenticate.','{\"file\":\"\\/home\\/tealpony8\\/www\\/hp-recruit\\/zenjinkai\\/wp-includes\\/pluggable.php\",\"line\":2194}',0,'2023-12-24 21:53:36'),(7,'Mailer: その他の SMTP\r\nSMTP Error: Could not authenticate.','{\"file\":\"\\/home\\/tealpony8\\/www\\/hp-recruit\\/zenjinkai\\/wp-includes\\/pluggable.php\",\"line\":2261}',0,'2023-12-24 21:53:36'),(8,'Mailer: その他の SMTP\r\nSMTP Error: Could not authenticate.','{\"file\":\"\\/Users\\/sumiyaasuka\\/Local Sites\\/iixinc\\/app\\/public\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/SetupWizard.php\",\"line\":1210}',0,'2024-01-09 20:24:01'),(9,'Mailer: その他の SMTP\r\nSMTP Error: Could not authenticate.','{\"file\":\"\\/Users\\/sumiyaasuka\\/Local Sites\\/iixinc\\/app\\/public\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/Pages\\/TestTab.php\",\"line\":347}',0,'2024-01-09 20:24:07'),(10,'Mailer: その他の SMTP\r\nThe following From address failed: noreply-yamata@hitachi-setsubi-recruit.com : MAIL FROM command failed,Authentication required\r\n,530,5.7.0SMTP server error: MAIL FROM command failed Detail: Authentication required\r\n SMTP code: 530 Additional SMTP info: 5.7.0SMTP server error: MAIL FROM command failed Detail: Authentication required\r\n SMTP code: 530 Additional SMTP info: 5.7.0','{\"file\":\"\\/home\\/tealpony8\\/www\\/hp-recruit\\/yamata\\/wp-includes\\/pluggable.php\",\"line\":2194}',0,'2024-01-09 22:15:51'),(11,'Mailer: その他の SMTP\r\nThe following From address failed: noreply-yamata@hitachi-setsubi-recruit.com : MAIL FROM command failed,Authentication required\r\n,530,5.7.0SMTP server error: MAIL FROM command failed Detail: Authentication required\r\n SMTP code: 530 Additional SMTP info: 5.7.0SMTP server error: MAIL FROM command failed Detail: Authentication required\r\n SMTP code: 530 Additional SMTP info: 5.7.0','{\"file\":\"\\/home\\/tealpony8\\/www\\/hp-recruit\\/will-prize\\/wp-includes\\/user.php\",\"line\":2722}',0,'2024-01-11 18:43:45'),(12,'Mailer: その他の SMTP\r\nSMTP Error: Could not authenticate.','{\"file\":\"\\/home\\/hitachisetsubi\\/www\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/SetupWizard.php\",\"line\":1213}',0,'2024-07-30 16:51:32'),(13,'Mailer: その他の SMTP\r\nSMTP Error: Could not authenticate.','{\"file\":\"\\/home\\/hitachisetsubi\\/www\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/SetupWizard.php\",\"line\":1213}',0,'2024-07-30 16:52:24'),(14,'Mailer: その他の SMTP\r\nSMTP Error: Could not authenticate.','{\"file\":\"\\/home\\/hitachisetsubi\\/www\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/SetupWizard.php\",\"line\":1213}',0,'2024-07-30 16:53:12'),(15,'Mailer: その他の SMTP\r\nSMTP Error: Could not authenticate.','{\"file\":\"\\/home\\/hitachisetsubi\\/www\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/SetupWizard.php\",\"line\":1213}',0,'2024-07-30 17:02:57'); /*!40000 ALTER TABLE `wp_wpmailsmtp_debug_events` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpmailsmtp_tasks_meta` -- DROP TABLE IF EXISTS `wp_wpmailsmtp_tasks_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpmailsmtp_tasks_meta` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `action` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `data` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `date` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpmailsmtp_tasks_meta` -- LOCK TABLES `wp_wpmailsmtp_tasks_meta` WRITE; /*!40000 ALTER TABLE `wp_wpmailsmtp_tasks_meta` DISABLE KEYS */; INSERT INTO `wp_wpmailsmtp_tasks_meta` VALUES (1,'wp_mail_smtp_admin_notifications_update','W10=','2023-09-06 06:34:58'),(2,'wp_mail_smtp_admin_notifications_update','W10=','2024-07-31 01:51:02'); /*!40000 ALTER TABLE `wp_wpmailsmtp_tasks_meta` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2025-04-18 8:28:17
Save