-- MySQL dump 10.13 Distrib 8.0.35, for Linux (x86_64) -- -- Host: pollysys-db.cjlo3bwyd9sa.eu-west-2.rds.amazonaws.com Database: wp_panchayat -- ------------------------------------------------------ -- Server version 5.7.42-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 */; /*!50503 SET NAMES utf8mb4 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `dqpj_xkj_commentmeta` -- DROP TABLE IF EXISTS `dqpj_xkj_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `dqpj_xkj_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 `dqpj_xkj_commentmeta` -- LOCK TABLES `dqpj_xkj_commentmeta` WRITE; /*!40000 ALTER TABLE `dqpj_xkj_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `dqpj_xkj_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dqpj_xkj_comments` -- DROP TABLE IF EXISTS `dqpj_xkj_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `dqpj_xkj_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 AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dqpj_xkj_comments` -- LOCK TABLES `dqpj_xkj_comments` WRITE; /*!40000 ALTER TABLE `dqpj_xkj_comments` DISABLE KEYS */; INSERT INTO `dqpj_xkj_comments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2023-11-01 14:09:53','2023-11-01 14:09:53','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from Gravatar.',0,'1','','comment',0,0); /*!40000 ALTER TABLE `dqpj_xkj_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dqpj_xkj_links` -- DROP TABLE IF EXISTS `dqpj_xkj_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `dqpj_xkj_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 `dqpj_xkj_links` -- LOCK TABLES `dqpj_xkj_links` WRITE; /*!40000 ALTER TABLE `dqpj_xkj_links` DISABLE KEYS */; /*!40000 ALTER TABLE `dqpj_xkj_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dqpj_xkj_options` -- DROP TABLE IF EXISTS `dqpj_xkj_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `dqpj_xkj_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=510 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dqpj_xkj_options` -- LOCK TABLES `dqpj_xkj_options` WRITE; /*!40000 ALTER TABLE `dqpj_xkj_options` DISABLE KEYS */; INSERT INTO `dqpj_xkj_options` VALUES (1,'siteurl','https://panchayat.demoforclients.net','yes'),(2,'home','https://panchayat.demoforclients.net','yes'),(3,'blogname','Panchayat','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','jasdeep@pollysys.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'rewrite_rules','a:127:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:34:\"wpcode/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"wpcode/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"wpcode/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"wpcode/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"wpcode/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"wpcode/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"wpcode/([^/]+)/embed/?$\";s:39:\"index.php?wpcode=$matches[1]&embed=true\";s:27:\"wpcode/([^/]+)/trackback/?$\";s:33:\"index.php?wpcode=$matches[1]&tb=1\";s:35:\"wpcode/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?wpcode=$matches[1]&paged=$matches[2]\";s:42:\"wpcode/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?wpcode=$matches[1]&cpage=$matches[2]\";s:31:\"wpcode/([^/]+)(?:/([0-9]+))?/?$\";s:45:\"index.php?wpcode=$matches[1]&page=$matches[2]\";s:23:\"wpcode/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"wpcode/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"wpcode/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"wpcode/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"wpcode/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"wpcode/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:52:\"wpcode_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?wpcode_type=$matches[1]&feed=$matches[2]\";s:47:\"wpcode_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?wpcode_type=$matches[1]&feed=$matches[2]\";s:28:\"wpcode_type/([^/]+)/embed/?$\";s:44:\"index.php?wpcode_type=$matches[1]&embed=true\";s:40:\"wpcode_type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wpcode_type=$matches[1]&paged=$matches[2]\";s:22:\"wpcode_type/([^/]+)/?$\";s:33:\"index.php?wpcode_type=$matches[1]\";s:56:\"wpcode_location/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?wpcode_location=$matches[1]&feed=$matches[2]\";s:51:\"wpcode_location/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?wpcode_location=$matches[1]&feed=$matches[2]\";s:32:\"wpcode_location/([^/]+)/embed/?$\";s:48:\"index.php?wpcode_location=$matches[1]&embed=true\";s:44:\"wpcode_location/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?wpcode_location=$matches[1]&paged=$matches[2]\";s:26:\"wpcode_location/([^/]+)/?$\";s:37:\"index.php?wpcode_location=$matches[1]\";s:52:\"wpcode_tags/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?wpcode_tags=$matches[1]&feed=$matches[2]\";s:47:\"wpcode_tags/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?wpcode_tags=$matches[1]&feed=$matches[2]\";s:28:\"wpcode_tags/([^/]+)/embed/?$\";s:44:\"index.php?wpcode_tags=$matches[1]&embed=true\";s:40:\"wpcode_tags/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wpcode_tags=$matches[1]&paged=$matches[2]\";s:22:\"wpcode_tags/([^/]+)/?$\";s:33:\"index.php?wpcode_tags=$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: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=6&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:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s: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]\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:4:{i:0;s:33:\"Pollysys-forms/pollysys-forms.php\";i:1;s:41:\"advanced-custom-fields-pro-master/acf.php\";i:2;s:33:\"classic-editor/classic-editor.php\";i:3;s:35:\"insert-headers-and-footers/ihaf.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','panchayattheme','yes'),(41,'stylesheet','panchayattheme','yes'),(42,'comment_registration','0','yes'),(43,'html_type','text/html','yes'),(44,'use_trackback','0','yes'),(45,'default_role','subscriber','yes'),(46,'db_version','55853','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','150','yes'),(57,'thumbnail_size_h','150','yes'),(58,'thumbnail_crop','1','yes'),(59,'medium_size_w','300','yes'),(60,'medium_size_h','300','yes'),(61,'avatar_default','mystery','yes'),(62,'large_size_w','1024','yes'),(63,'large_size_h','1024','yes'),(64,'image_default_link_type','none','yes'),(65,'image_default_size','','yes'),(66,'image_default_align','','yes'),(67,'close_comments_for_old_posts','0','yes'),(68,'close_comments_days_old','14','yes'),(69,'thread_comments','1','yes'),(70,'thread_comments_depth','5','yes'),(71,'page_comments','0','yes'),(72,'comments_per_page','50','yes'),(73,'default_comments_page','newest','yes'),(74,'comment_order','asc','yes'),(75,'sticky_posts','a:0:{}','yes'),(76,'widget_categories','a: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:0:{}','no'),(80,'timezone_string','','yes'),(81,'page_for_posts','0','yes'),(82,'page_on_front','6','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','0','yes'),(87,'medium_large_size_w','768','yes'),(88,'medium_large_size_h','0','yes'),(89,'wp_page_for_privacy_policy','3','yes'),(90,'show_comments_cookies_opt_in','1','yes'),(91,'admin_email_lifespan','1714399787','yes'),(92,'disallowed_keys','','no'),(93,'comment_previously_approved','1','yes'),(94,'auto_plugin_theme_update_emails','a:0:{}','no'),(95,'auto_update_core_dev','enabled','yes'),(96,'auto_update_core_minor','enabled','yes'),(97,'auto_update_core_major','enabled','yes'),(98,'wp_force_deactivated_plugins','a:0:{}','yes'),(99,'initial_db_version','55853','yes'),(100,'dqpj_xkj_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:63:{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:20:\"wpcode_edit_snippets\";b:1;s:24:\"wpcode_activate_snippets\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(101,'fresh_site','0','yes'),(102,'user_count','1','no'),(103,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"\";}i:3;a:1:{s:7:\"content\";s:154:\"

Recent Posts

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

Recent Comments

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

Archives

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

Categories

\";}s:12:\"_multiwidget\";i:1;}','yes'),(104,'sidebars_widgets','a:3:{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:18:\"footer-widget-area\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(105,'cron','a:8:{i:1700215794;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:1700220497;a:1:{s:26:\"wpcode_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:1700230194;a:5:{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:18:\"wp_https_detection\";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_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:1700230204;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:1700230205;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:1700666397;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:1700748594;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(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,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(116,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(117,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(118,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(119,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(121,'recovery_keys','a:0:{}','yes'),(122,'https_detection_errors','a:0:{}','yes'),(123,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:2:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.4.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.4.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.4.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.4.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.4.1\";s:7:\"version\";s:5:\"6.4.1\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.4.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.4.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.4.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.4.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.4.1\";s:7:\"version\";s:5:\"6.4.1\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1700212411;s:15:\"version_checked\";s:5:\"6.3.2\";s:12:\"translations\";a:0:{}}','no'),(138,'can_compress_scripts','1','yes'),(147,'finished_updating_comment_type','1','yes'),(148,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:5:\"6.3.2\";s:5:\"files\";a:496:{i:0;s:23:\"archives/editor-rtl.css\";i:1;s:27:\"archives/editor-rtl.min.css\";i:2;s:19:\"archives/editor.css\";i:3;s:23:\"archives/editor.min.css\";i:4;s:22:\"archives/style-rtl.css\";i:5;s:26:\"archives/style-rtl.min.css\";i:6;s:18:\"archives/style.css\";i:7;s:22:\"archives/style.min.css\";i:8;s:20:\"audio/editor-rtl.css\";i:9;s:24:\"audio/editor-rtl.min.css\";i:10;s:16:\"audio/editor.css\";i:11;s:20:\"audio/editor.min.css\";i:12;s:19:\"audio/style-rtl.css\";i:13;s:23:\"audio/style-rtl.min.css\";i:14;s:15:\"audio/style.css\";i:15;s:19:\"audio/style.min.css\";i:16;s:19:\"audio/theme-rtl.css\";i:17;s:23:\"audio/theme-rtl.min.css\";i:18;s:15:\"audio/theme.css\";i:19;s:19:\"audio/theme.min.css\";i:20;s:21:\"avatar/editor-rtl.css\";i:21;s:25:\"avatar/editor-rtl.min.css\";i:22;s:17:\"avatar/editor.css\";i:23;s:21:\"avatar/editor.min.css\";i:24;s:20:\"avatar/style-rtl.css\";i:25;s:24:\"avatar/style-rtl.min.css\";i:26;s:16:\"avatar/style.css\";i:27;s:20:\"avatar/style.min.css\";i:28;s:20:\"block/editor-rtl.css\";i:29;s:24:\"block/editor-rtl.min.css\";i:30;s:16:\"block/editor.css\";i:31;s:20:\"block/editor.min.css\";i:32;s:21:\"button/editor-rtl.css\";i:33;s:25:\"button/editor-rtl.min.css\";i:34;s:17:\"button/editor.css\";i:35;s:21:\"button/editor.min.css\";i:36;s:20:\"button/style-rtl.css\";i:37;s:24:\"button/style-rtl.min.css\";i:38;s:16:\"button/style.css\";i:39;s:20:\"button/style.min.css\";i:40;s:22:\"buttons/editor-rtl.css\";i:41;s:26:\"buttons/editor-rtl.min.css\";i:42;s:18:\"buttons/editor.css\";i:43;s:22:\"buttons/editor.min.css\";i:44;s:21:\"buttons/style-rtl.css\";i:45;s:25:\"buttons/style-rtl.min.css\";i:46;s:17:\"buttons/style.css\";i:47;s:21:\"buttons/style.min.css\";i:48;s:22:\"calendar/style-rtl.css\";i:49;s:26:\"calendar/style-rtl.min.css\";i:50;s:18:\"calendar/style.css\";i:51;s:22:\"calendar/style.min.css\";i:52;s:25:\"categories/editor-rtl.css\";i:53;s:29:\"categories/editor-rtl.min.css\";i:54;s:21:\"categories/editor.css\";i:55;s:25:\"categories/editor.min.css\";i:56;s:24:\"categories/style-rtl.css\";i:57;s:28:\"categories/style-rtl.min.css\";i:58;s:20:\"categories/style.css\";i:59;s:24:\"categories/style.min.css\";i:60;s:19:\"code/editor-rtl.css\";i:61;s:23:\"code/editor-rtl.min.css\";i:62;s:15:\"code/editor.css\";i:63;s:19:\"code/editor.min.css\";i:64;s:18:\"code/style-rtl.css\";i:65;s:22:\"code/style-rtl.min.css\";i:66;s:14:\"code/style.css\";i:67;s:18:\"code/style.min.css\";i:68;s:18:\"code/theme-rtl.css\";i:69;s:22:\"code/theme-rtl.min.css\";i:70;s:14:\"code/theme.css\";i:71;s:18:\"code/theme.min.css\";i:72;s:22:\"columns/editor-rtl.css\";i:73;s:26:\"columns/editor-rtl.min.css\";i:74;s:18:\"columns/editor.css\";i:75;s:22:\"columns/editor.min.css\";i:76;s:21:\"columns/style-rtl.css\";i:77;s:25:\"columns/style-rtl.min.css\";i:78;s:17:\"columns/style.css\";i:79;s:21:\"columns/style.min.css\";i:80;s:29:\"comment-content/style-rtl.css\";i:81;s:33:\"comment-content/style-rtl.min.css\";i:82;s:25:\"comment-content/style.css\";i:83;s:29:\"comment-content/style.min.css\";i:84;s:30:\"comment-template/style-rtl.css\";i:85;s:34:\"comment-template/style-rtl.min.css\";i:86;s:26:\"comment-template/style.css\";i:87;s:30:\"comment-template/style.min.css\";i:88;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:89;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:90;s:38:\"comments-pagination-numbers/editor.css\";i:91;s:42:\"comments-pagination-numbers/editor.min.css\";i:92;s:34:\"comments-pagination/editor-rtl.css\";i:93;s:38:\"comments-pagination/editor-rtl.min.css\";i:94;s:30:\"comments-pagination/editor.css\";i:95;s:34:\"comments-pagination/editor.min.css\";i:96;s:33:\"comments-pagination/style-rtl.css\";i:97;s:37:\"comments-pagination/style-rtl.min.css\";i:98;s:29:\"comments-pagination/style.css\";i:99;s:33:\"comments-pagination/style.min.css\";i:100;s:29:\"comments-title/editor-rtl.css\";i:101;s:33:\"comments-title/editor-rtl.min.css\";i:102;s:25:\"comments-title/editor.css\";i:103;s:29:\"comments-title/editor.min.css\";i:104;s:23:\"comments/editor-rtl.css\";i:105;s:27:\"comments/editor-rtl.min.css\";i:106;s:19:\"comments/editor.css\";i:107;s:23:\"comments/editor.min.css\";i:108;s:22:\"comments/style-rtl.css\";i:109;s:26:\"comments/style-rtl.min.css\";i:110;s:18:\"comments/style.css\";i:111;s:22:\"comments/style.min.css\";i:112;s:20:\"cover/editor-rtl.css\";i:113;s:24:\"cover/editor-rtl.min.css\";i:114;s:16:\"cover/editor.css\";i:115;s:20:\"cover/editor.min.css\";i:116;s:19:\"cover/style-rtl.css\";i:117;s:23:\"cover/style-rtl.min.css\";i:118;s:15:\"cover/style.css\";i:119;s:19:\"cover/style.min.css\";i:120;s:22:\"details/editor-rtl.css\";i:121;s:26:\"details/editor-rtl.min.css\";i:122;s:18:\"details/editor.css\";i:123;s:22:\"details/editor.min.css\";i:124;s:21:\"details/style-rtl.css\";i:125;s:25:\"details/style-rtl.min.css\";i:126;s:17:\"details/style.css\";i:127;s:21:\"details/style.min.css\";i:128;s:20:\"embed/editor-rtl.css\";i:129;s:24:\"embed/editor-rtl.min.css\";i:130;s:16:\"embed/editor.css\";i:131;s:20:\"embed/editor.min.css\";i:132;s:19:\"embed/style-rtl.css\";i:133;s:23:\"embed/style-rtl.min.css\";i:134;s:15:\"embed/style.css\";i:135;s:19:\"embed/style.min.css\";i:136;s:19:\"embed/theme-rtl.css\";i:137;s:23:\"embed/theme-rtl.min.css\";i:138;s:15:\"embed/theme.css\";i:139;s:19:\"embed/theme.min.css\";i:140;s:19:\"file/editor-rtl.css\";i:141;s:23:\"file/editor-rtl.min.css\";i:142;s:15:\"file/editor.css\";i:143;s:19:\"file/editor.min.css\";i:144;s:18:\"file/style-rtl.css\";i:145;s:22:\"file/style-rtl.min.css\";i:146;s:14:\"file/style.css\";i:147;s:18:\"file/style.min.css\";i:148;s:23:\"footnotes/style-rtl.css\";i:149;s:27:\"footnotes/style-rtl.min.css\";i:150;s:19:\"footnotes/style.css\";i:151;s:23:\"footnotes/style.min.css\";i:152;s:23:\"freeform/editor-rtl.css\";i:153;s:27:\"freeform/editor-rtl.min.css\";i:154;s:19:\"freeform/editor.css\";i:155;s:23:\"freeform/editor.min.css\";i:156;s:22:\"gallery/editor-rtl.css\";i:157;s:26:\"gallery/editor-rtl.min.css\";i:158;s:18:\"gallery/editor.css\";i:159;s:22:\"gallery/editor.min.css\";i:160;s:21:\"gallery/style-rtl.css\";i:161;s:25:\"gallery/style-rtl.min.css\";i:162;s:17:\"gallery/style.css\";i:163;s:21:\"gallery/style.min.css\";i:164;s:21:\"gallery/theme-rtl.css\";i:165;s:25:\"gallery/theme-rtl.min.css\";i:166;s:17:\"gallery/theme.css\";i:167;s:21:\"gallery/theme.min.css\";i:168;s:20:\"group/editor-rtl.css\";i:169;s:24:\"group/editor-rtl.min.css\";i:170;s:16:\"group/editor.css\";i:171;s:20:\"group/editor.min.css\";i:172;s:19:\"group/style-rtl.css\";i:173;s:23:\"group/style-rtl.min.css\";i:174;s:15:\"group/style.css\";i:175;s:19:\"group/style.min.css\";i:176;s:19:\"group/theme-rtl.css\";i:177;s:23:\"group/theme-rtl.min.css\";i:178;s:15:\"group/theme.css\";i:179;s:19:\"group/theme.min.css\";i:180;s:21:\"heading/style-rtl.css\";i:181;s:25:\"heading/style-rtl.min.css\";i:182;s:17:\"heading/style.css\";i:183;s:21:\"heading/style.min.css\";i:184;s:19:\"html/editor-rtl.css\";i:185;s:23:\"html/editor-rtl.min.css\";i:186;s:15:\"html/editor.css\";i:187;s:19:\"html/editor.min.css\";i:188;s:20:\"image/editor-rtl.css\";i:189;s:24:\"image/editor-rtl.min.css\";i:190;s:16:\"image/editor.css\";i:191;s:20:\"image/editor.min.css\";i:192;s:19:\"image/style-rtl.css\";i:193;s:23:\"image/style-rtl.min.css\";i:194;s:15:\"image/style.css\";i:195;s:19:\"image/style.min.css\";i:196;s:19:\"image/theme-rtl.css\";i:197;s:23:\"image/theme-rtl.min.css\";i:198;s:15:\"image/theme.css\";i:199;s:19:\"image/theme.min.css\";i:200;s:29:\"latest-comments/style-rtl.css\";i:201;s:33:\"latest-comments/style-rtl.min.css\";i:202;s:25:\"latest-comments/style.css\";i:203;s:29:\"latest-comments/style.min.css\";i:204;s:27:\"latest-posts/editor-rtl.css\";i:205;s:31:\"latest-posts/editor-rtl.min.css\";i:206;s:23:\"latest-posts/editor.css\";i:207;s:27:\"latest-posts/editor.min.css\";i:208;s:26:\"latest-posts/style-rtl.css\";i:209;s:30:\"latest-posts/style-rtl.min.css\";i:210;s:22:\"latest-posts/style.css\";i:211;s:26:\"latest-posts/style.min.css\";i:212;s:18:\"list/style-rtl.css\";i:213;s:22:\"list/style-rtl.min.css\";i:214;s:14:\"list/style.css\";i:215;s:18:\"list/style.min.css\";i:216;s:25:\"media-text/editor-rtl.css\";i:217;s:29:\"media-text/editor-rtl.min.css\";i:218;s:21:\"media-text/editor.css\";i:219;s:25:\"media-text/editor.min.css\";i:220;s:24:\"media-text/style-rtl.css\";i:221;s:28:\"media-text/style-rtl.min.css\";i:222;s:20:\"media-text/style.css\";i:223;s:24:\"media-text/style.min.css\";i:224;s:19:\"more/editor-rtl.css\";i:225;s:23:\"more/editor-rtl.min.css\";i:226;s:15:\"more/editor.css\";i:227;s:19:\"more/editor.min.css\";i:228;s:30:\"navigation-link/editor-rtl.css\";i:229;s:34:\"navigation-link/editor-rtl.min.css\";i:230;s:26:\"navigation-link/editor.css\";i:231;s:30:\"navigation-link/editor.min.css\";i:232;s:29:\"navigation-link/style-rtl.css\";i:233;s:33:\"navigation-link/style-rtl.min.css\";i:234;s:25:\"navigation-link/style.css\";i:235;s:29:\"navigation-link/style.min.css\";i:236;s:33:\"navigation-submenu/editor-rtl.css\";i:237;s:37:\"navigation-submenu/editor-rtl.min.css\";i:238;s:29:\"navigation-submenu/editor.css\";i:239;s:33:\"navigation-submenu/editor.min.css\";i:240;s:25:\"navigation/editor-rtl.css\";i:241;s:29:\"navigation/editor-rtl.min.css\";i:242;s:21:\"navigation/editor.css\";i:243;s:25:\"navigation/editor.min.css\";i:244;s:24:\"navigation/style-rtl.css\";i:245;s:28:\"navigation/style-rtl.min.css\";i:246;s:20:\"navigation/style.css\";i:247;s:24:\"navigation/style.min.css\";i:248;s:23:\"nextpage/editor-rtl.css\";i:249;s:27:\"nextpage/editor-rtl.min.css\";i:250;s:19:\"nextpage/editor.css\";i:251;s:23:\"nextpage/editor.min.css\";i:252;s:24:\"page-list/editor-rtl.css\";i:253;s:28:\"page-list/editor-rtl.min.css\";i:254;s:20:\"page-list/editor.css\";i:255;s:24:\"page-list/editor.min.css\";i:256;s:23:\"page-list/style-rtl.css\";i:257;s:27:\"page-list/style-rtl.min.css\";i:258;s:19:\"page-list/style.css\";i:259;s:23:\"page-list/style.min.css\";i:260;s:24:\"paragraph/editor-rtl.css\";i:261;s:28:\"paragraph/editor-rtl.min.css\";i:262;s:20:\"paragraph/editor.css\";i:263;s:24:\"paragraph/editor.min.css\";i:264;s:23:\"paragraph/style-rtl.css\";i:265;s:27:\"paragraph/style-rtl.min.css\";i:266;s:19:\"paragraph/style.css\";i:267;s:23:\"paragraph/style.min.css\";i:268;s:25:\"post-author/style-rtl.css\";i:269;s:29:\"post-author/style-rtl.min.css\";i:270;s:21:\"post-author/style.css\";i:271;s:25:\"post-author/style.min.css\";i:272;s:33:\"post-comments-form/editor-rtl.css\";i:273;s:37:\"post-comments-form/editor-rtl.min.css\";i:274;s:29:\"post-comments-form/editor.css\";i:275;s:33:\"post-comments-form/editor.min.css\";i:276;s:32:\"post-comments-form/style-rtl.css\";i:277;s:36:\"post-comments-form/style-rtl.min.css\";i:278;s:28:\"post-comments-form/style.css\";i:279;s:32:\"post-comments-form/style.min.css\";i:280;s:23:\"post-date/style-rtl.css\";i:281;s:27:\"post-date/style-rtl.min.css\";i:282;s:19:\"post-date/style.css\";i:283;s:23:\"post-date/style.min.css\";i:284;s:27:\"post-excerpt/editor-rtl.css\";i:285;s:31:\"post-excerpt/editor-rtl.min.css\";i:286;s:23:\"post-excerpt/editor.css\";i:287;s:27:\"post-excerpt/editor.min.css\";i:288;s:26:\"post-excerpt/style-rtl.css\";i:289;s:30:\"post-excerpt/style-rtl.min.css\";i:290;s:22:\"post-excerpt/style.css\";i:291;s:26:\"post-excerpt/style.min.css\";i:292;s:34:\"post-featured-image/editor-rtl.css\";i:293;s:38:\"post-featured-image/editor-rtl.min.css\";i:294;s:30:\"post-featured-image/editor.css\";i:295;s:34:\"post-featured-image/editor.min.css\";i:296;s:33:\"post-featured-image/style-rtl.css\";i:297;s:37:\"post-featured-image/style-rtl.min.css\";i:298;s:29:\"post-featured-image/style.css\";i:299;s:33:\"post-featured-image/style.min.css\";i:300;s:34:\"post-navigation-link/style-rtl.css\";i:301;s:38:\"post-navigation-link/style-rtl.min.css\";i:302;s:30:\"post-navigation-link/style.css\";i:303;s:34:\"post-navigation-link/style.min.css\";i:304;s:28:\"post-template/editor-rtl.css\";i:305;s:32:\"post-template/editor-rtl.min.css\";i:306;s:24:\"post-template/editor.css\";i:307;s:28:\"post-template/editor.min.css\";i:308;s:27:\"post-template/style-rtl.css\";i:309;s:31:\"post-template/style-rtl.min.css\";i:310;s:23:\"post-template/style.css\";i:311;s:27:\"post-template/style.min.css\";i:312;s:24:\"post-terms/style-rtl.css\";i:313;s:28:\"post-terms/style-rtl.min.css\";i:314;s:20:\"post-terms/style.css\";i:315;s:24:\"post-terms/style.min.css\";i:316;s:24:\"post-title/style-rtl.css\";i:317;s:28:\"post-title/style-rtl.min.css\";i:318;s:20:\"post-title/style.css\";i:319;s:24:\"post-title/style.min.css\";i:320;s:26:\"preformatted/style-rtl.css\";i:321;s:30:\"preformatted/style-rtl.min.css\";i:322;s:22:\"preformatted/style.css\";i:323;s:26:\"preformatted/style.min.css\";i:324;s:24:\"pullquote/editor-rtl.css\";i:325;s:28:\"pullquote/editor-rtl.min.css\";i:326;s:20:\"pullquote/editor.css\";i:327;s:24:\"pullquote/editor.min.css\";i:328;s:23:\"pullquote/style-rtl.css\";i:329;s:27:\"pullquote/style-rtl.min.css\";i:330;s:19:\"pullquote/style.css\";i:331;s:23:\"pullquote/style.min.css\";i:332;s:23:\"pullquote/theme-rtl.css\";i:333;s:27:\"pullquote/theme-rtl.min.css\";i:334;s:19:\"pullquote/theme.css\";i:335;s:23:\"pullquote/theme.min.css\";i:336;s:39:\"query-pagination-numbers/editor-rtl.css\";i:337;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:338;s:35:\"query-pagination-numbers/editor.css\";i:339;s:39:\"query-pagination-numbers/editor.min.css\";i:340;s:31:\"query-pagination/editor-rtl.css\";i:341;s:35:\"query-pagination/editor-rtl.min.css\";i:342;s:27:\"query-pagination/editor.css\";i:343;s:31:\"query-pagination/editor.min.css\";i:344;s:30:\"query-pagination/style-rtl.css\";i:345;s:34:\"query-pagination/style-rtl.min.css\";i:346;s:26:\"query-pagination/style.css\";i:347;s:30:\"query-pagination/style.min.css\";i:348;s:25:\"query-title/style-rtl.css\";i:349;s:29:\"query-title/style-rtl.min.css\";i:350;s:21:\"query-title/style.css\";i:351;s:25:\"query-title/style.min.css\";i:352;s:20:\"query/editor-rtl.css\";i:353;s:24:\"query/editor-rtl.min.css\";i:354;s:16:\"query/editor.css\";i:355;s:20:\"query/editor.min.css\";i:356;s:19:\"quote/style-rtl.css\";i:357;s:23:\"quote/style-rtl.min.css\";i:358;s:15:\"quote/style.css\";i:359;s:19:\"quote/style.min.css\";i:360;s:19:\"quote/theme-rtl.css\";i:361;s:23:\"quote/theme-rtl.min.css\";i:362;s:15:\"quote/theme.css\";i:363;s:19:\"quote/theme.min.css\";i:364;s:23:\"read-more/style-rtl.css\";i:365;s:27:\"read-more/style-rtl.min.css\";i:366;s:19:\"read-more/style.css\";i:367;s:23:\"read-more/style.min.css\";i:368;s:18:\"rss/editor-rtl.css\";i:369;s:22:\"rss/editor-rtl.min.css\";i:370;s:14:\"rss/editor.css\";i:371;s:18:\"rss/editor.min.css\";i:372;s:17:\"rss/style-rtl.css\";i:373;s:21:\"rss/style-rtl.min.css\";i:374;s:13:\"rss/style.css\";i:375;s:17:\"rss/style.min.css\";i:376;s:21:\"search/editor-rtl.css\";i:377;s:25:\"search/editor-rtl.min.css\";i:378;s:17:\"search/editor.css\";i:379;s:21:\"search/editor.min.css\";i:380;s:20:\"search/style-rtl.css\";i:381;s:24:\"search/style-rtl.min.css\";i:382;s:16:\"search/style.css\";i:383;s:20:\"search/style.min.css\";i:384;s:20:\"search/theme-rtl.css\";i:385;s:24:\"search/theme-rtl.min.css\";i:386;s:16:\"search/theme.css\";i:387;s:20:\"search/theme.min.css\";i:388;s:24:\"separator/editor-rtl.css\";i:389;s:28:\"separator/editor-rtl.min.css\";i:390;s:20:\"separator/editor.css\";i:391;s:24:\"separator/editor.min.css\";i:392;s:23:\"separator/style-rtl.css\";i:393;s:27:\"separator/style-rtl.min.css\";i:394;s:19:\"separator/style.css\";i:395;s:23:\"separator/style.min.css\";i:396;s:23:\"separator/theme-rtl.css\";i:397;s:27:\"separator/theme-rtl.min.css\";i:398;s:19:\"separator/theme.css\";i:399;s:23:\"separator/theme.min.css\";i:400;s:24:\"shortcode/editor-rtl.css\";i:401;s:28:\"shortcode/editor-rtl.min.css\";i:402;s:20:\"shortcode/editor.css\";i:403;s:24:\"shortcode/editor.min.css\";i:404;s:24:\"site-logo/editor-rtl.css\";i:405;s:28:\"site-logo/editor-rtl.min.css\";i:406;s:20:\"site-logo/editor.css\";i:407;s:24:\"site-logo/editor.min.css\";i:408;s:23:\"site-logo/style-rtl.css\";i:409;s:27:\"site-logo/style-rtl.min.css\";i:410;s:19:\"site-logo/style.css\";i:411;s:23:\"site-logo/style.min.css\";i:412;s:27:\"site-tagline/editor-rtl.css\";i:413;s:31:\"site-tagline/editor-rtl.min.css\";i:414;s:23:\"site-tagline/editor.css\";i:415;s:27:\"site-tagline/editor.min.css\";i:416;s:25:\"site-title/editor-rtl.css\";i:417;s:29:\"site-title/editor-rtl.min.css\";i:418;s:21:\"site-title/editor.css\";i:419;s:25:\"site-title/editor.min.css\";i:420;s:24:\"site-title/style-rtl.css\";i:421;s:28:\"site-title/style-rtl.min.css\";i:422;s:20:\"site-title/style.css\";i:423;s:24:\"site-title/style.min.css\";i:424;s:26:\"social-link/editor-rtl.css\";i:425;s:30:\"social-link/editor-rtl.min.css\";i:426;s:22:\"social-link/editor.css\";i:427;s:26:\"social-link/editor.min.css\";i:428;s:27:\"social-links/editor-rtl.css\";i:429;s:31:\"social-links/editor-rtl.min.css\";i:430;s:23:\"social-links/editor.css\";i:431;s:27:\"social-links/editor.min.css\";i:432;s:26:\"social-links/style-rtl.css\";i:433;s:30:\"social-links/style-rtl.min.css\";i:434;s:22:\"social-links/style.css\";i:435;s:26:\"social-links/style.min.css\";i:436;s:21:\"spacer/editor-rtl.css\";i:437;s:25:\"spacer/editor-rtl.min.css\";i:438;s:17:\"spacer/editor.css\";i:439;s:21:\"spacer/editor.min.css\";i:440;s:20:\"spacer/style-rtl.css\";i:441;s:24:\"spacer/style-rtl.min.css\";i:442;s:16:\"spacer/style.css\";i:443;s:20:\"spacer/style.min.css\";i:444;s:20:\"table/editor-rtl.css\";i:445;s:24:\"table/editor-rtl.min.css\";i:446;s:16:\"table/editor.css\";i:447;s:20:\"table/editor.min.css\";i:448;s:19:\"table/style-rtl.css\";i:449;s:23:\"table/style-rtl.min.css\";i:450;s:15:\"table/style.css\";i:451;s:19:\"table/style.min.css\";i:452;s:19:\"table/theme-rtl.css\";i:453;s:23:\"table/theme-rtl.min.css\";i:454;s:15:\"table/theme.css\";i:455;s:19:\"table/theme.min.css\";i:456;s:23:\"tag-cloud/style-rtl.css\";i:457;s:27:\"tag-cloud/style-rtl.min.css\";i:458;s:19:\"tag-cloud/style.css\";i:459;s:23:\"tag-cloud/style.min.css\";i:460;s:28:\"template-part/editor-rtl.css\";i:461;s:32:\"template-part/editor-rtl.min.css\";i:462;s:24:\"template-part/editor.css\";i:463;s:28:\"template-part/editor.min.css\";i:464;s:27:\"template-part/theme-rtl.css\";i:465;s:31:\"template-part/theme-rtl.min.css\";i:466;s:23:\"template-part/theme.css\";i:467;s:27:\"template-part/theme.min.css\";i:468;s:30:\"term-description/style-rtl.css\";i:469;s:34:\"term-description/style-rtl.min.css\";i:470;s:26:\"term-description/style.css\";i:471;s:30:\"term-description/style.min.css\";i:472;s:27:\"text-columns/editor-rtl.css\";i:473;s:31:\"text-columns/editor-rtl.min.css\";i:474;s:23:\"text-columns/editor.css\";i:475;s:27:\"text-columns/editor.min.css\";i:476;s:26:\"text-columns/style-rtl.css\";i:477;s:30:\"text-columns/style-rtl.min.css\";i:478;s:22:\"text-columns/style.css\";i:479;s:26:\"text-columns/style.min.css\";i:480;s:19:\"verse/style-rtl.css\";i:481;s:23:\"verse/style-rtl.min.css\";i:482;s:15:\"verse/style.css\";i:483;s:19:\"verse/style.min.css\";i:484;s:20:\"video/editor-rtl.css\";i:485;s:24:\"video/editor-rtl.min.css\";i:486;s:16:\"video/editor.css\";i:487;s:20:\"video/editor.min.css\";i:488;s:19:\"video/style-rtl.css\";i:489;s:23:\"video/style-rtl.min.css\";i:490;s:15:\"video/style.css\";i:491;s:19:\"video/style.min.css\";i:492;s:19:\"video/theme-rtl.css\";i:493;s:23:\"video/theme-rtl.min.css\";i:494;s:15:\"video/theme.css\";i:495;s:19:\"video/theme.min.css\";}}','yes'),(149,'theme_mods_twentytwentythree','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1698851293;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\";}}}}','yes'),(154,'current_theme','Panchayat','yes'),(155,'theme_mods_panchayattheme','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:3:{s:9:\"main-menu\";i:10;s:11:\"footer-menu\";i:11;s:11:\"header-menu\";i:12;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1698877736;s:4:\"data\";a:1:{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\";}}}}','yes'),(156,'theme_switched','','yes'),(162,'recently_activated','a:0:{}','yes'),(174,'theme_mods_sarbcapital','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1698877740;s:4:\"data\";a:1:{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:18:\"custom_css_post_id\";i:-1;}','yes'),(192,'wpcode_usage_tracking_config','a:6:{s:3:\"day\";i:5;s:4:\"hour\";i:11;s:6:\"minute\";i:28;s:6:\"second\";i:17;s:6:\"offset\";i:473297;s:8:\"initsend\";i:1699615697;}','no'),(193,'ihaf_activated','a:2:{s:6:\"wpcode\";i:1698889964;s:7:\"version\";s:7:\"2.1.4.1\";}','yes'),(195,'wpcode_snippets','a:0:{}','yes'),(196,'wpcode_snippets_errors','a:0:{}','yes'),(197,'wpcode_admin_notices','a:2:{s:14:\"review_request\";a:2:{s:4:\"time\";i:1698889966;s:9:\"dismissed\";b:0;}s:27:\"wpcode-library-connect-lite\";a:2:{s:4:\"time\";i:1699972658;s:9:\"dismissed\";b:1;}}','yes'),(201,'wpcode_notifications','a:4:{s:6:\"update\";i:1699970393;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','no'),(205,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(211,'_transient_health-check-site-status-result','{\"good\":14,\"recommended\":7,\"critical\":2}','yes'),(351,'_site_transient_timeout_php_check_3a6f2a803f99347534e67553ed67d1ad','1700169049','no'),(352,'_site_transient_php_check_3a6f2a803f99347534e67553ed67d1ad','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:3:\"7.0\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(362,'_site_transient_timeout_browser_f529a32073a22388a8370c39e9b93c86','1700229225','no'),(363,'_site_transient_browser_f529a32073a22388a8370c39e9b93c86','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"119.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;}','no'),(384,'ftp_credentials','a:3:{s:8:\"hostname\";s:18:\"demoforclients.net\";s:8:\"username\";s:11:\"pollydemo13\";s:15:\"connection_type\";s:4:\"ftps\";}','yes'),(387,'acf_version','5.9.1','yes'),(392,'wp_calendar_block_has_published_posts','1','yes'),(491,'_transient_timeout_acf_plugin_updates','1700308872','no'),(492,'_transient_acf_plugin_updates','a:5:{s:7:\"plugins\";a:1:{s:41:\"advanced-custom-fields-pro-master/acf.php\";a:11:{s:4:\"slug\";s:26:\"advanced-custom-fields-pro\";s:6:\"plugin\";s:41:\"advanced-custom-fields-pro-master/acf.php\";s:11:\"new_version\";s:5:\"6.2.3\";s:3:\"url\";s:36:\"https://www.advancedcustomfields.com\";s:6:\"tested\";s:5:\"6.4.1\";s:7:\"package\";s:0:\"\";s:5:\"icons\";a:1:{s:7:\"default\";s:63:\"https://ps.w.org/advanced-custom-fields/assets/icon-256x256.png\";}s:7:\"banners\";a:2:{s:3:\"low\";s:77:\"https://ps.w.org/advanced-custom-fields/assets/banner-772x250.jpg?rev=1729102\";s:4:\"high\";s:78:\"https://ps.w.org/advanced-custom-fields/assets/banner-1544x500.jpg?rev=1729099\";}s:8:\"requires\";s:3:\"5.8\";s:12:\"requires_php\";s:3:\"7.0\";s:12:\"release_date\";s:8:\"20231115\";}}s:9:\"no_update\";a:0:{}s:10:\"expiration\";i:172800;s:6:\"status\";i:1;s:7:\"checked\";a:1:{s:41:\"advanced-custom-fields-pro-master/acf.php\";s:5:\"5.9.1\";}}','no'),(506,'_site_transient_timeout_theme_roots','1700214211','no'),(507,'_site_transient_theme_roots','a:3:{s:14:\"panchayattheme\";s:7:\"/themes\";s:11:\"sarbcapital\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";}','no'),(508,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1700212412;s:7:\"checked\";a:3:{s:14:\"panchayattheme\";s:0:\"\";s:11:\"sarbcapital\";s:3:\"1.9\";s:17:\"twentytwentythree\";s:3:\"1.2\";}s:8:\"response\";a:1:{s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.3.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(509,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1700212413;s:8:\"response\";a:3:{s:23:\"elementor/elementor.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:6:\"3.17.3\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.17.3.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=2597493\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=2597493\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";s:6:\"tested\";s:5:\"6.4.1\";s:12:\"requires_php\";s:3:\"7.3\";}s:35:\"insert-headers-and-footers/ihaf.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:40:\"w.org/plugins/insert-headers-and-footers\";s:4:\"slug\";s:26:\"insert-headers-and-footers\";s:6:\"plugin\";s:35:\"insert-headers-and-footers/ihaf.php\";s:11:\"new_version\";s:5:\"2.1.5\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/insert-headers-and-footers/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/insert-headers-and-footers.2.1.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/insert-headers-and-footers/assets/icon-256x256.png?rev=2758516\";s:2:\"1x\";s:79:\"https://ps.w.org/insert-headers-and-footers/assets/icon-128x128.png?rev=2758516\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:82:\"https://ps.w.org/insert-headers-and-footers/assets/banner-1544x500.png?rev=2758516\";s:2:\"1x\";s:81:\"https://ps.w.org/insert-headers-and-footers/assets/banner-772x250.png?rev=2758516\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"6.4.1\";s:12:\"requires_php\";s:3:\"5.5\";}s:41:\"advanced-custom-fields-pro-master/acf.php\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"advanced-custom-fields-pro\";s:6:\"plugin\";s:41:\"advanced-custom-fields-pro-master/acf.php\";s:11:\"new_version\";s:5:\"6.2.3\";s:3:\"url\";s:36:\"https://www.advancedcustomfields.com\";s:6:\"tested\";s:5:\"6.4.1\";s:7:\"package\";s:0:\"\";s:5:\"icons\";a:1:{s:7:\"default\";s:63:\"https://ps.w.org/advanced-custom-fields/assets/icon-256x256.png\";}s:7:\"banners\";a:2:{s:3:\"low\";s:77:\"https://ps.w.org/advanced-custom-fields/assets/banner-772x250.jpg?rev=1729102\";s:4:\"high\";s:78:\"https://ps.w.org/advanced-custom-fields/assets/banner-1544x500.jpg?rev=1729099\";}s:8:\"requires\";s:3:\"5.8\";s:12:\"requires_php\";s:3:\"7.0\";s:12:\"release_date\";s:8:\"20231115\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:5:\"1.6.3\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/classic-editor.1.6.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:9:\"hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}}s:7:\"checked\";a:6:{s:41:\"advanced-custom-fields-pro-master/acf.php\";s:5:\"5.9.1\";s:33:\"classic-editor/classic-editor.php\";s:5:\"1.6.3\";s:23:\"elementor/elementor.php\";s:6:\"3.17.2\";s:9:\"hello.php\";s:5:\"1.7.2\";s:33:\"Pollysys-forms/pollysys-forms.php\";s:5:\"0.9.6\";s:35:\"insert-headers-and-footers/ihaf.php\";s:7:\"2.1.4.1\";}}','no'); /*!40000 ALTER TABLE `dqpj_xkj_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dqpj_xkj_pollysys_contacts_form` -- DROP TABLE IF EXISTS `dqpj_xkj_pollysys_contacts_form`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `dqpj_xkj_pollysys_contacts_form` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(150) DEFAULT NULL, `email` varchar(150) DEFAULT NULL, `type` text, `basic_data` text, `ip_address` text, `location` text, `device_name` text, `user_agent` text, `date_time` text, `attachment` varchar(500) DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dqpj_xkj_pollysys_contacts_form` -- LOCK TABLES `dqpj_xkj_pollysys_contacts_form` WRITE; /*!40000 ALTER TABLE `dqpj_xkj_pollysys_contacts_form` DISABLE KEYS */; /*!40000 ALTER TABLE `dqpj_xkj_pollysys_contacts_form` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dqpj_xkj_postmeta` -- DROP TABLE IF EXISTS `dqpj_xkj_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `dqpj_xkj_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=811 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dqpj_xkj_postmeta` -- LOCK TABLES `dqpj_xkj_postmeta` WRITE; /*!40000 ALTER TABLE `dqpj_xkj_postmeta` DISABLE KEYS */; INSERT INTO `dqpj_xkj_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(3,6,'_edit_lock','1699975556:1'),(4,6,'_edit_last','1'),(5,6,'_wp_page_template','page-home.php'),(6,2,'_edit_lock','1698877831:1'),(7,3,'_edit_lock','1698877861:1'),(8,8,'_edit_last','1'),(9,8,'_edit_lock','1698889776:1'),(10,8,'_wp_page_template','default'),(11,10,'_wpcode_auto_insert','1'),(12,10,'_wpcode_auto_insert_number','1'),(13,11,'_wpcode_auto_insert','1'),(14,11,'_wpcode_library_id','12'),(15,12,'_edit_last','1'),(16,12,'_edit_lock','1698926208:1'),(17,12,'_wp_page_template','default'),(18,14,'_edit_last','1'),(19,14,'_edit_lock','1698934551:1'),(20,14,'_wp_page_template','page-blog.php'),(21,16,'_edit_last','1'),(22,16,'_wp_page_template','page-contact.php'),(23,16,'_edit_lock','1699636998:1'),(24,18,'_menu_item_type','post_type'),(25,18,'_menu_item_menu_item_parent','0'),(26,18,'_menu_item_object_id','6'),(27,18,'_menu_item_object','page'),(28,18,'_menu_item_target',''),(29,18,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(30,18,'_menu_item_xfn',''),(31,18,'_menu_item_url',''),(51,21,'_menu_item_type','post_type'),(52,21,'_menu_item_menu_item_parent','0'),(53,21,'_menu_item_object_id','14'),(54,21,'_menu_item_object','page'),(55,21,'_menu_item_target',''),(56,21,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(57,21,'_menu_item_xfn',''),(58,21,'_menu_item_url',''),(60,22,'_menu_item_type','post_type'),(61,22,'_menu_item_menu_item_parent','0'),(62,22,'_menu_item_object_id','16'),(63,22,'_menu_item_object','page'),(64,22,'_menu_item_target',''),(65,22,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(66,22,'_menu_item_xfn',''),(67,22,'_menu_item_url',''),(78,26,'_menu_item_type','custom'),(79,26,'_menu_item_menu_item_parent','0'),(80,26,'_menu_item_object_id','26'),(81,26,'_menu_item_object','custom'),(82,26,'_menu_item_target',''),(83,26,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(84,26,'_menu_item_xfn',''),(85,26,'_menu_item_url','#'),(87,27,'_menu_item_type','custom'),(88,27,'_menu_item_menu_item_parent','0'),(89,27,'_menu_item_object_id','27'),(90,27,'_menu_item_object','custom'),(91,27,'_menu_item_target',''),(92,27,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(93,27,'_menu_item_xfn',''),(94,27,'_menu_item_url','#'),(96,28,'_menu_item_type','custom'),(97,28,'_menu_item_menu_item_parent','26'),(98,28,'_menu_item_object_id','28'),(99,28,'_menu_item_object','custom'),(100,28,'_menu_item_target',''),(101,28,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(102,28,'_menu_item_xfn',''),(103,28,'_menu_item_url','#'),(105,29,'_menu_item_type','custom'),(106,29,'_menu_item_menu_item_parent','26'),(107,29,'_menu_item_object_id','29'),(108,29,'_menu_item_object','custom'),(109,29,'_menu_item_target',''),(110,29,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(111,29,'_menu_item_xfn',''),(112,29,'_menu_item_url','#'),(114,30,'_menu_item_type','custom'),(115,30,'_menu_item_menu_item_parent','26'),(116,30,'_menu_item_object_id','30'),(117,30,'_menu_item_object','custom'),(118,30,'_menu_item_target',''),(119,30,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(120,30,'_menu_item_xfn',''),(121,30,'_menu_item_url','#'),(123,31,'_edit_last','1'),(124,31,'_edit_lock','1698936776:1'),(125,31,'_wp_page_template','default'),(126,33,'_edit_last','1'),(127,33,'_edit_lock','1698936795:1'),(128,33,'_wp_page_template','default'),(129,35,'_edit_last','1'),(130,35,'_edit_lock','1698936809:1'),(131,35,'_wp_page_template','default'),(132,37,'_menu_item_type','post_type'),(133,37,'_menu_item_menu_item_parent','28'),(134,37,'_menu_item_object_id','31'),(135,37,'_menu_item_object','page'),(136,37,'_menu_item_target',''),(137,37,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(138,37,'_menu_item_xfn',''),(139,37,'_menu_item_url',''),(141,38,'_menu_item_type','post_type'),(142,38,'_menu_item_menu_item_parent','29'),(143,38,'_menu_item_object_id','33'),(144,38,'_menu_item_object','page'),(145,38,'_menu_item_target',''),(146,38,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(147,38,'_menu_item_xfn',''),(148,38,'_menu_item_url',''),(150,39,'_menu_item_type','post_type'),(151,39,'_menu_item_menu_item_parent','30'),(152,39,'_menu_item_object_id','35'),(153,39,'_menu_item_object','page'),(154,39,'_menu_item_target',''),(155,39,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(156,39,'_menu_item_xfn',''),(157,39,'_menu_item_url',''),(159,40,'_menu_item_type','post_type'),(160,40,'_menu_item_menu_item_parent','28'),(161,40,'_menu_item_object_id','35'),(162,40,'_menu_item_object','page'),(163,40,'_menu_item_target',''),(164,40,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(165,40,'_menu_item_xfn',''),(166,40,'_menu_item_url',''),(168,41,'_menu_item_type','post_type'),(169,41,'_menu_item_menu_item_parent','28'),(170,41,'_menu_item_object_id','33'),(171,41,'_menu_item_object','page'),(172,41,'_menu_item_target',''),(173,41,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(174,41,'_menu_item_xfn',''),(175,41,'_menu_item_url',''),(177,42,'_menu_item_type','post_type'),(178,42,'_menu_item_menu_item_parent','29'),(179,42,'_menu_item_object_id','31'),(180,42,'_menu_item_object','page'),(181,42,'_menu_item_target',''),(182,42,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(183,42,'_menu_item_xfn',''),(184,42,'_menu_item_url',''),(186,43,'_menu_item_type','post_type'),(187,43,'_menu_item_menu_item_parent','29'),(188,43,'_menu_item_object_id','35'),(189,43,'_menu_item_object','page'),(190,43,'_menu_item_target',''),(191,43,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(192,43,'_menu_item_xfn',''),(193,43,'_menu_item_url',''),(195,44,'_menu_item_type','post_type'),(196,44,'_menu_item_menu_item_parent','30'),(197,44,'_menu_item_object_id','33'),(198,44,'_menu_item_object','page'),(199,44,'_menu_item_target',''),(200,44,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(201,44,'_menu_item_xfn',''),(202,44,'_menu_item_url',''),(204,45,'_menu_item_type','post_type'),(205,45,'_menu_item_menu_item_parent','30'),(206,45,'_menu_item_object_id','31'),(207,45,'_menu_item_object','page'),(208,45,'_menu_item_target',''),(209,45,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(210,45,'_menu_item_xfn',''),(211,45,'_menu_item_url',''),(213,46,'_menu_item_type','custom'),(214,46,'_menu_item_menu_item_parent','26'),(215,46,'_menu_item_object_id','46'),(216,46,'_menu_item_object','custom'),(217,46,'_menu_item_target',''),(218,46,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(219,46,'_menu_item_xfn',''),(220,46,'_menu_item_url','#'),(222,47,'_menu_item_type','post_type'),(223,47,'_menu_item_menu_item_parent','46'),(224,47,'_menu_item_object_id','33'),(225,47,'_menu_item_object','page'),(226,47,'_menu_item_target',''),(227,47,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(228,47,'_menu_item_xfn',''),(229,47,'_menu_item_url',''),(231,48,'_menu_item_type','post_type'),(232,48,'_menu_item_menu_item_parent','46'),(233,48,'_menu_item_object_id','31'),(234,48,'_menu_item_object','page'),(235,48,'_menu_item_target',''),(236,48,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(237,48,'_menu_item_xfn',''),(238,48,'_menu_item_url',''),(240,49,'_menu_item_type','custom'),(241,49,'_menu_item_menu_item_parent','0'),(242,49,'_menu_item_object_id','49'),(243,49,'_menu_item_object','custom'),(244,49,'_menu_item_target',''),(245,49,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(246,49,'_menu_item_xfn',''),(247,49,'_menu_item_url','#'),(249,50,'_menu_item_type','custom'),(250,50,'_menu_item_menu_item_parent','0'),(251,50,'_menu_item_object_id','50'),(252,50,'_menu_item_object','custom'),(253,50,'_menu_item_target',''),(254,50,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(255,50,'_menu_item_xfn',''),(256,50,'_menu_item_url','#'),(258,51,'_menu_item_type','custom'),(259,51,'_menu_item_menu_item_parent','0'),(260,51,'_menu_item_object_id','51'),(261,51,'_menu_item_object','custom'),(262,51,'_menu_item_target',''),(263,51,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(264,51,'_menu_item_xfn',''),(265,51,'_menu_item_url','#'),(267,52,'_menu_item_type','custom'),(268,52,'_menu_item_menu_item_parent','0'),(269,52,'_menu_item_object_id','52'),(270,52,'_menu_item_object','custom'),(271,52,'_menu_item_target',''),(272,52,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(273,52,'_menu_item_xfn',''),(274,52,'_menu_item_url','#'),(276,53,'_menu_item_type','post_type'),(277,53,'_menu_item_menu_item_parent','49'),(278,53,'_menu_item_object_id','35'),(279,53,'_menu_item_object','page'),(280,53,'_menu_item_target',''),(281,53,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(282,53,'_menu_item_xfn',''),(283,53,'_menu_item_url',''),(285,54,'_menu_item_type','post_type'),(286,54,'_menu_item_menu_item_parent','49'),(287,54,'_menu_item_object_id','33'),(288,54,'_menu_item_object','page'),(289,54,'_menu_item_target',''),(290,54,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(291,54,'_menu_item_xfn',''),(292,54,'_menu_item_url',''),(294,55,'_menu_item_type','post_type'),(295,55,'_menu_item_menu_item_parent','49'),(296,55,'_menu_item_object_id','31'),(297,55,'_menu_item_object','page'),(298,55,'_menu_item_target',''),(299,55,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(300,55,'_menu_item_xfn',''),(301,55,'_menu_item_url',''),(303,56,'_menu_item_type','post_type'),(304,56,'_menu_item_menu_item_parent','50'),(305,56,'_menu_item_object_id','35'),(306,56,'_menu_item_object','page'),(307,56,'_menu_item_target',''),(308,56,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(309,56,'_menu_item_xfn',''),(310,56,'_menu_item_url',''),(312,57,'_menu_item_type','post_type'),(313,57,'_menu_item_menu_item_parent','50'),(314,57,'_menu_item_object_id','33'),(315,57,'_menu_item_object','page'),(316,57,'_menu_item_target',''),(317,57,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(318,57,'_menu_item_xfn',''),(319,57,'_menu_item_url',''),(321,58,'_menu_item_type','post_type'),(322,58,'_menu_item_menu_item_parent','50'),(323,58,'_menu_item_object_id','31'),(324,58,'_menu_item_object','page'),(325,58,'_menu_item_target',''),(326,58,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(327,58,'_menu_item_xfn',''),(328,58,'_menu_item_url',''),(330,59,'_menu_item_type','post_type'),(331,59,'_menu_item_menu_item_parent','51'),(332,59,'_menu_item_object_id','35'),(333,59,'_menu_item_object','page'),(334,59,'_menu_item_target',''),(335,59,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(336,59,'_menu_item_xfn',''),(337,59,'_menu_item_url',''),(339,60,'_menu_item_type','post_type'),(340,60,'_menu_item_menu_item_parent','51'),(341,60,'_menu_item_object_id','33'),(342,60,'_menu_item_object','page'),(343,60,'_menu_item_target',''),(344,60,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(345,60,'_menu_item_xfn',''),(346,60,'_menu_item_url',''),(348,61,'_menu_item_type','post_type'),(349,61,'_menu_item_menu_item_parent','51'),(350,61,'_menu_item_object_id','31'),(351,61,'_menu_item_object','page'),(352,61,'_menu_item_target',''),(353,61,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(354,61,'_menu_item_xfn',''),(355,61,'_menu_item_url',''),(357,62,'_menu_item_type','post_type'),(358,62,'_menu_item_menu_item_parent','52'),(359,62,'_menu_item_object_id','33'),(360,62,'_menu_item_object','page'),(361,62,'_menu_item_target',''),(362,62,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(363,62,'_menu_item_xfn',''),(364,62,'_menu_item_url',''),(366,63,'_menu_item_type','post_type'),(367,63,'_menu_item_menu_item_parent','52'),(368,63,'_menu_item_object_id','31'),(369,63,'_menu_item_object','page'),(370,63,'_menu_item_target',''),(371,63,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(372,63,'_menu_item_xfn',''),(373,63,'_menu_item_url',''),(375,64,'_edit_last','1'),(376,64,'_edit_lock','1699279470:1'),(377,64,'_wp_page_template','page-signin.php'),(378,66,'_edit_last','1'),(379,66,'_edit_lock','1699049587:1'),(380,66,'_wp_page_template','page-register.php'),(381,68,'_menu_item_type','post_type'),(382,68,'_menu_item_menu_item_parent','0'),(383,68,'_menu_item_object_id','66'),(384,68,'_menu_item_object','page'),(385,68,'_menu_item_target',''),(386,68,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(387,68,'_menu_item_xfn',''),(388,68,'_menu_item_url',''),(390,69,'_menu_item_type','post_type'),(391,69,'_menu_item_menu_item_parent','0'),(392,69,'_menu_item_object_id','64'),(393,69,'_menu_item_object','page'),(394,69,'_menu_item_target',''),(395,69,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(396,69,'_menu_item_xfn',''),(397,69,'_menu_item_url',''),(399,70,'_menu_item_type','custom'),(400,70,'_menu_item_menu_item_parent','0'),(401,70,'_menu_item_object_id','70'),(402,70,'_menu_item_object','custom'),(403,70,'_menu_item_target',''),(404,70,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(405,70,'_menu_item_xfn',''),(406,70,'_menu_item_url','tel:+1123456789'),(408,71,'_edit_last','1'),(409,71,'_edit_lock','1699278000:1'),(410,72,'_edit_last','1'),(411,72,'_edit_lock','1699280362:1'),(412,72,'_wp_page_template','page-post.php'),(413,75,'_edit_last','1'),(414,75,'_edit_lock','1699636999:1'),(415,82,'_edit_last','1'),(416,82,'_edit_lock','1699634600:1'),(417,82,'_wp_page_template','default'),(418,84,'_edit_last','1'),(419,84,'_edit_lock','1699975316:1'),(420,101,'_wp_attached_file','2023/11/bn_issues_pc_220901.webp'),(421,101,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1197;s:6:\"height\";i:444;s:4:\"file\";s:32:\"2023/11/bn_issues_pc_220901.webp\";s:8:\"filesize\";i:197290;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"bn_issues_pc_220901-300x111.webp\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11654;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"bn_issues_pc_220901-1024x380.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:83226;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"bn_issues_pc_220901-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7360;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"bn_issues_pc_220901-768x285.webp\";s:5:\"width\";i:768;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:53604;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(422,102,'_wp_attached_file','2023/11/bn_kizuna_pc_221223.webp'),(423,102,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2394;s:6:\"height\";i:884;s:4:\"file\";s:32:\"2023/11/bn_kizuna_pc_221223.webp\";s:8:\"filesize\";i:851636;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"bn_kizuna_pc_221223-300x111.webp\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14768;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"bn_kizuna_pc_221223-1024x378.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:114816;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"bn_kizuna_pc_221223-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10490;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"bn_kizuna_pc_221223-768x284.webp\";s:5:\"width\";i:768;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:71868;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"bn_kizuna_pc_221223-1536x567.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:567;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:228704;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:33:\"bn_kizuna_pc_221223-2048x756.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:756;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:351378;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(424,6,'home_page_0_title','JapanGov News'),(425,6,'_home_page_0_title','field_654e44226f47d'),(426,6,'home_page_0_sub_title','Letter of Condolences by Prime Minister KISHIDA H.E. Mr. Fin...'),(427,6,'_home_page_0_sub_title','field_654e44326f47e'),(428,6,'home_page_0_background_image','101'),(429,6,'_home_page_0_background_image','field_654e443e6f47f'),(430,6,'home_page_1_title','JapanGov News'),(431,6,'_home_page_1_title','field_654e44226f47d'),(432,6,'home_page_1_sub_title','Letter of Condolences by Prime Minister KISHIDA H.E. Mr. Fin...'),(433,6,'_home_page_1_sub_title','field_654e44326f47e'),(434,6,'home_page_1_background_image','102'),(435,6,'_home_page_1_background_image','field_654e443e6f47f'),(436,6,'home_page','2'),(437,6,'_home_page','field_654e43f26f47c'),(438,6,'section_one_title','Latest Articles'),(439,6,'_section_one_title','field_654e449d98044'),(440,6,'section_one_services_0_title','Lorem ipsum dolor sit amet.'),(441,6,'_section_one_services_0_title','field_654e44ca98046'),(442,6,'section_one_services_0_sub_title','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec tincidunt arcu, sit amet fermentum sem. Class aptent taciti sociosqu ad litora torquent per conubia nostra.'),(443,6,'_section_one_services_0_sub_title','field_654e44d498047'),(444,6,'section_one_services_0_background_image','104'),(445,6,'_section_one_services_0_background_image','field_654e44e398048'),(446,6,'section_one_services_1_title','Lorem ipsum dolor sit amet.'),(447,6,'_section_one_services_1_title','field_654e44ca98046'),(448,6,'section_one_services_1_sub_title','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec tincidunt arcu, sit amet fermentum sem. Class aptent taciti sociosqu ad litora torquent per conubia nostra.'),(449,6,'_section_one_services_1_sub_title','field_654e44d498047'),(450,6,'section_one_services_1_background_image','106'),(451,6,'_section_one_services_1_background_image','field_654e44e398048'),(452,6,'section_one_services_2_title','Lorem ipsum dolor sit amet.'),(453,6,'_section_one_services_2_title','field_654e44ca98046'),(454,6,'section_one_services_2_sub_title','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec tincidunt arcu, sit amet fermentum sem. Class aptent taciti sociosqu ad litora torquent per conubia nostra.'),(455,6,'_section_one_services_2_sub_title','field_654e44d498047'),(456,6,'section_one_services_2_background_image','105'),(457,6,'_section_one_services_2_background_image','field_654e44e398048'),(458,6,'section_one_services','3'),(459,6,'_section_one_services','field_654e44a598045'),(460,6,'section_one',''),(461,6,'_section_one','field_654e446f98043'),(462,6,'section_third_title','Featured Articles'),(463,6,'_section_third_title','field_654e452563d0c'),(464,6,'section_third_services','3'),(465,6,'_section_third_services','field_654e452563d0d'),(466,6,'section_third',''),(467,6,'_section_third','field_654e452563d0b'),(468,103,'home_page_0_title','JapanGov News'),(469,103,'_home_page_0_title','field_654e44226f47d'),(470,103,'home_page_0_sub_title','Letter of Condolences by Prime Minister KISHIDA H.E. Mr. Fin...'),(471,103,'_home_page_0_sub_title','field_654e44326f47e'),(472,103,'home_page_0_background_image','101'),(473,103,'_home_page_0_background_image','field_654e443e6f47f'),(474,103,'home_page_1_title','JapanGov News'),(475,103,'_home_page_1_title','field_654e44226f47d'),(476,103,'home_page_1_sub_title','Letter of Condolences by Prime Minister KISHIDA H.E. Mr. Fin...'),(477,103,'_home_page_1_sub_title','field_654e44326f47e'),(478,103,'home_page_1_background_image','102'),(479,103,'_home_page_1_background_image','field_654e443e6f47f'),(480,103,'home_page','2'),(481,103,'_home_page','field_654e43f26f47c'),(482,103,'section_one_title','Latest Articles'),(483,103,'_section_one_title','field_654e449d98044'),(484,103,'section_one_services_0_title','Lorem ipsum dolor sit amet.'),(485,103,'_section_one_services_0_title','field_654e44ca98046'),(486,103,'section_one_services_0_sub_title','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec tincidunt arcu, sit amet fermentum sem. Class aptent taciti sociosqu ad litora torquent per conubia nostra.'),(487,103,'_section_one_services_0_sub_title','field_654e44d498047'),(488,103,'section_one_services_0_background_image',''),(489,103,'_section_one_services_0_background_image','field_654e44e398048'),(490,103,'section_one_services_1_title','Lorem ipsum dolor sit amet.'),(491,103,'_section_one_services_1_title','field_654e44ca98046'),(492,103,'section_one_services_1_sub_title','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec tincidunt arcu, sit amet fermentum sem. Class aptent taciti sociosqu ad litora torquent per conubia nostra.'),(493,103,'_section_one_services_1_sub_title','field_654e44d498047'),(494,103,'section_one_services_1_background_image',''),(495,103,'_section_one_services_1_background_image','field_654e44e398048'),(496,103,'section_one_services_2_title','Lorem ipsum dolor sit amet.'),(497,103,'_section_one_services_2_title','field_654e44ca98046'),(498,103,'section_one_services_2_sub_title','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec tincidunt arcu, sit amet fermentum sem. Class aptent taciti sociosqu ad litora torquent per conubia nostra.'),(499,103,'_section_one_services_2_sub_title','field_654e44d498047'),(500,103,'section_one_services_2_background_image',''),(501,103,'_section_one_services_2_background_image','field_654e44e398048'),(502,103,'section_one_services','3'),(503,103,'_section_one_services','field_654e44a598045'),(504,103,'section_one',''),(505,103,'_section_one','field_654e446f98043'),(506,103,'section_third_title',''),(507,103,'_section_third_title','field_654e452563d0c'),(508,103,'section_third_services',''),(509,103,'_section_third_services','field_654e452563d0d'),(510,103,'section_third',''),(511,103,'_section_third','field_654e452563d0b'),(512,104,'_wp_attached_file','2023/11/photo-1533227268428-f9ed0900fb3b.jpg'),(513,104,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:503;s:6:\"height\";i:303;s:4:\"file\";s:44:\"2023/11/photo-1533227268428-f9ed0900fb3b.jpg\";s:8:\"filesize\";i:40280;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"photo-1533227268428-f9ed0900fb3b-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13395;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"photo-1533227268428-f9ed0900fb3b-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6221;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(514,105,'_wp_attached_file','2023/11/photo-1564979268369-42032c5ca998.jpg'),(515,105,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:300;s:4:\"file\";s:44:\"2023/11/photo-1564979268369-42032c5ca998.jpg\";s:8:\"filesize\";i:33552;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"photo-1564979268369-42032c5ca998-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12384;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"photo-1564979268369-42032c5ca998-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6688;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(516,106,'_wp_attached_file','2023/11/photo-1576659531892-0f4991fca82b.jpg'),(517,106,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:501;s:6:\"height\";i:301;s:4:\"file\";s:44:\"2023/11/photo-1576659531892-0f4991fca82b.jpg\";s:8:\"filesize\";i:7457;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"photo-1576659531892-0f4991fca82b-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3588;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"photo-1576659531892-0f4991fca82b-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2396;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(518,6,'section_third_services_0_title','Lorem ipsum dolor sit amet.'),(519,6,'_section_third_services_0_title','field_654e452563d0e'),(520,6,'section_third_services_0_sub_title','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec tincidunt arcu, sit amet fermentum sem. Class aptent taciti sociosqu ad litora torquent per conubia nostra.'),(521,6,'_section_third_services_0_sub_title','field_654e452563d0f'),(522,6,'section_third_services_0_background_image','104'),(523,6,'_section_third_services_0_background_image','field_654e452563d10'),(524,6,'section_third_services_1_title','Lorem ipsum dolor sit amet.'),(525,6,'_section_third_services_1_title','field_654e452563d0e'),(526,6,'section_third_services_1_sub_title','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec tincidunt arcu, sit amet fermentum sem. Class aptent taciti sociosqu ad litora torquent per conubia nostra.'),(527,6,'_section_third_services_1_sub_title','field_654e452563d0f'),(528,6,'section_third_services_1_background_image','105'),(529,6,'_section_third_services_1_background_image','field_654e452563d10'),(530,6,'section_third_services_2_title','Lorem ipsum dolor sit amet.'),(531,6,'_section_third_services_2_title','field_654e452563d0e'),(532,6,'section_third_services_2_sub_title','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec tincidunt arcu, sit amet fermentum sem. Class aptent taciti sociosqu ad litora torquent per conubia nostra.'),(533,6,'_section_third_services_2_sub_title','field_654e452563d0f'),(534,6,'section_third_services_2_background_image','106'),(535,6,'_section_third_services_2_background_image','field_654e452563d10'),(536,107,'home_page_0_title','JapanGov News'),(537,107,'_home_page_0_title','field_654e44226f47d'),(538,107,'home_page_0_sub_title','Letter of Condolences by Prime Minister KISHIDA H.E. Mr. Fin...'),(539,107,'_home_page_0_sub_title','field_654e44326f47e'),(540,107,'home_page_0_background_image','101'),(541,107,'_home_page_0_background_image','field_654e443e6f47f'),(542,107,'home_page_1_title','JapanGov News'),(543,107,'_home_page_1_title','field_654e44226f47d'),(544,107,'home_page_1_sub_title','Letter of Condolences by Prime Minister KISHIDA H.E. Mr. Fin...'),(545,107,'_home_page_1_sub_title','field_654e44326f47e'),(546,107,'home_page_1_background_image','102'),(547,107,'_home_page_1_background_image','field_654e443e6f47f'),(548,107,'home_page','2'),(549,107,'_home_page','field_654e43f26f47c'),(550,107,'section_one_title','Latest Articles'),(551,107,'_section_one_title','field_654e449d98044'),(552,107,'section_one_services_0_title','Lorem ipsum dolor sit amet.'),(553,107,'_section_one_services_0_title','field_654e44ca98046'),(554,107,'section_one_services_0_sub_title','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec tincidunt arcu, sit amet fermentum sem. Class aptent taciti sociosqu ad litora torquent per conubia nostra.'),(555,107,'_section_one_services_0_sub_title','field_654e44d498047'),(556,107,'section_one_services_0_background_image','104'),(557,107,'_section_one_services_0_background_image','field_654e44e398048'),(558,107,'section_one_services_1_title','Lorem ipsum dolor sit amet.'),(559,107,'_section_one_services_1_title','field_654e44ca98046'),(560,107,'section_one_services_1_sub_title','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec tincidunt arcu, sit amet fermentum sem. Class aptent taciti sociosqu ad litora torquent per conubia nostra.'),(561,107,'_section_one_services_1_sub_title','field_654e44d498047'),(562,107,'section_one_services_1_background_image','106'),(563,107,'_section_one_services_1_background_image','field_654e44e398048'),(564,107,'section_one_services_2_title','Lorem ipsum dolor sit amet.'),(565,107,'_section_one_services_2_title','field_654e44ca98046'),(566,107,'section_one_services_2_sub_title','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec tincidunt arcu, sit amet fermentum sem. Class aptent taciti sociosqu ad litora torquent per conubia nostra.'),(567,107,'_section_one_services_2_sub_title','field_654e44d498047'),(568,107,'section_one_services_2_background_image','105'),(569,107,'_section_one_services_2_background_image','field_654e44e398048'),(570,107,'section_one_services','3'),(571,107,'_section_one_services','field_654e44a598045'),(572,107,'section_one',''),(573,107,'_section_one','field_654e446f98043'),(574,107,'section_third_title','Featured Articles'),(575,107,'_section_third_title','field_654e452563d0c'),(576,107,'section_third_services','3'),(577,107,'_section_third_services','field_654e452563d0d'),(578,107,'section_third',''),(579,107,'_section_third','field_654e452563d0b'),(580,107,'section_third_services_0_title','Lorem ipsum dolor sit amet.'),(581,107,'_section_third_services_0_title','field_654e452563d0e'),(582,107,'section_third_services_0_sub_title','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec tincidunt arcu, sit amet fermentum sem. Class aptent taciti sociosqu ad litora torquent per conubia nostra.'),(583,107,'_section_third_services_0_sub_title','field_654e452563d0f'),(584,107,'section_third_services_0_background_image','104'),(585,107,'_section_third_services_0_background_image','field_654e452563d10'),(586,107,'section_third_services_1_title','Lorem ipsum dolor sit amet.'),(587,107,'_section_third_services_1_title','field_654e452563d0e'),(588,107,'section_third_services_1_sub_title','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec tincidunt arcu, sit amet fermentum sem. Class aptent taciti sociosqu ad litora torquent per conubia nostra.'),(589,107,'_section_third_services_1_sub_title','field_654e452563d0f'),(590,107,'section_third_services_1_background_image','105'),(591,107,'_section_third_services_1_background_image','field_654e452563d10'),(592,107,'section_third_services_2_title','Lorem ipsum dolor sit amet.'),(593,107,'_section_third_services_2_title','field_654e452563d0e'),(594,107,'section_third_services_2_sub_title','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec tincidunt arcu, sit amet fermentum sem. Class aptent taciti sociosqu ad litora torquent per conubia nostra.'),(595,107,'_section_third_services_2_sub_title','field_654e452563d0f'),(596,107,'section_third_services_2_background_image','106'),(597,107,'_section_third_services_2_background_image','field_654e452563d10'),(598,16,'get_in_touch_title','Get In Touch'),(599,16,'_get_in_touch_title','field_654e42744f2cf'),(600,16,'get_in_touch_address','2519 Stanley Avenue Huntington, NY 11743'),(601,16,'_get_in_touch_address','field_654e42874f2d0'),(602,16,'get_in_touch_phone_no','+1 516-480-4273'),(603,16,'_get_in_touch_phone_no','field_654e42924f2d1'),(604,16,'get_in_touch_contact_email','hello@example.com'),(605,16,'_get_in_touch_contact_email','field_654e429f4f2d2'),(606,16,'get_in_touch_support_email','support@example.com'),(607,16,'_get_in_touch_support_email','field_654e42bb4f2d3'),(608,16,'get_in_touch',''),(609,16,'_get_in_touch','field_654e4232ed41a'),(610,110,'get_in_touch_title','Get In Touch'),(611,110,'_get_in_touch_title','field_654e42744f2cf'),(612,110,'get_in_touch_address','2519 Stanley Avenue Huntington, NY 11743'),(613,110,'_get_in_touch_address','field_654e42874f2d0'),(614,110,'get_in_touch_phone_no','+1 516-480-4273'),(615,110,'_get_in_touch_phone_no','field_654e42924f2d1'),(616,110,'get_in_touch_contact_email','hello@example.com'),(617,110,'_get_in_touch_contact_email','field_654e429f4f2d2'),(618,110,'get_in_touch_support_email','support@example.com'),(619,110,'_get_in_touch_support_email','field_654e42bb4f2d3'),(620,110,'get_in_touch',''),(621,110,'_get_in_touch','field_654e4232ed41a'),(622,1,'_edit_lock','1699634762:1'),(623,111,'_wp_attached_file','2023/11/decisions_in_foreign_and_security_policy.jpg'),(624,111,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:52:\"2023/11/decisions_in_foreign_and_security_policy.jpg\";s:8:\"filesize\";i:165349;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"decisions_in_foreign_and_security_policy-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13784;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"decisions_in_foreign_and_security_policy-1024x538.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84384;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"decisions_in_foreign_and_security_policy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7213;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:52:\"decisions_in_foreign_and_security_policy-768x403.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56368;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS R5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1673673521\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"214\";s:3:\"iso\";s:4:\"5000\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(625,112,'_wp_attached_file','2023/11/kishidas_tour_lays_groundwork.jpg'),(626,112,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:41:\"2023/11/kishidas_tour_lays_groundwork.jpg\";s:8:\"filesize\";i:199145;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"kishidas_tour_lays_groundwork-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17993;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"kishidas_tour_lays_groundwork-1024x538.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:156140;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"kishidas_tour_lays_groundwork-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9321;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"kishidas_tour_lays_groundwork-768x403.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97360;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"FinePix S6000fd\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1220441329\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"11.7\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:18:\"0.0028571428571429\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(627,113,'_wp_attached_file','2023/11/toward_a_new_form_of_capiatalism.jpg'),(628,113,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:44:\"2023/11/toward_a_new_form_of_capiatalism.jpg\";s:8:\"filesize\";i:160472;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"toward_a_new_form_of_capiatalism-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10951;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"toward_a_new_form_of_capiatalism-1024x538.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64146;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"toward_a_new_form_of_capiatalism-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6565;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"toward_a_new_form_of_capiatalism-768x403.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41635;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS R5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1634270580\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:4:\"6400\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(629,1,'_edit_last','1'),(630,1,'_thumbnail_id','113'),(635,116,'_edit_last','1'),(636,116,'_edit_lock','1699638864:1'),(639,118,'_edit_last','1'),(642,118,'_edit_lock','1699634820:1'),(643,118,'_thumbnail_id','111'),(646,116,'_thumbnail_id','112'),(649,122,'_edit_last','1'),(650,122,'_edit_lock','1699642224:1'),(651,6,'section_one_services_0_post_date','20231115'),(652,6,'_section_one_services_0_post_date','field_654e710258d5d'),(653,6,'section_one_services_1_post_date',''),(654,6,'_section_one_services_1_post_date','field_654e710258d5d'),(655,6,'section_one_services_2_post_date',''),(656,6,'_section_one_services_2_post_date','field_654e710258d5d'),(657,6,'section_third_services_0_post_date',''),(658,6,'_section_third_services_0_post_date','field_654e7146e6690'),(659,6,'section_third_services_1_post_date','20231116'),(660,6,'_section_third_services_1_post_date','field_654e7146e6690'),(661,6,'section_third_services_2_post_date',''),(662,6,'_section_third_services_2_post_date','field_654e7146e6690'),(663,127,'home_page_0_title','JapanGov News'),(664,127,'_home_page_0_title','field_654e44226f47d'),(665,127,'home_page_0_sub_title','Letter of Condolences by Prime Minister KISHIDA H.E. Mr. Fin...'),(666,127,'_home_page_0_sub_title','field_654e44326f47e'),(667,127,'home_page_0_background_image','101'),(668,127,'_home_page_0_background_image','field_654e443e6f47f'),(669,127,'home_page_1_title','JapanGov News'),(670,127,'_home_page_1_title','field_654e44226f47d'),(671,127,'home_page_1_sub_title','Letter of Condolences by Prime Minister KISHIDA H.E. Mr. Fin...'),(672,127,'_home_page_1_sub_title','field_654e44326f47e'),(673,127,'home_page_1_background_image','102'),(674,127,'_home_page_1_background_image','field_654e443e6f47f'),(675,127,'home_page','2'),(676,127,'_home_page','field_654e43f26f47c'),(677,127,'section_one_title','Latest Articles'),(678,127,'_section_one_title','field_654e449d98044'),(679,127,'section_one_services_0_title','Lorem ipsum dolor sit amet.'),(680,127,'_section_one_services_0_title','field_654e44ca98046'),(681,127,'section_one_services_0_sub_title','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec tincidunt arcu, sit amet fermentum sem. Class aptent taciti sociosqu ad litora torquent per conubia nostra.'),(682,127,'_section_one_services_0_sub_title','field_654e44d498047'),(683,127,'section_one_services_0_background_image','104'),(684,127,'_section_one_services_0_background_image','field_654e44e398048'),(685,127,'section_one_services_1_title','Lorem ipsum dolor sit amet.'),(686,127,'_section_one_services_1_title','field_654e44ca98046'),(687,127,'section_one_services_1_sub_title','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec tincidunt arcu, sit amet fermentum sem. Class aptent taciti sociosqu ad litora torquent per conubia nostra.'),(688,127,'_section_one_services_1_sub_title','field_654e44d498047'),(689,127,'section_one_services_1_background_image','106'),(690,127,'_section_one_services_1_background_image','field_654e44e398048'),(691,127,'section_one_services_2_title','Lorem ipsum dolor sit amet.'),(692,127,'_section_one_services_2_title','field_654e44ca98046'),(693,127,'section_one_services_2_sub_title','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec tincidunt arcu, sit amet fermentum sem. Class aptent taciti sociosqu ad litora torquent per conubia nostra.'),(694,127,'_section_one_services_2_sub_title','field_654e44d498047'),(695,127,'section_one_services_2_background_image','105'),(696,127,'_section_one_services_2_background_image','field_654e44e398048'),(697,127,'section_one_services','3'),(698,127,'_section_one_services','field_654e44a598045'),(699,127,'section_one',''),(700,127,'_section_one','field_654e446f98043'),(701,127,'section_third_title','Featured Articles'),(702,127,'_section_third_title','field_654e452563d0c'),(703,127,'section_third_services','3'),(704,127,'_section_third_services','field_654e452563d0d'),(705,127,'section_third',''),(706,127,'_section_third','field_654e452563d0b'),(707,127,'section_third_services_0_title','Lorem ipsum dolor sit amet.'),(708,127,'_section_third_services_0_title','field_654e452563d0e'),(709,127,'section_third_services_0_sub_title','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec tincidunt arcu, sit amet fermentum sem. Class aptent taciti sociosqu ad litora torquent per conubia nostra.'),(710,127,'_section_third_services_0_sub_title','field_654e452563d0f'),(711,127,'section_third_services_0_background_image','104'),(712,127,'_section_third_services_0_background_image','field_654e452563d10'),(713,127,'section_third_services_1_title','Lorem ipsum dolor sit amet.'),(714,127,'_section_third_services_1_title','field_654e452563d0e'),(715,127,'section_third_services_1_sub_title','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec tincidunt arcu, sit amet fermentum sem. Class aptent taciti sociosqu ad litora torquent per conubia nostra.'),(716,127,'_section_third_services_1_sub_title','field_654e452563d0f'),(717,127,'section_third_services_1_background_image','105'),(718,127,'_section_third_services_1_background_image','field_654e452563d10'),(719,127,'section_third_services_2_title','Lorem ipsum dolor sit amet.'),(720,127,'_section_third_services_2_title','field_654e452563d0e'),(721,127,'section_third_services_2_sub_title','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec tincidunt arcu, sit amet fermentum sem. Class aptent taciti sociosqu ad litora torquent per conubia nostra.'),(722,127,'_section_third_services_2_sub_title','field_654e452563d0f'),(723,127,'section_third_services_2_background_image','106'),(724,127,'_section_third_services_2_background_image','field_654e452563d10'),(725,127,'section_one_services_0_post_date','20231115'),(726,127,'_section_one_services_0_post_date','field_654e710258d5d'),(727,127,'section_one_services_1_post_date',''),(728,127,'_section_one_services_1_post_date','field_654e710258d5d'),(729,127,'section_one_services_2_post_date',''),(730,127,'_section_one_services_2_post_date','field_654e710258d5d'),(731,127,'section_third_services_0_post_date',''),(732,127,'_section_third_services_0_post_date','field_654e7146e6690'),(733,127,'section_third_services_1_post_date',''),(734,127,'_section_third_services_1_post_date','field_654e7146e6690'),(735,127,'section_third_services_2_post_date',''),(736,127,'_section_third_services_2_post_date','field_654e7146e6690'),(737,128,'home_page_0_title','JapanGov News'),(738,128,'_home_page_0_title','field_654e44226f47d'),(739,128,'home_page_0_sub_title','Letter of Condolences by Prime Minister KISHIDA H.E. Mr. Fin...'),(740,128,'_home_page_0_sub_title','field_654e44326f47e'),(741,128,'home_page_0_background_image','101'),(742,128,'_home_page_0_background_image','field_654e443e6f47f'),(743,128,'home_page_1_title','JapanGov News'),(744,128,'_home_page_1_title','field_654e44226f47d'),(745,128,'home_page_1_sub_title','Letter of Condolences by Prime Minister KISHIDA H.E. Mr. Fin...'),(746,128,'_home_page_1_sub_title','field_654e44326f47e'),(747,128,'home_page_1_background_image','102'),(748,128,'_home_page_1_background_image','field_654e443e6f47f'),(749,128,'home_page','2'),(750,128,'_home_page','field_654e43f26f47c'),(751,128,'section_one_title','Latest Articles'),(752,128,'_section_one_title','field_654e449d98044'),(753,128,'section_one_services_0_title','Lorem ipsum dolor sit amet.'),(754,128,'_section_one_services_0_title','field_654e44ca98046'),(755,128,'section_one_services_0_sub_title','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec tincidunt arcu, sit amet fermentum sem. Class aptent taciti sociosqu ad litora torquent per conubia nostra.'),(756,128,'_section_one_services_0_sub_title','field_654e44d498047'),(757,128,'section_one_services_0_background_image','104'),(758,128,'_section_one_services_0_background_image','field_654e44e398048'),(759,128,'section_one_services_1_title','Lorem ipsum dolor sit amet.'),(760,128,'_section_one_services_1_title','field_654e44ca98046'),(761,128,'section_one_services_1_sub_title','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec tincidunt arcu, sit amet fermentum sem. Class aptent taciti sociosqu ad litora torquent per conubia nostra.'),(762,128,'_section_one_services_1_sub_title','field_654e44d498047'),(763,128,'section_one_services_1_background_image','106'),(764,128,'_section_one_services_1_background_image','field_654e44e398048'),(765,128,'section_one_services_2_title','Lorem ipsum dolor sit amet.'),(766,128,'_section_one_services_2_title','field_654e44ca98046'),(767,128,'section_one_services_2_sub_title','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec tincidunt arcu, sit amet fermentum sem. Class aptent taciti sociosqu ad litora torquent per conubia nostra.'),(768,128,'_section_one_services_2_sub_title','field_654e44d498047'),(769,128,'section_one_services_2_background_image','105'),(770,128,'_section_one_services_2_background_image','field_654e44e398048'),(771,128,'section_one_services','3'),(772,128,'_section_one_services','field_654e44a598045'),(773,128,'section_one',''),(774,128,'_section_one','field_654e446f98043'),(775,128,'section_third_title','Featured Articles'),(776,128,'_section_third_title','field_654e452563d0c'),(777,128,'section_third_services','3'),(778,128,'_section_third_services','field_654e452563d0d'),(779,128,'section_third',''),(780,128,'_section_third','field_654e452563d0b'),(781,128,'section_third_services_0_title','Lorem ipsum dolor sit amet.'),(782,128,'_section_third_services_0_title','field_654e452563d0e'),(783,128,'section_third_services_0_sub_title','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec tincidunt arcu, sit amet fermentum sem. Class aptent taciti sociosqu ad litora torquent per conubia nostra.'),(784,128,'_section_third_services_0_sub_title','field_654e452563d0f'),(785,128,'section_third_services_0_background_image','104'),(786,128,'_section_third_services_0_background_image','field_654e452563d10'),(787,128,'section_third_services_1_title','Lorem ipsum dolor sit amet.'),(788,128,'_section_third_services_1_title','field_654e452563d0e'),(789,128,'section_third_services_1_sub_title','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec tincidunt arcu, sit amet fermentum sem. Class aptent taciti sociosqu ad litora torquent per conubia nostra.'),(790,128,'_section_third_services_1_sub_title','field_654e452563d0f'),(791,128,'section_third_services_1_background_image','105'),(792,128,'_section_third_services_1_background_image','field_654e452563d10'),(793,128,'section_third_services_2_title','Lorem ipsum dolor sit amet.'),(794,128,'_section_third_services_2_title','field_654e452563d0e'),(795,128,'section_third_services_2_sub_title','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec tincidunt arcu, sit amet fermentum sem. Class aptent taciti sociosqu ad litora torquent per conubia nostra.'),(796,128,'_section_third_services_2_sub_title','field_654e452563d0f'),(797,128,'section_third_services_2_background_image','106'),(798,128,'_section_third_services_2_background_image','field_654e452563d10'),(799,128,'section_one_services_0_post_date','20231115'),(800,128,'_section_one_services_0_post_date','field_654e710258d5d'),(801,128,'section_one_services_1_post_date',''),(802,128,'_section_one_services_1_post_date','field_654e710258d5d'),(803,128,'section_one_services_2_post_date',''),(804,128,'_section_one_services_2_post_date','field_654e710258d5d'),(805,128,'section_third_services_0_post_date',''),(806,128,'_section_third_services_0_post_date','field_654e7146e6690'),(807,128,'section_third_services_1_post_date','20231116'),(808,128,'_section_third_services_1_post_date','field_654e7146e6690'),(809,128,'section_third_services_2_post_date',''),(810,128,'_section_third_services_2_post_date','field_654e7146e6690'); /*!40000 ALTER TABLE `dqpj_xkj_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dqpj_xkj_posts` -- DROP TABLE IF EXISTS `dqpj_xkj_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `dqpj_xkj_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=129 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dqpj_xkj_posts` -- LOCK TABLES `dqpj_xkj_posts` WRITE; /*!40000 ALTER TABLE `dqpj_xkj_posts` DISABLE KEYS */; INSERT INTO `dqpj_xkj_posts` VALUES (1,1,'2023-11-01 14:09:53','2023-11-01 14:09:53','\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec tincidunt arcu, sit amet fermentum sem.

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec tincidunt arcu, sit amet fermentum sem. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Vestibulum tincidunt, sapien sagittis sollicitudin dapibus, risus mi euismod elit

\r\n

In nec nulla nec enim

\r\n

vehicula mattis id vel nunc. Quisque vel augue in erat scelerisque egestas at et leo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Ut cursus orci et lacus imperdiet, sed maximus nibh laoreet. Nam posuere dolor id orci fringilla, imperdiet porttitor justo varius. Proin ac lorem condimentum, iaculis tortor sed, semper dui. Praesent dignissim posuere euismod. Donec cursus massa nisi, eget lobortis eros vestibulum vitae. Vivamus a sapien sem. Praesent in massa dui. Aliquam augue sem, porttitor in orci quis, tempus bibendum purus. Suspendisse at aliquet ex, id egestas nisi. Donec quis dictum elit. Nullam sed sodales nisl. Duis eget consectetur ante, eu sodales nisi.

\r\n

Outline of the basic ideas of the emergency proposal

\r\n

Since the 1980s, a growing emphasis has been placed on short-term shareholder value, resulting in a sluggish growth of the middle class, widening disparities, an increasing burden on subcontractors, and adverse effects on the natural environment and others. Thus, the government, private sector, universities, local communities, and citizens and consumers should all play their respective roles to solve pending issues. Private companies are requested to enhance their mid- to long-term earning power by strengthening their investments in the future in areas such as human capital, and to achieve sustainable growth by circulating their profits through wage increases and other distributions, as well as through further investment in the future. We are committed to building a sustainable capitalism focused on various stakeholders. While our basic principle is to realize economic growth by utilizing market functions, it is also important for the public and private sectors to work together to create an economy for a new era, with the government providing a supplementary response in areas that are not sufficiently addressed.

\r\n','Hello world!','','publish','open','open','','hello-world','','','2023-11-10 16:48:06','2023-11-10 16:48:06','',0,'https://panchayat.demoforclients.net/?p=1',0,'post','',1),(2,1,'2023-11-01 14:09:53','2023-11-01 14:09:53','\n

This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:

\n\n\n\n

Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)

\n\n\n\n

...or something like this:

\n\n\n\n

The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.

\n\n\n\n

As a new WordPress user, you should go to your dashboard to delete this page and create new pages for your content. Have fun!

\n','Sample Page','','publish','closed','open','','sample-page','','','2023-11-01 14:09:53','2023-11-01 14:09:53','',0,'https://panchayat.demoforclients.net/?page_id=2',0,'page','',0),(3,1,'2023-11-01 14:09:53','2023-11-01 14:09:53','

Who we are

Suggested text: Our website address is: https://panchayat.demoforclients.net.

Comments

Suggested text: When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.

An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.

Media

Suggested text: If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.

Cookies

Suggested text: If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.

If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.

When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.

If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.

Embedded content from other websites

Suggested text: Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.

These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.

Who we share your data with

Suggested text: If you request a password reset, your IP address will be included in the reset email.

How long we retain your data

Suggested text: If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.

For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.

What rights you have over your data

Suggested text: If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.

Where your data is sent

Suggested text: Visitor comments may be checked through an automated spam detection service.

','Privacy Policy','','draft','closed','open','','privacy-policy','','','2023-11-01 14:09:53','2023-11-01 14:09:53','',0,'https://panchayat.demoforclients.net/?page_id=3',0,'page','',0),(5,1,'2023-11-01 14:22:26','2023-11-01 14:22:26','','Navigation','','publish','closed','closed','','navigation','','','2023-11-01 14:22:26','2023-11-01 14:22:26','',0,'https://panchayat.demoforclients.net/2023/11/01/navigation/',0,'wp_navigation','',0),(6,1,'2023-11-01 15:19:24','2023-11-01 15:19:24','','Home','','publish','closed','closed','','home','','','2023-11-14 14:47:17','2023-11-14 14:47:17','',0,'https://panchayat.demoforclients.net/?page_id=6',0,'page','',0),(7,1,'2023-11-01 15:19:24','2023-11-01 15:19:24','','Home','','inherit','closed','closed','','6-revision-v1','','','2023-11-01 15:19:24','2023-11-01 15:19:24','',6,'https://panchayat.demoforclients.net/?p=7',0,'revision','',0),(8,1,'2023-11-01 22:38:53','2023-11-01 22:38:53','','Issues','','publish','closed','closed','','issues','','','2023-11-01 22:38:53','2023-11-01 22:38:53','',0,'https://panchayat.demoforclients.net/?page_id=8',0,'page','',0),(9,1,'2023-11-01 22:38:53','2023-11-01 22:38:53','','Issues','','inherit','closed','closed','','8-revision-v1','','','2023-11-01 22:38:53','2023-11-01 22:38:53','',8,'https://panchayat.demoforclients.net/?p=9',0,'revision','',0),(10,1,'2023-11-02 01:52:44','0000-00-00 00:00:00','Thank you for reading this post, don\'t forget to subscribe!','Display a message after the 1st paragraph of posts','','draft','closed','closed','','','','','2023-11-02 01:52:44','0000-00-00 00:00:00','',0,'https://panchayat.demoforclients.net/?post_type=wpcode&p=10',0,'wpcode','',0),(11,1,'2023-11-02 01:52:45','0000-00-00 00:00:00','add_action(\'admin_init\', function () {\r\n // Redirect any user trying to access comments page\r\n global $pagenow;\r\n \r\n if ($pagenow === \'edit-comments.php\') {\r\n wp_safe_redirect(admin_url());\r\n exit;\r\n }\r\n\r\n // Remove comments metabox from dashboard\r\n remove_meta_box(\'dashboard_recent_comments\', \'dashboard\', \'normal\');\r\n\r\n // Disable support for comments and trackbacks in post types\r\n foreach (get_post_types() as $post_type) {\r\n if (post_type_supports($post_type, \'comments\')) {\r\n remove_post_type_support($post_type, \'comments\');\r\n remove_post_type_support($post_type, \'trackbacks\');\r\n }\r\n }\r\n});\r\n\r\n// Close comments on the front-end\r\nadd_filter(\'comments_open\', \'__return_false\', 20, 2);\r\nadd_filter(\'pings_open\', \'__return_false\', 20, 2);\r\n\r\n// Hide existing comments\r\nadd_filter(\'comments_array\', \'__return_empty_array\', 10, 2);\r\n\r\n// Remove comments page in menu\r\nadd_action(\'admin_menu\', function () {\r\n remove_menu_page(\'edit-comments.php\');\r\n});\r\n\r\n// Remove comments links from admin bar\r\nadd_action(\'init\', function () {\r\n if (is_admin_bar_showing()) {\r\n remove_action(\'admin_bar_menu\', \'wp_admin_bar_comments_menu\', 60);\r\n }\r\n});','Completely Disable Comments','','draft','closed','closed','','','','','2023-11-02 01:52:45','0000-00-00 00:00:00','',0,'https://panchayat.demoforclients.net/?post_type=wpcode&p=11',0,'wpcode','',0),(12,1,'2023-11-02 11:59:09','2023-11-02 11:59:09','','Publications','','publish','closed','closed','','publications','','','2023-11-02 11:59:09','2023-11-02 11:59:09','',0,'https://panchayat.demoforclients.net/?page_id=12',0,'page','',0),(13,1,'2023-11-02 11:59:09','2023-11-02 11:59:09','','Publications','','inherit','closed','closed','','12-revision-v1','','','2023-11-02 11:59:09','2023-11-02 11:59:09','',12,'https://panchayat.demoforclients.net/?p=13',0,'revision','',0),(14,1,'2023-11-02 11:59:33','2023-11-02 11:59:33','','Blog','','publish','closed','closed','','blog','','','2023-11-02 14:17:49','2023-11-02 14:17:49','',0,'https://panchayat.demoforclients.net/?page_id=14',0,'page','',0),(15,1,'2023-11-02 11:59:33','2023-11-02 11:59:33','','Blog','','inherit','closed','closed','','14-revision-v1','','','2023-11-02 11:59:33','2023-11-02 11:59:33','',14,'https://panchayat.demoforclients.net/?p=15',0,'revision','',0),(16,1,'2023-11-02 11:59:46','2023-11-02 11:59:46','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec tincidunt arcu, sit amet fermentum sem. Class aptent taciti sociosqu ad litora','Contact','','publish','closed','closed','','contact','','','2023-11-10 16:27:34','2023-11-10 16:27:34','',0,'https://panchayat.demoforclients.net/?page_id=16',0,'page','',0),(17,1,'2023-11-02 11:59:46','2023-11-02 11:59:46','','Contact Us','','inherit','closed','closed','','16-revision-v1','','','2023-11-02 11:59:46','2023-11-02 11:59:46','',16,'https://panchayat.demoforclients.net/?p=17',0,'revision','',0),(18,1,'2023-11-02 15:09:00','2023-11-02 12:02:35',' ','','','publish','closed','closed','','18','','','2023-11-02 15:09:00','2023-11-02 15:09:00','',0,'https://panchayat.demoforclients.net/?p=18',1,'nav_menu_item','',0),(21,1,'2023-11-02 15:09:03','2023-11-02 12:02:36',' ','','','publish','closed','closed','','21','','','2023-11-02 15:09:03','2023-11-02 15:09:03','',0,'https://panchayat.demoforclients.net/?p=21',19,'nav_menu_item','',0),(22,1,'2023-11-02 15:09:03','2023-11-02 12:02:36',' ','','','publish','closed','closed','','22','','','2023-11-02 15:09:03','2023-11-02 15:09:03','',0,'https://panchayat.demoforclients.net/?p=22',20,'nav_menu_item','',0),(24,1,'2023-11-02 14:10:01','2023-11-02 14:10:01','','Contact','','inherit','closed','closed','','16-revision-v1','','','2023-11-02 14:10:01','2023-11-02 14:10:01','',16,'https://panchayat.demoforclients.net/?p=24',0,'revision','',0),(26,1,'2023-11-02 15:09:00','2023-11-02 14:24:50','','Issues','','publish','closed','closed','','issues','','','2023-11-02 15:09:00','2023-11-02 15:09:00','',0,'https://panchayat.demoforclients.net/?p=26',2,'nav_menu_item','',0),(27,1,'2023-11-02 15:09:03','2023-11-02 14:24:51','','Publications','','publish','closed','closed','','publications','','','2023-11-02 15:09:03','2023-11-02 15:09:03','',0,'https://panchayat.demoforclients.net/?p=27',18,'nav_menu_item','',0),(28,1,'2023-11-02 15:09:00','2023-11-02 14:25:49','','Category One','','publish','closed','closed','','category-one','','','2023-11-02 15:09:00','2023-11-02 15:09:00','',0,'https://panchayat.demoforclients.net/?p=28',3,'nav_menu_item','',0),(29,1,'2023-11-02 15:09:00','2023-11-02 14:25:49','','Category Two','','publish','closed','closed','','category-two','','','2023-11-02 15:09:00','2023-11-02 15:09:00','',0,'https://panchayat.demoforclients.net/?p=29',7,'nav_menu_item','',0),(30,1,'2023-11-02 15:09:01','2023-11-02 14:25:50','','Category Three','','publish','closed','closed','','category-three','','','2023-11-02 15:09:01','2023-11-02 15:09:01','',0,'https://panchayat.demoforclients.net/?p=30',11,'nav_menu_item','',0),(31,1,'2023-11-02 14:55:18','2023-11-02 14:55:18','','Subcategory One','','publish','closed','closed','','subcategory-one','','','2023-11-02 14:55:18','2023-11-02 14:55:18','',0,'https://panchayat.demoforclients.net/?page_id=31',0,'page','',0),(32,1,'2023-11-02 14:55:18','2023-11-02 14:55:18','','Subcategory One','','inherit','closed','closed','','31-revision-v1','','','2023-11-02 14:55:18','2023-11-02 14:55:18','',31,'https://panchayat.demoforclients.net/?p=32',0,'revision','',0),(33,1,'2023-11-02 14:55:37','2023-11-02 14:55:37','','Subcategory Two','','publish','closed','closed','','subcategory-two','','','2023-11-02 14:55:37','2023-11-02 14:55:37','',0,'https://panchayat.demoforclients.net/?page_id=33',0,'page','',0),(34,1,'2023-11-02 14:55:37','2023-11-02 14:55:37','','Subcategory Two','','inherit','closed','closed','','33-revision-v1','','','2023-11-02 14:55:37','2023-11-02 14:55:37','',33,'https://panchayat.demoforclients.net/?p=34',0,'revision','',0),(35,1,'2023-11-02 14:55:50','2023-11-02 14:55:50','','Subcategory Three','','publish','closed','closed','','subcategory-three','','','2023-11-02 14:55:50','2023-11-02 14:55:50','',0,'https://panchayat.demoforclients.net/?page_id=35',0,'page','',0),(36,1,'2023-11-02 14:55:50','2023-11-02 14:55:50','','Subcategory Three','','inherit','closed','closed','','35-revision-v1','','','2023-11-02 14:55:50','2023-11-02 14:55:50','',35,'https://panchayat.demoforclients.net/?p=36',0,'revision','',0),(37,1,'2023-11-02 15:09:00','2023-11-02 14:59:39',' ','','','publish','closed','closed','','37','','','2023-11-02 15:09:00','2023-11-02 15:09:00','',0,'https://panchayat.demoforclients.net/?p=37',4,'nav_menu_item','',0),(38,1,'2023-11-02 15:09:00','2023-11-02 14:59:39',' ','','','publish','closed','closed','','38','','','2023-11-02 15:09:00','2023-11-02 15:09:00','',0,'https://panchayat.demoforclients.net/?p=38',9,'nav_menu_item','',0),(39,1,'2023-11-02 15:09:02','2023-11-02 14:59:39',' ','','','publish','closed','closed','','39','','','2023-11-02 15:09:02','2023-11-02 15:09:02','',0,'https://panchayat.demoforclients.net/?p=39',14,'nav_menu_item','',0),(40,1,'2023-11-02 15:09:00','2023-11-02 15:09:00',' ','','','publish','closed','closed','','40','','','2023-11-02 15:09:00','2023-11-02 15:09:00','',0,'https://panchayat.demoforclients.net/?p=40',6,'nav_menu_item','',0),(41,1,'2023-11-02 15:09:00','2023-11-02 15:09:00',' ','','','publish','closed','closed','','41','','','2023-11-02 15:09:00','2023-11-02 15:09:00','',0,'https://panchayat.demoforclients.net/?p=41',5,'nav_menu_item','',0),(42,1,'2023-11-02 15:09:00','2023-11-02 15:09:00',' ','','','publish','closed','closed','','42','','','2023-11-02 15:09:00','2023-11-02 15:09:00','',0,'https://panchayat.demoforclients.net/?p=42',8,'nav_menu_item','',0),(43,1,'2023-11-02 15:09:00','2023-11-02 15:09:00',' ','','','publish','closed','closed','','43','','','2023-11-02 15:09:00','2023-11-02 15:09:00','',0,'https://panchayat.demoforclients.net/?p=43',10,'nav_menu_item','',0),(44,1,'2023-11-02 15:09:02','2023-11-02 15:09:02',' ','','','publish','closed','closed','','44','','','2023-11-02 15:09:02','2023-11-02 15:09:02','',0,'https://panchayat.demoforclients.net/?p=44',13,'nav_menu_item','',0),(45,1,'2023-11-02 15:09:01','2023-11-02 15:09:01',' ','','','publish','closed','closed','','45','','','2023-11-02 15:09:01','2023-11-02 15:09:01','',0,'https://panchayat.demoforclients.net/?p=45',12,'nav_menu_item','',0),(46,1,'2023-11-02 15:09:02','2023-11-02 15:09:02','','Category 4','','publish','closed','closed','','category-4','','','2023-11-02 15:09:02','2023-11-02 15:09:02','',0,'https://panchayat.demoforclients.net/?p=46',15,'nav_menu_item','',0),(47,1,'2023-11-02 15:09:03','2023-11-02 15:09:03',' ','','','publish','closed','closed','','47','','','2023-11-02 15:09:03','2023-11-02 15:09:03','',0,'https://panchayat.demoforclients.net/?p=47',17,'nav_menu_item','',0),(48,1,'2023-11-02 15:09:02','2023-11-02 15:09:02',' ','','','publish','closed','closed','','48','','','2023-11-02 15:09:02','2023-11-02 15:09:02','',0,'https://panchayat.demoforclients.net/?p=48',16,'nav_menu_item','',0),(49,1,'2023-11-02 15:26:07','2023-11-02 15:26:07','','Category One','','publish','closed','closed','','category-one-2','','','2023-11-02 15:26:07','2023-11-02 15:26:07','',0,'https://panchayat.demoforclients.net/?p=49',1,'nav_menu_item','',0),(50,1,'2023-11-02 15:26:08','2023-11-02 15:26:08','','Category Two','','publish','closed','closed','','category-two-2','','','2023-11-02 15:26:08','2023-11-02 15:26:08','',0,'https://panchayat.demoforclients.net/?p=50',5,'nav_menu_item','',0),(51,1,'2023-11-02 15:26:08','2023-11-02 15:26:08','','Category Three','','publish','closed','closed','','category-three-2','','','2023-11-02 15:26:08','2023-11-02 15:26:08','',0,'https://panchayat.demoforclients.net/?p=51',9,'nav_menu_item','',0),(52,1,'2023-11-02 15:26:09','2023-11-02 15:26:09','','Category Four','','publish','closed','closed','','category-four','','','2023-11-02 15:26:09','2023-11-02 15:26:09','',0,'https://panchayat.demoforclients.net/?p=52',13,'nav_menu_item','',0),(53,1,'2023-11-02 15:26:07','2023-11-02 15:26:07',' ','','','publish','closed','closed','','53','','','2023-11-02 15:26:07','2023-11-02 15:26:07','',0,'https://panchayat.demoforclients.net/?p=53',4,'nav_menu_item','',0),(54,1,'2023-11-02 15:26:07','2023-11-02 15:26:07',' ','','','publish','closed','closed','','54','','','2023-11-02 15:26:07','2023-11-02 15:26:07','',0,'https://panchayat.demoforclients.net/?p=54',3,'nav_menu_item','',0),(55,1,'2023-11-02 15:26:07','2023-11-02 15:26:07',' ','','','publish','closed','closed','','55','','','2023-11-02 15:26:07','2023-11-02 15:26:07','',0,'https://panchayat.demoforclients.net/?p=55',2,'nav_menu_item','',0),(56,1,'2023-11-02 15:26:08','2023-11-02 15:26:08',' ','','','publish','closed','closed','','56','','','2023-11-02 15:26:08','2023-11-02 15:26:08','',0,'https://panchayat.demoforclients.net/?p=56',8,'nav_menu_item','',0),(57,1,'2023-11-02 15:26:08','2023-11-02 15:26:08',' ','','','publish','closed','closed','','57','','','2023-11-02 15:26:08','2023-11-02 15:26:08','',0,'https://panchayat.demoforclients.net/?p=57',7,'nav_menu_item','',0),(58,1,'2023-11-02 15:26:08','2023-11-02 15:26:08',' ','','','publish','closed','closed','','58','','','2023-11-02 15:26:08','2023-11-02 15:26:08','',0,'https://panchayat.demoforclients.net/?p=58',6,'nav_menu_item','',0),(59,1,'2023-11-02 15:26:09','2023-11-02 15:26:09',' ','','','publish','closed','closed','','59','','','2023-11-02 15:26:09','2023-11-02 15:26:09','',0,'https://panchayat.demoforclients.net/?p=59',12,'nav_menu_item','',0),(60,1,'2023-11-02 15:26:09','2023-11-02 15:26:09',' ','','','publish','closed','closed','','60','','','2023-11-02 15:26:09','2023-11-02 15:26:09','',0,'https://panchayat.demoforclients.net/?p=60',11,'nav_menu_item','',0),(61,1,'2023-11-02 15:26:08','2023-11-02 15:26:08',' ','','','publish','closed','closed','','61','','','2023-11-02 15:26:08','2023-11-02 15:26:08','',0,'https://panchayat.demoforclients.net/?p=61',10,'nav_menu_item','',0),(62,1,'2023-11-02 15:26:09','2023-11-02 15:26:09',' ','','','publish','closed','closed','','62','','','2023-11-02 15:26:09','2023-11-02 15:26:09','',0,'https://panchayat.demoforclients.net/?p=62',14,'nav_menu_item','',0),(63,1,'2023-11-02 15:26:09','2023-11-02 15:26:09',' ','','','publish','closed','closed','','63','','','2023-11-02 15:26:09','2023-11-02 15:26:09','',0,'https://panchayat.demoforclients.net/?p=63',15,'nav_menu_item','',0),(64,1,'2023-11-03 22:12:38','2023-11-03 22:12:38','','Sign In','','publish','closed','closed','','sign-in','','','2023-11-06 13:55:21','2023-11-06 13:55:21','',0,'https://panchayat.demoforclients.net/?page_id=64',0,'page','',0),(65,1,'2023-11-03 22:12:38','2023-11-03 22:12:38','','Sign In','','inherit','closed','closed','','64-revision-v1','','','2023-11-03 22:12:38','2023-11-03 22:12:38','',64,'https://panchayat.demoforclients.net/?p=65',0,'revision','',0),(66,1,'2023-11-03 22:13:06','2023-11-03 22:13:06','','Register','','publish','closed','closed','','register','','','2023-11-03 22:13:06','2023-11-03 22:13:06','',0,'https://panchayat.demoforclients.net/?page_id=66',0,'page','',0),(67,1,'2023-11-03 22:13:06','2023-11-03 22:13:06','','Register','','inherit','closed','closed','','66-revision-v1','','','2023-11-03 22:13:06','2023-11-03 22:13:06','',66,'https://panchayat.demoforclients.net/?p=67',0,'revision','',0),(68,1,'2023-11-05 21:00:02','2023-11-05 20:39:50',' ','','','publish','closed','closed','','68','','','2023-11-05 21:00:02','2023-11-05 21:00:02','',0,'https://panchayat.demoforclients.net/?p=68',3,'nav_menu_item','',0),(69,1,'2023-11-05 21:00:02','2023-11-05 20:39:51',' ','','','publish','closed','closed','','69','','','2023-11-05 21:00:02','2023-11-05 21:00:02','',0,'https://panchayat.demoforclients.net/?p=69',2,'nav_menu_item','',0),(70,1,'2023-11-05 21:00:01','2023-11-05 21:00:01','','+1 123 456 789','','publish','closed','closed','','1-123-456-789','','','2023-11-05 21:00:01','2023-11-05 21:00:01','',0,'https://panchayat.demoforclients.net/?p=70',1,'nav_menu_item','',0),(71,1,'2023-11-06 13:40:00','0000-00-00 00:00:00','','Blog Post','','draft','closed','closed','','','','','2023-11-06 13:40:00','2023-11-06 13:40:00','',0,'https://panchayat.demoforclients.net/?page_id=71',0,'page','',0),(72,1,'2023-11-06 13:40:48','2023-11-06 13:40:48','','Post','','publish','closed','closed','','post','','','2023-11-06 13:54:44','2023-11-06 13:54:44','',0,'https://panchayat.demoforclients.net/?page_id=72',0,'page','',0),(73,1,'2023-11-06 13:40:48','2023-11-06 13:40:48','','Post','','inherit','closed','closed','','72-revision-v1','','','2023-11-06 13:40:48','2023-11-06 13:40:48','',72,'https://panchayat.demoforclients.net/?p=73',0,'revision','',0),(74,1,'2023-11-10 13:53:45','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2023-11-10 13:53:45','0000-00-00 00:00:00','',0,'https://panchayat.demoforclients.net/?p=74',0,'post','',0),(75,1,'2023-11-10 14:38:02','2023-11-10 14:38:02','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:16:\"page-contact.php\";}}}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:\"\";}','Contact Page','contact-page','publish','closed','closed','','group_654e400922d85','','','2023-11-10 14:48:58','2023-11-10 14:48:58','',0,'https://panchayat.demoforclients.net/?post_type=acf-field-group&p=75',0,'acf-field-group','',0),(76,1,'2023-11-10 14:47:06','2023-11-10 14:47:06','a:7:{s:4:\"type\";s:5:\"group\";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:6:\"layout\";s:3:\"row\";s:10:\"sub_fields\";a:0:{}}','Get In Touch','get_in_touch','publish','closed','closed','','field_654e4232ed41a','','','2023-11-10 14:47:06','2023-11-10 14:47:06','',75,'https://panchayat.demoforclients.net/?post_type=acf-field&p=76',0,'acf-field','',0),(77,1,'2023-11-10 14:48:58','2023-11-10 14:48:58','a:10:{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:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title','title','publish','closed','closed','','field_654e42744f2cf','','','2023-11-10 14:48:58','2023-11-10 14:48:58','',76,'https://panchayat.demoforclients.net/?post_type=acf-field&p=77',0,'acf-field','',0),(78,1,'2023-11-10 14:48:58','2023-11-10 14:48:58','a:10:{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:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Address','address','publish','closed','closed','','field_654e42874f2d0','','','2023-11-10 14:48:58','2023-11-10 14:48:58','',76,'https://panchayat.demoforclients.net/?post_type=acf-field&p=78',1,'acf-field','',0),(79,1,'2023-11-10 14:48:58','2023-11-10 14:48:58','a:10:{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:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Phone No','phone_no','publish','closed','closed','','field_654e42924f2d1','','','2023-11-10 14:48:58','2023-11-10 14:48:58','',76,'https://panchayat.demoforclients.net/?post_type=acf-field&p=79',2,'acf-field','',0),(80,1,'2023-11-10 14:48:58','2023-11-10 14:48:58','a:9:{s:4:\"type\";s:5:\"email\";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:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Contact Email','contact_email','publish','closed','closed','','field_654e429f4f2d2','','','2023-11-10 14:48:58','2023-11-10 14:48:58','',76,'https://panchayat.demoforclients.net/?post_type=acf-field&p=80',3,'acf-field','',0),(81,1,'2023-11-10 14:48:58','2023-11-10 14:48:58','a:9:{s:4:\"type\";s:5:\"email\";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:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Support Email','support_email','publish','closed','closed','','field_654e42bb4f2d3','','','2023-11-10 14:48:58','2023-11-10 14:48:58','',76,'https://panchayat.demoforclients.net/?post_type=acf-field&p=81',4,'acf-field','',0),(82,1,'2023-11-10 14:50:17','2023-11-10 14:50:17','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec tincidunt arcu, sit amet fermentum sem. Class aptent taciti sociosqu ad litora torquent per conubia nostra.','Common Page','','publish','closed','closed','','common-page','','','2023-11-10 16:20:47','2023-11-10 16:20:47','',0,'https://panchayat.demoforclients.net/?page_id=82',0,'page','',0),(83,1,'2023-11-10 14:50:17','2023-11-10 14:50:17','','Common Page','','inherit','closed','closed','','82-revision-v1','','','2023-11-10 14:50:17','2023-11-10 14:50:17','',82,'https://panchayat.demoforclients.net/?p=83',0,'revision','',0),(84,1,'2023-11-10 14:53:33','2023-11-10 14:53:33','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:13:\"page-home.php\";}}}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:\"\";}','Home Page','home-page','publish','closed','closed','','group_654e43d0e9e53','','','2023-11-14 15:06:06','2023-11-14 15:06:06','',0,'https://panchayat.demoforclients.net/?post_type=acf-field-group&p=84',0,'acf-field-group','',0),(85,1,'2023-11-10 14:55:13','2023-11-10 14:55:13','a:10:{s:4:\"type\";s:8:\"repeater\";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:\"collapsed\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:6:\"layout\";s:5:\"table\";s:12:\"button_label\";s:0:\"\";}','Section[Home Banner]','home_page','publish','closed','closed','','field_654e43f26f47c','','','2023-11-10 14:55:13','2023-11-10 14:55:13','',84,'https://panchayat.demoforclients.net/?post_type=acf-field&p=85',0,'acf-field','',0),(86,1,'2023-11-10 14:55:13','2023-11-10 14:55:13','a:10:{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:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title','title','publish','closed','closed','','field_654e44226f47d','','','2023-11-10 14:55:13','2023-11-10 14:55:13','',85,'https://panchayat.demoforclients.net/?post_type=acf-field&p=86',0,'acf-field','',0),(87,1,'2023-11-10 14:55:13','2023-11-10 14:55:13','a:10:{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:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Sub Title','sub_title','publish','closed','closed','','field_654e44326f47e','','','2023-11-10 14:55:13','2023-11-10 14:55:13','',85,'https://panchayat.demoforclients.net/?post_type=acf-field&p=87',1,'acf-field','',0),(88,1,'2023-11-10 14:55:13','2023-11-10 14:55:13','a:15:{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:5:\"array\";s:12:\"preview_size\";s:6:\"medium\";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:\"\";}','Background Image','background_image','publish','closed','closed','','field_654e443e6f47f','','','2023-11-10 14:55:13','2023-11-10 14:55:13','',85,'https://panchayat.demoforclients.net/?post_type=acf-field&p=88',2,'acf-field','',0),(89,1,'2023-11-10 14:57:51','2023-11-10 14:57:51','a:7:{s:4:\"type\";s:5:\"group\";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:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}','Section[Latest Articles]','section_one','publish','closed','closed','','field_654e446f98043','','','2023-11-10 15:07:04','2023-11-10 15:07:04','',84,'https://panchayat.demoforclients.net/?post_type=acf-field&p=89',1,'acf-field','',0),(90,1,'2023-11-10 14:57:51','2023-11-10 14:57:51','a:10:{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:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title','title','publish','closed','closed','','field_654e449d98044','','','2023-11-10 14:57:51','2023-11-10 14:57:51','',89,'https://panchayat.demoforclients.net/?post_type=acf-field&p=90',0,'acf-field','',0),(91,1,'2023-11-10 14:57:51','2023-11-10 14:57:51','a:10:{s:4:\"type\";s:8:\"repeater\";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:\"collapsed\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:6:\"layout\";s:5:\"table\";s:12:\"button_label\";s:0:\"\";}','Services','services','publish','closed','closed','','field_654e44a598045','','','2023-11-10 14:57:51','2023-11-10 14:57:51','',89,'https://panchayat.demoforclients.net/?post_type=acf-field&p=91',1,'acf-field','',0),(92,1,'2023-11-10 14:57:51','2023-11-10 14:57:51','a:10:{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:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title','title','publish','closed','closed','','field_654e44ca98046','','','2023-11-10 14:57:51','2023-11-10 14:57:51','',91,'https://panchayat.demoforclients.net/?post_type=acf-field&p=92',0,'acf-field','',0),(93,1,'2023-11-10 14:57:52','2023-11-10 14:57:52','a:10:{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;}','Sub Title','sub_title','publish','closed','closed','','field_654e44d498047','','','2023-11-10 14:57:52','2023-11-10 14:57:52','',91,'https://panchayat.demoforclients.net/?post_type=acf-field&p=93',1,'acf-field','',0),(94,1,'2023-11-10 14:57:52','2023-11-10 14:57:52','a:15:{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:5:\"array\";s:12:\"preview_size\";s:6:\"medium\";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:\"\";}','Background Image','background_image','publish','closed','closed','','field_654e44e398048','','','2023-11-10 15:07:04','2023-11-10 15:07:04','',91,'https://panchayat.demoforclients.net/?post_type=acf-field&p=94',2,'acf-field','',0),(95,1,'2023-11-10 14:59:18','2023-11-10 14:59:18','a:7:{s:4:\"type\";s:5:\"group\";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:6:\"layout\";s:3:\"row\";s:10:\"sub_fields\";a:0:{}}','Section[Featured Articles]','section_third','publish','closed','closed','','field_654e452563d0b','','','2023-11-10 14:59:18','2023-11-10 14:59:18','',84,'https://panchayat.demoforclients.net/?post_type=acf-field&p=95',2,'acf-field','',0),(96,1,'2023-11-10 14:59:18','2023-11-10 14:59:18','a:10:{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:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title','title','publish','closed','closed','','field_654e452563d0c','','','2023-11-10 14:59:18','2023-11-10 14:59:18','',95,'https://panchayat.demoforclients.net/?post_type=acf-field&p=96',0,'acf-field','',0),(97,1,'2023-11-10 14:59:18','2023-11-10 14:59:18','a:10:{s:4:\"type\";s:8:\"repeater\";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:\"collapsed\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:6:\"layout\";s:5:\"table\";s:12:\"button_label\";s:0:\"\";}','Services','services','publish','closed','closed','','field_654e452563d0d','','','2023-11-10 14:59:18','2023-11-10 14:59:18','',95,'https://panchayat.demoforclients.net/?post_type=acf-field&p=97',1,'acf-field','',0),(98,1,'2023-11-10 14:59:18','2023-11-10 14:59:18','a:10:{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:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Title','title','publish','closed','closed','','field_654e452563d0e','','','2023-11-10 14:59:18','2023-11-10 14:59:18','',97,'https://panchayat.demoforclients.net/?post_type=acf-field&p=98',0,'acf-field','',0),(99,1,'2023-11-10 14:59:18','2023-11-10 14:59:18','a:10:{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;}','Sub Title','sub_title','publish','closed','closed','','field_654e452563d0f','','','2023-11-10 14:59:18','2023-11-10 14:59:18','',97,'https://panchayat.demoforclients.net/?post_type=acf-field&p=99',1,'acf-field','',0),(100,1,'2023-11-10 14:59:18','2023-11-10 14:59:18','a:15:{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:5:\"array\";s:12:\"preview_size\";s:6:\"medium\";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:\"\";}','Background Image','background_image','publish','closed','closed','','field_654e452563d10','','','2023-11-10 15:07:04','2023-11-10 15:07:04','',97,'https://panchayat.demoforclients.net/?post_type=acf-field&p=100',2,'acf-field','',0),(101,1,'2023-11-10 15:03:49','2023-11-10 15:03:49','','bn_issues_pc_220901','','inherit','open','closed','','bn_issues_pc_220901','','','2023-11-10 15:03:49','2023-11-10 15:03:49','',6,'/srcpanchayat/uploads/2023/11/bn_issues_pc_220901.webp',0,'attachment','image/webp',0),(102,1,'2023-11-10 15:03:51','2023-11-10 15:03:51','','bn_kizuna_pc_221223','','inherit','open','closed','','bn_kizuna_pc_221223','','','2023-11-10 15:03:51','2023-11-10 15:03:51','',6,'/srcpanchayat/uploads/2023/11/bn_kizuna_pc_221223.webp',0,'attachment','image/webp',0),(103,1,'2023-11-10 15:05:51','2023-11-10 15:05:51','','Home','','inherit','closed','closed','','6-revision-v1','','','2023-11-10 15:05:51','2023-11-10 15:05:51','',6,'https://panchayat.demoforclients.net/?p=103',0,'revision','',0),(104,1,'2023-11-10 15:11:29','2023-11-10 15:11:29','','photo-1533227268428-f9ed0900fb3b','','inherit','open','closed','','photo-1533227268428-f9ed0900fb3b','','','2023-11-10 15:11:29','2023-11-10 15:11:29','',6,'/srcpanchayat/uploads/2023/11/photo-1533227268428-f9ed0900fb3b.jpg',0,'attachment','image/jpeg',0),(105,1,'2023-11-10 15:11:30','2023-11-10 15:11:30','','photo-1564979268369-42032c5ca998','','inherit','open','closed','','photo-1564979268369-42032c5ca998','','','2023-11-10 15:11:30','2023-11-10 15:11:30','',6,'/srcpanchayat/uploads/2023/11/photo-1564979268369-42032c5ca998.jpg',0,'attachment','image/jpeg',0),(106,1,'2023-11-10 15:11:31','2023-11-10 15:11:31','','photo-1576659531892-0f4991fca82b','','inherit','open','closed','','photo-1576659531892-0f4991fca82b','','','2023-11-10 15:11:31','2023-11-10 15:11:31','',6,'/srcpanchayat/uploads/2023/11/photo-1576659531892-0f4991fca82b.jpg',0,'attachment','image/jpeg',0),(107,1,'2023-11-10 15:12:32','2023-11-10 15:12:32','','Home','','inherit','closed','closed','','6-revision-v1','','','2023-11-10 15:12:32','2023-11-10 15:12:32','',6,'https://panchayat.demoforclients.net/?p=107',0,'revision','',0),(108,1,'2023-11-10 16:20:47','2023-11-10 16:20:47','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec tincidunt arcu, sit amet fermentum sem. Class aptent taciti sociosqu ad litora torquent per conubia nostra.','Common Page','','inherit','closed','closed','','82-revision-v1','','','2023-11-10 16:20:47','2023-11-10 16:20:47','',82,'https://panchayat.demoforclients.net/?p=108',0,'revision','',0),(109,1,'2023-11-10 16:26:55','2023-11-10 16:26:55','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec tincidunt arcu, sit amet fermentum sem. Class aptent taciti sociosqu ad litora','Contact','','inherit','closed','closed','','16-autosave-v1','','','2023-11-10 16:26:55','2023-11-10 16:26:55','',16,'https://panchayat.demoforclients.net/?p=109',0,'revision','',0),(110,1,'2023-11-10 16:27:34','2023-11-10 16:27:34','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec tincidunt arcu, sit amet fermentum sem. Class aptent taciti sociosqu ad litora','Contact','','inherit','closed','closed','','16-revision-v1','','','2023-11-10 16:27:34','2023-11-10 16:27:34','',16,'https://panchayat.demoforclients.net/?p=110',0,'revision','',0),(111,1,'2023-11-10 16:46:03','2023-11-10 16:46:03','','decisions_in_foreign_and_security_policy','','inherit','open','closed','','decisions_in_foreign_and_security_policy','','','2023-11-10 16:46:03','2023-11-10 16:46:03','',1,'/srcpanchayat/uploads/2023/11/decisions_in_foreign_and_security_policy.jpg',0,'attachment','image/jpeg',0),(112,1,'2023-11-10 16:46:05','2023-11-10 16:46:05','','kishidas_tour_lays_groundwork','','inherit','open','closed','','kishidas_tour_lays_groundwork','','','2023-11-10 16:46:05','2023-11-10 16:46:05','',1,'/srcpanchayat/uploads/2023/11/kishidas_tour_lays_groundwork.jpg',0,'attachment','image/jpeg',0),(113,1,'2023-11-10 16:46:06','2023-11-10 16:46:06','','toward_a_new_form_of_capiatalism','','inherit','open','closed','','toward_a_new_form_of_capiatalism','','','2023-11-10 16:46:06','2023-11-10 16:46:06','',1,'/srcpanchayat/uploads/2023/11/toward_a_new_form_of_capiatalism.jpg',0,'attachment','image/jpeg',0),(114,1,'2023-11-10 16:46:11','2023-11-10 16:46:11','\r\n

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

\r\n','Hello world!','','inherit','closed','closed','','1-revision-v1','','','2023-11-10 16:46:11','2023-11-10 16:46:11','',1,'https://panchayat.demoforclients.net/?p=114',0,'revision','',0),(115,1,'2023-11-10 16:48:06','2023-11-10 16:48:06','\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec tincidunt arcu, sit amet fermentum sem.

\r\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec tincidunt arcu, sit amet fermentum sem. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Vestibulum tincidunt, sapien sagittis sollicitudin dapibus, risus mi euismod elit

\r\n

In nec nulla nec enim

\r\n

vehicula mattis id vel nunc. Quisque vel augue in erat scelerisque egestas at et leo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Ut cursus orci et lacus imperdiet, sed maximus nibh laoreet. Nam posuere dolor id orci fringilla, imperdiet porttitor justo varius. Proin ac lorem condimentum, iaculis tortor sed, semper dui. Praesent dignissim posuere euismod. Donec cursus massa nisi, eget lobortis eros vestibulum vitae. Vivamus a sapien sem. Praesent in massa dui. Aliquam augue sem, porttitor in orci quis, tempus bibendum purus. Suspendisse at aliquet ex, id egestas nisi. Donec quis dictum elit. Nullam sed sodales nisl. Duis eget consectetur ante, eu sodales nisi.

\r\n

Outline of the basic ideas of the emergency proposal

\r\n

Since the 1980s, a growing emphasis has been placed on short-term shareholder value, resulting in a sluggish growth of the middle class, widening disparities, an increasing burden on subcontractors, and adverse effects on the natural environment and others. Thus, the government, private sector, universities, local communities, and citizens and consumers should all play their respective roles to solve pending issues. Private companies are requested to enhance their mid- to long-term earning power by strengthening their investments in the future in areas such as human capital, and to achieve sustainable growth by circulating their profits through wage increases and other distributions, as well as through further investment in the future. We are committed to building a sustainable capitalism focused on various stakeholders. While our basic principle is to realize economic growth by utilizing market functions, it is also important for the public and private sectors to work together to create an economy for a new era, with the government providing a supplementary response in areas that are not sufficiently addressed.

\r\n','Hello world!','','inherit','closed','closed','','1-revision-v1','','','2023-11-10 16:48:06','2023-11-10 16:48:06','',1,'https://panchayat.demoforclients.net/?p=115',0,'revision','',0),(116,1,'2023-11-10 16:48:37','2023-11-10 16:48:37','

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec tincidunt arcu, sit amet fermentum sem.

\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec tincidunt arcu, sit amet fermentum sem. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Vestibulum tincidunt, sapien sagittis sollicitudin dapibus, risus mi euismod elit\r\n

In nec nulla nec enim

\r\nvehicula mattis id vel nunc. Quisque vel augue in erat scelerisque egestas at et leo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Ut cursus orci et lacus imperdiet, sed maximus nibh laoreet. Nam posuere dolor id orci fringilla, imperdiet porttitor justo varius. Proin ac lorem condimentum, iaculis tortor sed, semper dui. Praesent dignissim posuere euismod. Donec cursus massa nisi, eget lobortis eros vestibulum vitae. Vivamus a sapien sem. Praesent in massa dui. Aliquam augue sem, porttitor in orci quis, tempus bibendum purus. Suspendisse at aliquet ex, id egestas nisi. Donec quis dictum elit. Nullam sed sodales nisl. Duis eget consectetur ante, eu sodales nisi.\r\n

Outline of the basic ideas of the emergency proposal

\r\nSince the 1980s, a growing emphasis has been placed on short-term shareholder value, resulting in a sluggish growth of the middle class, widening disparities, an increasing burden on subcontractors, and adverse effects on the natural environment and others. Thus, the government, private sector, universities, local communities, and citizens and consumers should all play their respective roles to solve pending issues. Private companies are requested to enhance their mid- to long-term earning power by strengthening their investments in the future in areas such as human capital, and to achieve sustainable growth by circulating their profits through wage increases and other distributions, as well as through further investment in the future. We are committed to building a sustainable capitalism focused on various stakeholders. While our basic principle is to realize economic growth by utilizing market functions, it is also important for the public and private sectors to work together to create an economy for a new era, with the government providing a supplementary response in areas that are not sufficiently addressed.','Professional kitchen','','publish','open','open','','professional-kitchen','','','2023-11-10 16:49:40','2023-11-10 16:49:40','',0,'https://panchayat.demoforclients.net/?p=116',0,'post','',0),(117,1,'2023-11-10 16:48:37','2023-11-10 16:48:37','

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec tincidunt arcu, sit amet fermentum sem.

\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec tincidunt arcu, sit amet fermentum sem. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Vestibulum tincidunt, sapien sagittis sollicitudin dapibus, risus mi euismod elit\r\n

In nec nulla nec enim

\r\nvehicula mattis id vel nunc. Quisque vel augue in erat scelerisque egestas at et leo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Ut cursus orci et lacus imperdiet, sed maximus nibh laoreet. Nam posuere dolor id orci fringilla, imperdiet porttitor justo varius. Proin ac lorem condimentum, iaculis tortor sed, semper dui. Praesent dignissim posuere euismod. Donec cursus massa nisi, eget lobortis eros vestibulum vitae. Vivamus a sapien sem. Praesent in massa dui. Aliquam augue sem, porttitor in orci quis, tempus bibendum purus. Suspendisse at aliquet ex, id egestas nisi. Donec quis dictum elit. Nullam sed sodales nisl. Duis eget consectetur ante, eu sodales nisi.\r\n

Outline of the basic ideas of the emergency proposal

\r\nSince the 1980s, a growing emphasis has been placed on short-term shareholder value, resulting in a sluggish growth of the middle class, widening disparities, an increasing burden on subcontractors, and adverse effects on the natural environment and others. Thus, the government, private sector, universities, local communities, and citizens and consumers should all play their respective roles to solve pending issues. Private companies are requested to enhance their mid- to long-term earning power by strengthening their investments in the future in areas such as human capital, and to achieve sustainable growth by circulating their profits through wage increases and other distributions, as well as through further investment in the future. We are committed to building a sustainable capitalism focused on various stakeholders. While our basic principle is to realize economic growth by utilizing market functions, it is also important for the public and private sectors to work together to create an economy for a new era, with the government providing a supplementary response in areas that are not sufficiently addressed.','Professional kitchen','','inherit','closed','closed','','116-revision-v1','','','2023-11-10 16:48:37','2023-11-10 16:48:37','',116,'https://panchayat.demoforclients.net/?p=117',0,'revision','',0),(118,1,'2023-11-10 16:48:53','2023-11-10 16:48:53','

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec tincidunt arcu, sit amet fermentum sem.

\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec tincidunt arcu, sit amet fermentum sem. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Vestibulum tincidunt, sapien sagittis sollicitudin dapibus, risus mi euismod elit\r\n

In nec nulla nec enim

\r\nvehicula mattis id vel nunc. Quisque vel augue in erat scelerisque egestas at et leo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Ut cursus orci et lacus imperdiet, sed maximus nibh laoreet. Nam posuere dolor id orci fringilla, imperdiet porttitor justo varius. Proin ac lorem condimentum, iaculis tortor sed, semper dui. Praesent dignissim posuere euismod. Donec cursus massa nisi, eget lobortis eros vestibulum vitae. Vivamus a sapien sem. Praesent in massa dui. Aliquam augue sem, porttitor in orci quis, tempus bibendum purus. Suspendisse at aliquet ex, id egestas nisi. Donec quis dictum elit. Nullam sed sodales nisl. Duis eget consectetur ante, eu sodales nisi.\r\n

Outline of the basic ideas of the emergency proposal

\r\nSince the 1980s, a growing emphasis has been placed on short-term shareholder value, resulting in a sluggish growth of the middle class, widening disparities, an increasing burden on subcontractors, and adverse effects on the natural environment and others. Thus, the government, private sector, universities, local communities, and citizens and consumers should all play their respective roles to solve pending issues. Private companies are requested to enhance their mid- to long-term earning power by strengthening their investments in the future in areas such as human capital, and to achieve sustainable growth by circulating their profits through wage increases and other distributions, as well as through further investment in the future. We are committed to building a sustainable capitalism focused on various stakeholders. While our basic principle is to realize economic growth by utilizing market functions, it is also important for the public and private sectors to work together to create an economy for a new era, with the government providing a supplementary response in areas that are not sufficiently addressed.','8 Things to Remember','','publish','open','open','','8-things-to-remember','','','2023-11-10 16:49:22','2023-11-10 16:49:22','',0,'https://panchayat.demoforclients.net/?p=118',0,'post','',0),(119,1,'2023-11-10 16:48:53','2023-11-10 16:48:53','

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec tincidunt arcu, sit amet fermentum sem.

\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nec tincidunt arcu, sit amet fermentum sem. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Vestibulum tincidunt, sapien sagittis sollicitudin dapibus, risus mi euismod elit\r\n

In nec nulla nec enim

\r\nvehicula mattis id vel nunc. Quisque vel augue in erat scelerisque egestas at et leo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Ut cursus orci et lacus imperdiet, sed maximus nibh laoreet. Nam posuere dolor id orci fringilla, imperdiet porttitor justo varius. Proin ac lorem condimentum, iaculis tortor sed, semper dui. Praesent dignissim posuere euismod. Donec cursus massa nisi, eget lobortis eros vestibulum vitae. Vivamus a sapien sem. Praesent in massa dui. Aliquam augue sem, porttitor in orci quis, tempus bibendum purus. Suspendisse at aliquet ex, id egestas nisi. Donec quis dictum elit. Nullam sed sodales nisl. Duis eget consectetur ante, eu sodales nisi.\r\n

Outline of the basic ideas of the emergency proposal

\r\nSince the 1980s, a growing emphasis has been placed on short-term shareholder value, resulting in a sluggish growth of the middle class, widening disparities, an increasing burden on subcontractors, and adverse effects on the natural environment and others. Thus, the government, private sector, universities, local communities, and citizens and consumers should all play their respective roles to solve pending issues. Private companies are requested to enhance their mid- to long-term earning power by strengthening their investments in the future in areas such as human capital, and to achieve sustainable growth by circulating their profits through wage increases and other distributions, as well as through further investment in the future. We are committed to building a sustainable capitalism focused on various stakeholders. While our basic principle is to realize economic growth by utilizing market functions, it is also important for the public and private sectors to work together to create an economy for a new era, with the government providing a supplementary response in areas that are not sufficiently addressed.','8 Things to Remember','','inherit','closed','closed','','118-revision-v1','','','2023-11-10 16:48:53','2023-11-10 16:48:53','',118,'https://panchayat.demoforclients.net/?p=119',0,'revision','',0),(120,1,'2023-11-10 18:06:52','2023-11-10 18:06:52','a:8:{s:4:\"type\";s:11:\"date_picker\";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:14:\"display_format\";s:6:\"F j, Y\";s:13:\"return_format\";s:6:\"F j, Y\";s:9:\"first_day\";i:1;}','post_date','post_date','publish','closed','closed','','field_654e710258d5d','','','2023-11-14 15:06:06','2023-11-14 15:06:06','',91,'https://panchayat.demoforclients.net/?post_type=acf-field&p=120',3,'acf-field','',0),(121,1,'2023-11-10 18:07:24','2023-11-10 18:07:24','a:8:{s:4:\"type\";s:11:\"date_picker\";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:14:\"display_format\";s:6:\"F j, Y\";s:13:\"return_format\";s:6:\"F j, Y\";s:9:\"first_day\";i:1;}','post_date','post_date','publish','closed','closed','','field_654e7146e6690','','','2023-11-14 15:06:06','2023-11-14 15:06:06','',97,'https://panchayat.demoforclients.net/?post_type=acf-field&p=121',3,'acf-field','',0),(122,1,'2023-11-10 18:08:36','2023-11-10 18:08:36','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:2:\"82\";}}}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:\"\";}','Common Page','common-page','publish','closed','closed','','group_654e71923bbc3','','','2023-11-10 18:09:40','2023-11-10 18:09:40','',0,'https://panchayat.demoforclients.net/?post_type=acf-field-group&p=122',0,'acf-field-group','',0),(123,1,'2023-11-10 18:09:40','2023-11-10 18:09:40','a:7:{s:4:\"type\";s:5:\"group\";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:6:\"layout\";s:3:\"row\";s:10:\"sub_fields\";a:0:{}}','Logo Detail','logo_detail','publish','closed','closed','','field_654e71aa03b80','','','2023-11-10 18:09:40','2023-11-10 18:09:40','',122,'https://panchayat.demoforclients.net/?post_type=acf-field&p=123',0,'acf-field','',0),(124,1,'2023-11-10 18:09:40','2023-11-10 18:09:40','a:15:{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:5:\"array\";s:12:\"preview_size\";s:6:\"medium\";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:\"\";}','Header Logo','header_logo','publish','closed','closed','','field_654e71c103b81','','','2023-11-10 18:09:40','2023-11-10 18:09:40','',123,'https://panchayat.demoforclients.net/?post_type=acf-field&p=124',0,'acf-field','',0),(125,1,'2023-11-10 18:09:40','2023-11-10 18:09:40','a:15:{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:5:\"array\";s:12:\"preview_size\";s:6:\"medium\";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:\"\";}','Footer Logo','footer_logo','publish','closed','closed','','field_654e71d303b82','','','2023-11-10 18:09:40','2023-11-10 18:09:40','',123,'https://panchayat.demoforclients.net/?post_type=acf-field&p=125',1,'acf-field','',0),(126,1,'2023-11-14 13:58:38','2023-11-14 13:58:38','','Home','','inherit','closed','closed','','6-autosave-v1','','','2023-11-14 13:58:38','2023-11-14 13:58:38','',6,'https://panchayat.demoforclients.net/?p=126',0,'revision','',0),(127,1,'2023-11-14 13:59:18','2023-11-14 13:59:18','','Home','','inherit','closed','closed','','6-revision-v1','','','2023-11-14 13:59:18','2023-11-14 13:59:18','',6,'https://panchayat.demoforclients.net/?p=127',0,'revision','',0),(128,1,'2023-11-14 14:47:17','2023-11-14 14:47:17','','Home','','inherit','closed','closed','','6-revision-v1','','','2023-11-14 14:47:17','2023-11-14 14:47:17','',6,'https://panchayat.demoforclients.net/?p=128',0,'revision','',0); /*!40000 ALTER TABLE `dqpj_xkj_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dqpj_xkj_term_relationships` -- DROP TABLE IF EXISTS `dqpj_xkj_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `dqpj_xkj_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 `dqpj_xkj_term_relationships` -- LOCK TABLES `dqpj_xkj_term_relationships` WRITE; /*!40000 ALTER TABLE `dqpj_xkj_term_relationships` DISABLE KEYS */; INSERT INTO `dqpj_xkj_term_relationships` VALUES (1,1,0),(10,2,0),(10,3,0),(10,4,0),(10,5,0),(11,4,0),(11,6,0),(11,7,0),(11,8,0),(11,9,0),(18,10,0),(21,10,0),(22,10,0),(26,10,0),(27,10,0),(28,10,0),(29,10,0),(30,10,0),(37,10,0),(38,10,0),(39,10,0),(40,10,0),(41,10,0),(42,10,0),(43,10,0),(44,10,0),(45,10,0),(46,10,0),(47,10,0),(48,10,0),(49,11,0),(50,11,0),(51,11,0),(52,11,0),(53,11,0),(54,11,0),(55,11,0),(56,11,0),(57,11,0),(58,11,0),(59,11,0),(60,11,0),(61,11,0),(62,11,0),(63,11,0),(68,12,0),(69,12,0),(70,12,0),(116,1,0),(118,1,0); /*!40000 ALTER TABLE `dqpj_xkj_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dqpj_xkj_term_taxonomy` -- DROP TABLE IF EXISTS `dqpj_xkj_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `dqpj_xkj_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=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dqpj_xkj_term_taxonomy` -- LOCK TABLES `dqpj_xkj_term_taxonomy` WRITE; /*!40000 ALTER TABLE `dqpj_xkj_term_taxonomy` DISABLE KEYS */; INSERT INTO `dqpj_xkj_term_taxonomy` VALUES (1,1,'category','',0,3),(2,2,'wpcode_type','',0,1),(3,3,'wpcode_location','',0,1),(4,4,'wpcode_tags','',0,2),(5,5,'wpcode_tags','',0,1),(6,6,'wpcode_type','',0,1),(7,7,'wpcode_location','',0,1),(8,8,'wpcode_tags','',0,1),(9,9,'wpcode_tags','',0,1),(10,10,'nav_menu','',0,20),(11,11,'nav_menu','',0,15),(12,12,'nav_menu','',0,3); /*!40000 ALTER TABLE `dqpj_xkj_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dqpj_xkj_termmeta` -- DROP TABLE IF EXISTS `dqpj_xkj_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `dqpj_xkj_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 `dqpj_xkj_termmeta` -- LOCK TABLES `dqpj_xkj_termmeta` WRITE; /*!40000 ALTER TABLE `dqpj_xkj_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `dqpj_xkj_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dqpj_xkj_terms` -- DROP TABLE IF EXISTS `dqpj_xkj_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `dqpj_xkj_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=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dqpj_xkj_terms` -- LOCK TABLES `dqpj_xkj_terms` WRITE; /*!40000 ALTER TABLE `dqpj_xkj_terms` DISABLE KEYS */; INSERT INTO `dqpj_xkj_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'text','text',0),(3,'after_paragraph','after_paragraph',0),(4,'sample','sample',0),(5,'message','message',0),(6,'php','php',0),(7,'everywhere','everywhere',0),(8,'disable','disable',0),(9,'comments','comments',0),(10,'menu1','menu1',0),(11,'menu2','menu2',0),(12,'secondary-menu','secondary-menu',0); /*!40000 ALTER TABLE `dqpj_xkj_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dqpj_xkj_usermeta` -- DROP TABLE IF EXISTS `dqpj_xkj_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `dqpj_xkj_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=28 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dqpj_xkj_usermeta` -- LOCK TABLES `dqpj_xkj_usermeta` WRITE; /*!40000 ALTER TABLE `dqpj_xkj_usermeta` DISABLE KEYS */; INSERT INTO `dqpj_xkj_usermeta` VALUES (1,1,'nickname','jasdeep'),(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,'dqpj_xkj_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'dqpj_xkj_user_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'show_welcome_panel','1'),(16,1,'session_tokens','a:1:{s:64:\"deac646c7fcba41bb18bd251616ffa3f212a3791e950a2c2eaf91ee0d56c68a7\";a:4:{s:10:\"expiration\";i:1700143093;s:2:\"ip\";s:15:\"106.216.118.246\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36\";s:5:\"login\";i:1699970293;}}'),(17,1,'dqpj_xkj_dashboard_quick_press_last_post_id','74'),(18,1,'dqpj_xkj_persisted_preferences','a:3:{s:14:\"core/edit-post\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2023-11-02T14:49:19.041Z\";s:17:\"core/edit-widgets\";a:2:{s:26:\"isComplementaryAreaVisible\";b:0;s:12:\"welcomeGuide\";b:0;}}'),(19,1,'meta-box-order_page','a:3:{s:4:\"side\";s:23:\"submitdiv,pageparentdiv\";s:6:\"normal\";s:57:\"postcustom,commentstatusdiv,commentsdiv,slugdiv,authordiv\";s:8:\"advanced\";s:0:\"\";}'),(20,1,'screen_layout_page','2'),(21,1,'dqpj_xkj_user-settings','editor=tinymce&mfold=o&libraryContent=browse'),(22,1,'dqpj_xkj_user-settings-time','1699628748'),(23,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(24,1,'metaboxhidden_nav-menus','a:1:{i:0;s:12:\"add-post_tag\";}'),(25,1,'wpcode_admin_notices','a:1:{s:18:\"consider-upgrading\";a:2:{s:4:\"time\";i:1698890114;s:9:\"dismissed\";b:1;}}'),(26,1,'nav_menu_recently_edited','11'),(27,1,'community-events-location','a:1:{s:2:\"ip\";s:13:\"106.216.118.0\";}'); /*!40000 ALTER TABLE `dqpj_xkj_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dqpj_xkj_users` -- DROP TABLE IF EXISTS `dqpj_xkj_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `dqpj_xkj_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=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dqpj_xkj_users` -- LOCK TABLES `dqpj_xkj_users` WRITE; /*!40000 ALTER TABLE `dqpj_xkj_users` DISABLE KEYS */; INSERT INTO `dqpj_xkj_users` VALUES (1,'rupinder','$P$Brb0giVVLSAbBiI0ZO638xInX6ys4T0','rupinder','rupinder@pollysys.com','https://panchayat.demoforclients.net','2023-11-01 14:09:52','',0,'rupinder'); /*!40000 ALTER TABLE `dqpj_xkj_users` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2023-11-17 9:26:57