From 59e0329d1ec38dff0f4502e649bee0c175e558ad Mon Sep 17 00:00:00 2001 From: LeviM0323 Date: Wed, 15 Apr 2026 16:12:49 -0400 Subject: [PATCH] CMS SQL file --- .../Project/wordpress_project.sql | 1474 +++++++++++++++++ 1 file changed, 1474 insertions(+) create mode 100644 INFO-3163 (CMS Web Dev)/Project/wordpress_project.sql diff --git a/INFO-3163 (CMS Web Dev)/Project/wordpress_project.sql b/INFO-3163 (CMS Web Dev)/Project/wordpress_project.sql new file mode 100644 index 0000000..f4415e4 --- /dev/null +++ b/INFO-3163 (CMS Web Dev)/Project/wordpress_project.sql @@ -0,0 +1,1474 @@ +-- phpMyAdmin SQL Dump +-- version 5.2.1 +-- https://www.phpmyadmin.net/ +-- +-- Host: 127.0.0.1 +-- Generation Time: Apr 15, 2026 at 10:09 PM +-- Server version: 10.4.32-MariaDB +-- PHP Version: 8.2.12 + +SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; +START TRANSACTION; +SET time_zone = "+00:00"; + + +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; +/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; +/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; +/*!40101 SET NAMES utf8mb4 */; + +-- +-- Database: `wordpress_project` +-- +CREATE DATABASE IF NOT EXISTS `wordpress_project` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci; +USE `wordpress_project`; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `wp_actionscheduler_actions` +-- + +CREATE TABLE `wp_actionscheduler_actions` ( + `action_id` bigint(20) UNSIGNED NOT NULL, + `hook` varchar(191) NOT NULL, + `status` varchar(20) NOT NULL, + `scheduled_date_gmt` datetime DEFAULT '0000-00-00 00:00:00', + `scheduled_date_local` datetime DEFAULT '0000-00-00 00:00:00', + `priority` tinyint(3) UNSIGNED NOT NULL DEFAULT 10, + `args` varchar(191) DEFAULT NULL, + `schedule` longtext DEFAULT NULL, + `group_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0, + `attempts` int(11) NOT NULL DEFAULT 0, + `last_attempt_gmt` datetime DEFAULT '0000-00-00 00:00:00', + `last_attempt_local` datetime DEFAULT '0000-00-00 00:00:00', + `claim_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0, + `extended_args` varchar(8000) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + +-- +-- Dumping data for table `wp_actionscheduler_actions` +-- + +INSERT INTO `wp_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES +(30, 'action_scheduler_run_recurring_actions_schedule_hook', 'complete', '2026-04-14 16:05:01', '2026-04-14 12:05:01', 20, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776182701;s:18:\"\0*\0first_timestamp\";i:1776182701;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776182701;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 1, 1, '2026-04-14 16:05:02', '2026-04-14 12:05:02', 1, NULL), +(31, 'action_scheduler/migration_hook', 'complete', '2026-04-14 16:06:02', '2026-04-14 12:06:02', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776182762;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776182762;}', 2, 1, '2026-04-14 16:06:05', '2026-04-14 12:06:05', 4, NULL), +(32, 'action_scheduler_run_recurring_actions_schedule_hook', 'complete', '2026-04-15 16:05:02', '2026-04-15 12:05:02', 20, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776269102;s:18:\"\0*\0first_timestamp\";i:1776182701;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776269102;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 1, 1, '2026-04-15 19:53:20', '2026-04-15 15:53:20', 86, NULL), +(33, 'wpforms_process_forms_locator_scan', 'complete', '2026-04-14 16:06:20', '2026-04-14 12:06:20', 10, '{\"tasks_meta_id\":1}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776182780;s:18:\"\0*\0first_timestamp\";i:1776182780;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776182780;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2026-04-14 16:07:03', '2026-04-14 12:07:03', 6, NULL), +(34, 'wpforms_process_purge_spam', 'complete', '2026-04-14 16:06:20', '2026-04-14 12:06:20', 10, '{\"tasks_meta_id\":2}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776182780;s:18:\"\0*\0first_timestamp\";i:1776182780;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776182780;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2026-04-14 16:07:03', '2026-04-14 12:07:03', 6, NULL), +(35, 'wpforms_email_summaries_fetch_info_blocks', 'pending', '2026-04-19 17:04:14', '2026-04-19 13:04:14', 10, '{\"tasks_meta_id\":null}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776618254;s:18:\"\0*\0first_timestamp\";i:1776618254;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776618254;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}', 3, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL), +(36, 'wpforms_admin_addons_cache_update', 'pending', '2026-04-21 16:06:20', '2026-04-21 12:06:20', 10, '{\"tasks_meta_id\":3}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776787580;s:18:\"\0*\0first_timestamp\";i:1776787580;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776787580;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}', 3, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL), +(37, 'wpforms_admin_builder_templates_cache_update', 'pending', '2026-04-21 16:06:20', '2026-04-21 12:06:20', 10, '{\"tasks_meta_id\":4}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776787580;s:18:\"\0*\0first_timestamp\";i:1776787580;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776787580;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}', 3, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL), +(38, 'wpforms_admin_notifications_update', 'complete', '2026-04-14 16:06:28', '2026-04-14 16:06:28', 10, '{\"tasks_meta_id\":5}', 'O:28:\"ActionScheduler_NullSchedule\":0:{}', 3, 1, '2026-04-14 16:07:03', '2026-04-14 12:07:03', 6, NULL), +(39, 'wpforms_process_forms_locator_scan', 'complete', '2026-04-15 16:07:03', '2026-04-15 12:07:03', 10, '{\"tasks_meta_id\":1}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776269223;s:18:\"\0*\0first_timestamp\";i:1776182780;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776269223;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2026-04-15 19:53:19', '2026-04-15 15:53:19', 86, NULL), +(40, 'wpforms_process_purge_spam', 'complete', '2026-04-15 16:07:03', '2026-04-15 12:07:03', 10, '{\"tasks_meta_id\":2}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776269223;s:18:\"\0*\0first_timestamp\";i:1776182780;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776269223;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 1, '2026-04-15 19:53:19', '2026-04-15 15:53:19', 86, NULL), +(41, 'wpforms_admin_notifications_update', 'complete', '2026-04-15 19:53:13', '2026-04-15 19:53:13', 10, '{\"tasks_meta_id\":6}', 'O:28:\"ActionScheduler_NullSchedule\":0:{}', 3, 1, '2026-04-15 19:53:20', '2026-04-15 15:53:20', 86, NULL), +(42, 'wpforms_process_forms_locator_save', 'complete', '2026-04-15 19:53:19', '2026-04-15 19:53:19', 10, '{\"tasks_meta_id\":7}', 'O:28:\"ActionScheduler_NullSchedule\":0:{}', 3, 1, '2026-04-15 19:53:20', '2026-04-15 15:53:20', 87, NULL), +(43, 'wpforms_process_forms_locator_scan', 'pending', '2026-04-16 19:53:19', '2026-04-16 15:53:19', 10, '{\"tasks_meta_id\":1}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776369199;s:18:\"\0*\0first_timestamp\";i:1776182780;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776369199;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL), +(44, 'wpforms_process_purge_spam', 'pending', '2026-04-16 19:53:19', '2026-04-16 15:53:19', 10, '{\"tasks_meta_id\":2}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776369199;s:18:\"\0*\0first_timestamp\";i:1776182780;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776369199;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 3, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL), +(45, 'action_scheduler_run_recurring_actions_schedule_hook', 'pending', '2026-04-16 19:53:20', '2026-04-16 15:53:20', 20, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776369200;s:18:\"\0*\0first_timestamp\";i:1776182701;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776369200;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 1, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `wp_actionscheduler_claims` +-- + +CREATE TABLE `wp_actionscheduler_claims` ( + `claim_id` bigint(20) UNSIGNED NOT NULL, + `date_created_gmt` datetime DEFAULT '0000-00-00 00:00:00' +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `wp_actionscheduler_groups` +-- + +CREATE TABLE `wp_actionscheduler_groups` ( + `group_id` bigint(20) UNSIGNED NOT NULL, + `slug` varchar(255) NOT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + +-- +-- Dumping data for table `wp_actionscheduler_groups` +-- + +INSERT INTO `wp_actionscheduler_groups` (`group_id`, `slug`) VALUES +(1, 'ActionScheduler'), +(2, 'action-scheduler-migration'), +(3, 'wpforms'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `wp_actionscheduler_logs` +-- + +CREATE TABLE `wp_actionscheduler_logs` ( + `log_id` bigint(20) UNSIGNED NOT NULL, + `action_id` bigint(20) UNSIGNED NOT NULL, + `message` text NOT NULL, + `log_date_gmt` datetime DEFAULT '0000-00-00 00:00:00', + `log_date_local` datetime DEFAULT '0000-00-00 00:00:00' +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + +-- +-- Dumping data for table `wp_actionscheduler_logs` +-- + +INSERT INTO `wp_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES +(1, 30, 'action created', '2026-04-14 16:05:01', '2026-04-14 12:05:01'), +(2, 31, 'action created', '2026-04-14 16:05:02', '2026-04-14 12:05:02'), +(3, 30, 'action started via WP Cron', '2026-04-14 16:05:02', '2026-04-14 12:05:02'), +(4, 30, 'action complete via WP Cron', '2026-04-14 16:05:02', '2026-04-14 12:05:02'), +(5, 32, 'action created', '2026-04-14 16:05:02', '2026-04-14 12:05:02'), +(6, 31, 'action started via Async Request', '2026-04-14 16:06:05', '2026-04-14 12:06:05'), +(7, 31, 'action complete via Async Request', '2026-04-14 16:06:05', '2026-04-14 12:06:05'), +(8, 33, 'action created', '2026-04-14 16:06:20', '2026-04-14 12:06:20'), +(9, 34, 'action created', '2026-04-14 16:06:20', '2026-04-14 12:06:20'), +(10, 35, 'action created', '2026-04-14 16:06:20', '2026-04-14 12:06:20'), +(11, 36, 'action created', '2026-04-14 16:06:20', '2026-04-14 12:06:20'), +(12, 37, 'action created', '2026-04-14 16:06:20', '2026-04-14 12:06:20'), +(13, 38, 'action created', '2026-04-14 16:06:28', '2026-04-14 12:06:28'), +(14, 33, 'action started via WP Cron', '2026-04-14 16:07:03', '2026-04-14 12:07:03'), +(15, 33, 'action complete via WP Cron', '2026-04-14 16:07:03', '2026-04-14 12:07:03'), +(16, 39, 'action created', '2026-04-14 16:07:03', '2026-04-14 12:07:03'), +(17, 34, 'action started via WP Cron', '2026-04-14 16:07:03', '2026-04-14 12:07:03'), +(18, 34, 'action complete via WP Cron', '2026-04-14 16:07:03', '2026-04-14 12:07:03'), +(19, 40, 'action created', '2026-04-14 16:07:03', '2026-04-14 12:07:03'), +(20, 38, 'action started via WP Cron', '2026-04-14 16:07:03', '2026-04-14 12:07:03'), +(21, 38, 'action complete via WP Cron', '2026-04-14 16:07:03', '2026-04-14 12:07:03'), +(22, 41, 'action created', '2026-04-15 19:53:13', '2026-04-15 15:53:13'), +(23, 39, 'action started via WP Cron', '2026-04-15 19:53:19', '2026-04-15 15:53:19'), +(24, 42, 'action created', '2026-04-15 19:53:19', '2026-04-15 15:53:19'), +(25, 39, 'action complete via WP Cron', '2026-04-15 19:53:19', '2026-04-15 15:53:19'), +(26, 43, 'action created', '2026-04-15 19:53:19', '2026-04-15 15:53:19'), +(27, 40, 'action started via WP Cron', '2026-04-15 19:53:19', '2026-04-15 15:53:19'), +(28, 40, 'action complete via WP Cron', '2026-04-15 19:53:19', '2026-04-15 15:53:19'), +(29, 44, 'action created', '2026-04-15 19:53:19', '2026-04-15 15:53:19'), +(30, 41, 'action started via WP Cron', '2026-04-15 19:53:19', '2026-04-15 15:53:19'), +(31, 41, 'action complete via WP Cron', '2026-04-15 19:53:20', '2026-04-15 15:53:20'), +(32, 32, 'action started via WP Cron', '2026-04-15 19:53:20', '2026-04-15 15:53:20'), +(33, 32, 'action complete via WP Cron', '2026-04-15 19:53:20', '2026-04-15 15:53:20'), +(34, 45, 'action created', '2026-04-15 19:53:20', '2026-04-15 15:53:20'), +(35, 42, 'action started via WP Cron', '2026-04-15 19:53:20', '2026-04-15 15:53:20'), +(36, 42, 'action complete via WP Cron', '2026-04-15 19:53:20', '2026-04-15 15:53:20'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `wp_commentmeta` +-- + +CREATE TABLE `wp_commentmeta` ( + `meta_id` bigint(20) UNSIGNED NOT NULL, + `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0, + `meta_key` varchar(255) DEFAULT NULL, + `meta_value` longtext DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `wp_comments` +-- + +CREATE TABLE `wp_comments` ( + `comment_ID` bigint(20) UNSIGNED NOT NULL, + `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT 0, + `comment_author` tinytext NOT NULL, + `comment_author_email` varchar(100) NOT NULL DEFAULT '', + `comment_author_url` varchar(200) NOT NULL DEFAULT '', + `comment_author_IP` varchar(100) NOT NULL DEFAULT '', + `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `comment_content` text NOT NULL, + `comment_karma` int(11) NOT NULL DEFAULT 0, + `comment_approved` varchar(20) NOT NULL DEFAULT '1', + `comment_agent` varchar(255) NOT NULL DEFAULT '', + `comment_type` varchar(20) NOT NULL DEFAULT 'comment', + `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0, + `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0 +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + +-- +-- Dumping data for table `wp_comments` +-- + +INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES +(1, 1, 'A WordPress Commenter', 'wapuu@wordpress.example', 'https://en-ca.wordpress.org/', '', '2026-04-13 17:24:38', '2026-04-13 21:24:38', '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, 'post-trashed', '', 'comment', 0, 0); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `wp_duplicator_packages` +-- + +CREATE TABLE `wp_duplicator_packages` ( + `id` bigint(20) UNSIGNED NOT NULL, + `name` varchar(250) NOT NULL, + `hash` varchar(50) NOT NULL, + `status` int(11) NOT NULL, + `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `owner` varchar(60) NOT NULL, + `package` longtext NOT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `wp_links` +-- + +CREATE TABLE `wp_links` ( + `link_id` bigint(20) UNSIGNED NOT NULL, + `link_url` varchar(255) NOT NULL DEFAULT '', + `link_name` varchar(255) NOT NULL DEFAULT '', + `link_image` varchar(255) NOT NULL DEFAULT '', + `link_target` varchar(25) NOT NULL DEFAULT '', + `link_description` varchar(255) NOT NULL DEFAULT '', + `link_visible` varchar(20) NOT NULL DEFAULT 'Y', + `link_owner` bigint(20) UNSIGNED NOT NULL DEFAULT 1, + `link_rating` int(11) NOT NULL DEFAULT 0, + `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `link_rel` varchar(255) NOT NULL DEFAULT '', + `link_notes` mediumtext NOT NULL, + `link_rss` varchar(255) NOT NULL DEFAULT '' +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `wp_options` +-- + +CREATE TABLE `wp_options` ( + `option_id` bigint(20) UNSIGNED NOT NULL, + `option_name` varchar(191) NOT NULL DEFAULT '', + `option_value` longtext NOT NULL, + `autoload` varchar(20) NOT NULL DEFAULT 'yes' +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + +-- +-- Dumping data for table `wp_options` +-- + +INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES +(1, 'cron', 'a:18:{i:1776282841;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1776284679;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:1776288279;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1776288291;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:1776288293;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:1776288413;a:1:{s:19:\"wp_smush_daily_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1776288418;a:2:{s:13:\"wpseo-reindex\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:31:\"wpseo_permalink_structure_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1776288419;a:1:{s:29:\"wpseo_detect_default_seo_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1776291878;a:1:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1776293678;a:1:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1776295478;a:1:{s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1776297600;a:1:{s:22:\"wdev_logger_clear_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1776581081;a:1:{s:30:\"duplicator_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:22:\"duplicator_weekly_cron\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1776657600;a:2:{s:28:\"wpforms_email_summaries_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}s:33:\"wpforms_weekly_entries_count_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1776708000;a:1:{s:29:\"duplicator_email_summary_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:22:\"duplicator_weekly_cron\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1776720347;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:1776806679;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}', 'on'), +(2, 'siteurl', 'http://localhost/project', 'on'), +(3, 'home', 'http://localhost/project', 'on'), +(4, 'blogname', 'Levi McLean's Pet Forum', 'on'), +(5, 'blogdescription', '', 'on'), +(6, 'users_can_register', '0', 'on'), +(7, 'admin_email', 'aidanmclean111@gmail.com', 'on'), +(8, 'start_of_week', '0', 'on'), +(9, 'use_balanceTags', '0', 'on'), +(10, 'use_smilies', '1', 'on'), +(11, 'require_name_email', '1', 'on'), +(12, 'comments_notify', '1', 'on'), +(13, 'posts_per_rss', '10', 'on'), +(14, 'rss_use_excerpt', '0', 'on'), +(15, 'mailserver_url', 'mail.example.com', 'on'), +(16, 'mailserver_login', 'login@example.com', 'on'), +(17, 'mailserver_pass', '', 'on'), +(18, 'mailserver_port', '110', 'on'), +(19, 'default_category', '1', 'on'), +(20, 'default_comment_status', 'open', 'on'), +(21, 'default_ping_status', 'open', 'on'), +(22, 'default_pingback_flag', '1', 'on'), +(23, 'posts_per_page', '10', 'on'), +(24, 'date_format', 'j F Y', 'on'), +(25, 'time_format', 'g:i a', 'on'), +(26, 'links_updated_date_format', 'j F Y g:i a', 'on'), +(27, 'comment_moderation', '0', 'on'), +(28, 'moderation_notify', '1', 'on'), +(29, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'on'), +(30, 'rewrite_rules', 'a:94:{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: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: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]\";}', 'on'), +(31, 'hack_file', '0', 'on'), +(32, 'blog_charset', 'UTF-8', 'on'), +(33, 'moderation_keys', '', 'off'), +(34, 'active_plugins', 'a:5:{i:0;s:19:\"akismet/akismet.php\";i:1;s:25:\"duplicator/duplicator.php\";i:2;s:24:\"wordpress-seo/wp-seo.php\";i:3;s:23:\"wp-smushit/wp-smush.php\";i:4;s:24:\"wpforms-lite/wpforms.php\";}', 'on'), +(35, 'category_base', '', 'on'), +(36, 'ping_sites', 'https://rpc.pingomatic.com/', 'on'), +(37, 'comment_max_links', '2', 'on'), +(38, 'gmt_offset', '0', 'on'), +(39, 'default_email_category', '1', 'on'), +(40, 'recently_edited', '', 'off'), +(41, 'template', 'bluehost-blueprint', 'on'), +(42, 'stylesheet', 'bluehost-blueprint-child', 'on'), +(43, 'comment_registration', '0', 'on'), +(44, 'html_type', 'text/html', 'on'), +(45, 'use_trackback', '0', 'on'), +(46, 'default_role', 'subscriber', 'on'), +(47, 'db_version', '60717', 'on'), +(48, 'uploads_use_yearmonth_folders', '1', 'on'), +(49, 'upload_path', '', 'on'), +(50, 'blog_public', '1', 'on'), +(51, 'default_link_category', '2', 'on'), +(52, 'show_on_front', 'posts', 'on'), +(53, 'tag_base', '', 'on'), +(54, 'show_avatars', '1', 'on'), +(55, 'avatar_rating', 'G', 'on'), +(56, 'upload_url_path', '', 'on'), +(57, 'thumbnail_size_w', '150', 'on'), +(58, 'thumbnail_size_h', '150', 'on'), +(59, 'thumbnail_crop', '1', 'on'), +(60, 'medium_size_w', '300', 'on'), +(61, 'medium_size_h', '300', 'on'), +(62, 'avatar_default', 'mystery', 'on'), +(63, 'large_size_w', '1024', 'on'), +(64, 'large_size_h', '1024', 'on'), +(65, 'image_default_link_type', 'none', 'on'), +(66, 'image_default_size', '', 'on'), +(67, 'image_default_align', '', 'on'), +(68, 'close_comments_for_old_posts', '0', 'on'), +(69, 'close_comments_days_old', '14', 'on'), +(70, 'thread_comments', '1', 'on'), +(71, 'thread_comments_depth', '5', 'on'), +(72, 'page_comments', '0', 'on'), +(73, 'comments_per_page', '50', 'on'), +(74, 'default_comments_page', 'newest', 'on'), +(75, 'comment_order', 'asc', 'on'), +(76, 'sticky_posts', 'a:0:{}', 'on'), +(77, 'widget_categories', 'a:0:{}', 'on'), +(78, 'widget_text', 'a:0:{}', 'on'), +(79, 'widget_rss', 'a:0:{}', 'on'), +(80, 'uninstall_plugins', 'a:1:{s:24:\"wordpress-seo/wp-seo.php\";s:14:\"__return_false\";}', 'off'), +(81, 'timezone_string', 'America/Toronto', 'on'), +(82, 'page_for_posts', '0', 'on'), +(83, 'page_on_front', '0', 'on'), +(84, 'default_post_format', '0', 'on'), +(85, 'link_manager_enabled', '0', 'on'), +(86, 'finished_splitting_shared_terms', '1', 'on'), +(87, 'site_icon', '0', 'on'), +(88, 'medium_large_size_w', '768', 'on'), +(89, 'medium_large_size_h', '0', 'on'), +(90, 'wp_page_for_privacy_policy', '3', 'on'), +(91, 'show_comments_cookies_opt_in', '1', 'on'), +(92, 'admin_email_lifespan', '1791667478', 'on'), +(93, 'disallowed_keys', '', 'off'), +(94, 'comment_previously_approved', '1', 'on'), +(95, 'auto_plugin_theme_update_emails', 'a:0:{}', 'off'), +(96, 'auto_update_core_dev', 'enabled', 'on'), +(97, 'auto_update_core_minor', 'enabled', 'on'), +(98, 'auto_update_core_major', 'enabled', 'on'), +(99, 'wp_force_deactivated_plugins', 'a:0:{}', 'on'), +(100, 'wp_attachment_pages_enabled', '0', 'on'), +(101, 'wp_notes_notify', '1', 'on'), +(102, 'initial_db_version', '60717', 'on'), +(103, 'wp_user_roles', 'a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{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:\"wpseo_manage_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:36:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:38:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;s:23:\"view_site_health_checks\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}', 'on'), +(104, 'fresh_site', '0', 'off'), +(105, 'WPLANG', 'en_CA', 'auto'), +(106, 'user_count', '1', 'off'), +(107, '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;}', 'auto'), +(108, 'sidebars_widgets', 'a:2:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:13:\"array_version\";i:3;}', 'auto'), +(109, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'), +(110, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'), +(111, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'), +(112, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'), +(113, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'), +(114, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'), +(115, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'), +(116, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'), +(117, 'widget_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'), +(118, 'widget_recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'), +(119, 'widget_recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'), +(120, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'), +(121, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'), +(122, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'), +(123, '_transient_wp_core_block_css_files', 'a:2:{s:7:\"version\";s:5:\"6.9.4\";s:5:\"files\";a:584:{i:0;s:31:\"accordion-heading/style-rtl.css\";i:1;s:35:\"accordion-heading/style-rtl.min.css\";i:2;s:27:\"accordion-heading/style.css\";i:3;s:31:\"accordion-heading/style.min.css\";i:4;s:28:\"accordion-item/style-rtl.css\";i:5;s:32:\"accordion-item/style-rtl.min.css\";i:6;s:24:\"accordion-item/style.css\";i:7;s:28:\"accordion-item/style.min.css\";i:8;s:29:\"accordion-panel/style-rtl.css\";i:9;s:33:\"accordion-panel/style-rtl.min.css\";i:10;s:25:\"accordion-panel/style.css\";i:11;s:29:\"accordion-panel/style.min.css\";i:12;s:23:\"accordion/style-rtl.css\";i:13;s:27:\"accordion/style-rtl.min.css\";i:14;s:19:\"accordion/style.css\";i:15;s:23:\"accordion/style.min.css\";i:16;s:23:\"archives/editor-rtl.css\";i:17;s:27:\"archives/editor-rtl.min.css\";i:18;s:19:\"archives/editor.css\";i:19;s:23:\"archives/editor.min.css\";i:20;s:22:\"archives/style-rtl.css\";i:21;s:26:\"archives/style-rtl.min.css\";i:22;s:18:\"archives/style.css\";i:23;s:22:\"archives/style.min.css\";i:24;s:20:\"audio/editor-rtl.css\";i:25;s:24:\"audio/editor-rtl.min.css\";i:26;s:16:\"audio/editor.css\";i:27;s:20:\"audio/editor.min.css\";i:28;s:19:\"audio/style-rtl.css\";i:29;s:23:\"audio/style-rtl.min.css\";i:30;s:15:\"audio/style.css\";i:31;s:19:\"audio/style.min.css\";i:32;s:19:\"audio/theme-rtl.css\";i:33;s:23:\"audio/theme-rtl.min.css\";i:34;s:15:\"audio/theme.css\";i:35;s:19:\"audio/theme.min.css\";i:36;s:21:\"avatar/editor-rtl.css\";i:37;s:25:\"avatar/editor-rtl.min.css\";i:38;s:17:\"avatar/editor.css\";i:39;s:21:\"avatar/editor.min.css\";i:40;s:20:\"avatar/style-rtl.css\";i:41;s:24:\"avatar/style-rtl.min.css\";i:42;s:16:\"avatar/style.css\";i:43;s:20:\"avatar/style.min.css\";i:44;s:21:\"button/editor-rtl.css\";i:45;s:25:\"button/editor-rtl.min.css\";i:46;s:17:\"button/editor.css\";i:47;s:21:\"button/editor.min.css\";i:48;s:20:\"button/style-rtl.css\";i:49;s:24:\"button/style-rtl.min.css\";i:50;s:16:\"button/style.css\";i:51;s:20:\"button/style.min.css\";i:52;s:22:\"buttons/editor-rtl.css\";i:53;s:26:\"buttons/editor-rtl.min.css\";i:54;s:18:\"buttons/editor.css\";i:55;s:22:\"buttons/editor.min.css\";i:56;s:21:\"buttons/style-rtl.css\";i:57;s:25:\"buttons/style-rtl.min.css\";i:58;s:17:\"buttons/style.css\";i:59;s:21:\"buttons/style.min.css\";i:60;s:22:\"calendar/style-rtl.css\";i:61;s:26:\"calendar/style-rtl.min.css\";i:62;s:18:\"calendar/style.css\";i:63;s:22:\"calendar/style.min.css\";i:64;s:25:\"categories/editor-rtl.css\";i:65;s:29:\"categories/editor-rtl.min.css\";i:66;s:21:\"categories/editor.css\";i:67;s:25:\"categories/editor.min.css\";i:68;s:24:\"categories/style-rtl.css\";i:69;s:28:\"categories/style-rtl.min.css\";i:70;s:20:\"categories/style.css\";i:71;s:24:\"categories/style.min.css\";i:72;s:19:\"code/editor-rtl.css\";i:73;s:23:\"code/editor-rtl.min.css\";i:74;s:15:\"code/editor.css\";i:75;s:19:\"code/editor.min.css\";i:76;s:18:\"code/style-rtl.css\";i:77;s:22:\"code/style-rtl.min.css\";i:78;s:14:\"code/style.css\";i:79;s:18:\"code/style.min.css\";i:80;s:18:\"code/theme-rtl.css\";i:81;s:22:\"code/theme-rtl.min.css\";i:82;s:14:\"code/theme.css\";i:83;s:18:\"code/theme.min.css\";i:84;s:22:\"columns/editor-rtl.css\";i:85;s:26:\"columns/editor-rtl.min.css\";i:86;s:18:\"columns/editor.css\";i:87;s:22:\"columns/editor.min.css\";i:88;s:21:\"columns/style-rtl.css\";i:89;s:25:\"columns/style-rtl.min.css\";i:90;s:17:\"columns/style.css\";i:91;s:21:\"columns/style.min.css\";i:92;s:33:\"comment-author-name/style-rtl.css\";i:93;s:37:\"comment-author-name/style-rtl.min.css\";i:94;s:29:\"comment-author-name/style.css\";i:95;s:33:\"comment-author-name/style.min.css\";i:96;s:29:\"comment-content/style-rtl.css\";i:97;s:33:\"comment-content/style-rtl.min.css\";i:98;s:25:\"comment-content/style.css\";i:99;s:29:\"comment-content/style.min.css\";i:100;s:26:\"comment-date/style-rtl.css\";i:101;s:30:\"comment-date/style-rtl.min.css\";i:102;s:22:\"comment-date/style.css\";i:103;s:26:\"comment-date/style.min.css\";i:104;s:31:\"comment-edit-link/style-rtl.css\";i:105;s:35:\"comment-edit-link/style-rtl.min.css\";i:106;s:27:\"comment-edit-link/style.css\";i:107;s:31:\"comment-edit-link/style.min.css\";i:108;s:32:\"comment-reply-link/style-rtl.css\";i:109;s:36:\"comment-reply-link/style-rtl.min.css\";i:110;s:28:\"comment-reply-link/style.css\";i:111;s:32:\"comment-reply-link/style.min.css\";i:112;s:30:\"comment-template/style-rtl.css\";i:113;s:34:\"comment-template/style-rtl.min.css\";i:114;s:26:\"comment-template/style.css\";i:115;s:30:\"comment-template/style.min.css\";i:116;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:117;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:118;s:38:\"comments-pagination-numbers/editor.css\";i:119;s:42:\"comments-pagination-numbers/editor.min.css\";i:120;s:34:\"comments-pagination/editor-rtl.css\";i:121;s:38:\"comments-pagination/editor-rtl.min.css\";i:122;s:30:\"comments-pagination/editor.css\";i:123;s:34:\"comments-pagination/editor.min.css\";i:124;s:33:\"comments-pagination/style-rtl.css\";i:125;s:37:\"comments-pagination/style-rtl.min.css\";i:126;s:29:\"comments-pagination/style.css\";i:127;s:33:\"comments-pagination/style.min.css\";i:128;s:29:\"comments-title/editor-rtl.css\";i:129;s:33:\"comments-title/editor-rtl.min.css\";i:130;s:25:\"comments-title/editor.css\";i:131;s:29:\"comments-title/editor.min.css\";i:132;s:23:\"comments/editor-rtl.css\";i:133;s:27:\"comments/editor-rtl.min.css\";i:134;s:19:\"comments/editor.css\";i:135;s:23:\"comments/editor.min.css\";i:136;s:22:\"comments/style-rtl.css\";i:137;s:26:\"comments/style-rtl.min.css\";i:138;s:18:\"comments/style.css\";i:139;s:22:\"comments/style.min.css\";i:140;s:20:\"cover/editor-rtl.css\";i:141;s:24:\"cover/editor-rtl.min.css\";i:142;s:16:\"cover/editor.css\";i:143;s:20:\"cover/editor.min.css\";i:144;s:19:\"cover/style-rtl.css\";i:145;s:23:\"cover/style-rtl.min.css\";i:146;s:15:\"cover/style.css\";i:147;s:19:\"cover/style.min.css\";i:148;s:22:\"details/editor-rtl.css\";i:149;s:26:\"details/editor-rtl.min.css\";i:150;s:18:\"details/editor.css\";i:151;s:22:\"details/editor.min.css\";i:152;s:21:\"details/style-rtl.css\";i:153;s:25:\"details/style-rtl.min.css\";i:154;s:17:\"details/style.css\";i:155;s:21:\"details/style.min.css\";i:156;s:20:\"embed/editor-rtl.css\";i:157;s:24:\"embed/editor-rtl.min.css\";i:158;s:16:\"embed/editor.css\";i:159;s:20:\"embed/editor.min.css\";i:160;s:19:\"embed/style-rtl.css\";i:161;s:23:\"embed/style-rtl.min.css\";i:162;s:15:\"embed/style.css\";i:163;s:19:\"embed/style.min.css\";i:164;s:19:\"embed/theme-rtl.css\";i:165;s:23:\"embed/theme-rtl.min.css\";i:166;s:15:\"embed/theme.css\";i:167;s:19:\"embed/theme.min.css\";i:168;s:19:\"file/editor-rtl.css\";i:169;s:23:\"file/editor-rtl.min.css\";i:170;s:15:\"file/editor.css\";i:171;s:19:\"file/editor.min.css\";i:172;s:18:\"file/style-rtl.css\";i:173;s:22:\"file/style-rtl.min.css\";i:174;s:14:\"file/style.css\";i:175;s:18:\"file/style.min.css\";i:176;s:23:\"footnotes/style-rtl.css\";i:177;s:27:\"footnotes/style-rtl.min.css\";i:178;s:19:\"footnotes/style.css\";i:179;s:23:\"footnotes/style.min.css\";i:180;s:23:\"freeform/editor-rtl.css\";i:181;s:27:\"freeform/editor-rtl.min.css\";i:182;s:19:\"freeform/editor.css\";i:183;s:23:\"freeform/editor.min.css\";i:184;s:22:\"gallery/editor-rtl.css\";i:185;s:26:\"gallery/editor-rtl.min.css\";i:186;s:18:\"gallery/editor.css\";i:187;s:22:\"gallery/editor.min.css\";i:188;s:21:\"gallery/style-rtl.css\";i:189;s:25:\"gallery/style-rtl.min.css\";i:190;s:17:\"gallery/style.css\";i:191;s:21:\"gallery/style.min.css\";i:192;s:21:\"gallery/theme-rtl.css\";i:193;s:25:\"gallery/theme-rtl.min.css\";i:194;s:17:\"gallery/theme.css\";i:195;s:21:\"gallery/theme.min.css\";i:196;s:20:\"group/editor-rtl.css\";i:197;s:24:\"group/editor-rtl.min.css\";i:198;s:16:\"group/editor.css\";i:199;s:20:\"group/editor.min.css\";i:200;s:19:\"group/style-rtl.css\";i:201;s:23:\"group/style-rtl.min.css\";i:202;s:15:\"group/style.css\";i:203;s:19:\"group/style.min.css\";i:204;s:19:\"group/theme-rtl.css\";i:205;s:23:\"group/theme-rtl.min.css\";i:206;s:15:\"group/theme.css\";i:207;s:19:\"group/theme.min.css\";i:208;s:21:\"heading/style-rtl.css\";i:209;s:25:\"heading/style-rtl.min.css\";i:210;s:17:\"heading/style.css\";i:211;s:21:\"heading/style.min.css\";i:212;s:19:\"html/editor-rtl.css\";i:213;s:23:\"html/editor-rtl.min.css\";i:214;s:15:\"html/editor.css\";i:215;s:19:\"html/editor.min.css\";i:216;s:20:\"image/editor-rtl.css\";i:217;s:24:\"image/editor-rtl.min.css\";i:218;s:16:\"image/editor.css\";i:219;s:20:\"image/editor.min.css\";i:220;s:19:\"image/style-rtl.css\";i:221;s:23:\"image/style-rtl.min.css\";i:222;s:15:\"image/style.css\";i:223;s:19:\"image/style.min.css\";i:224;s:19:\"image/theme-rtl.css\";i:225;s:23:\"image/theme-rtl.min.css\";i:226;s:15:\"image/theme.css\";i:227;s:19:\"image/theme.min.css\";i:228;s:29:\"latest-comments/style-rtl.css\";i:229;s:33:\"latest-comments/style-rtl.min.css\";i:230;s:25:\"latest-comments/style.css\";i:231;s:29:\"latest-comments/style.min.css\";i:232;s:27:\"latest-posts/editor-rtl.css\";i:233;s:31:\"latest-posts/editor-rtl.min.css\";i:234;s:23:\"latest-posts/editor.css\";i:235;s:27:\"latest-posts/editor.min.css\";i:236;s:26:\"latest-posts/style-rtl.css\";i:237;s:30:\"latest-posts/style-rtl.min.css\";i:238;s:22:\"latest-posts/style.css\";i:239;s:26:\"latest-posts/style.min.css\";i:240;s:18:\"list/style-rtl.css\";i:241;s:22:\"list/style-rtl.min.css\";i:242;s:14:\"list/style.css\";i:243;s:18:\"list/style.min.css\";i:244;s:22:\"loginout/style-rtl.css\";i:245;s:26:\"loginout/style-rtl.min.css\";i:246;s:18:\"loginout/style.css\";i:247;s:22:\"loginout/style.min.css\";i:248;s:19:\"math/editor-rtl.css\";i:249;s:23:\"math/editor-rtl.min.css\";i:250;s:15:\"math/editor.css\";i:251;s:19:\"math/editor.min.css\";i:252;s:18:\"math/style-rtl.css\";i:253;s:22:\"math/style-rtl.min.css\";i:254;s:14:\"math/style.css\";i:255;s:18:\"math/style.min.css\";i:256;s:25:\"media-text/editor-rtl.css\";i:257;s:29:\"media-text/editor-rtl.min.css\";i:258;s:21:\"media-text/editor.css\";i:259;s:25:\"media-text/editor.min.css\";i:260;s:24:\"media-text/style-rtl.css\";i:261;s:28:\"media-text/style-rtl.min.css\";i:262;s:20:\"media-text/style.css\";i:263;s:24:\"media-text/style.min.css\";i:264;s:19:\"more/editor-rtl.css\";i:265;s:23:\"more/editor-rtl.min.css\";i:266;s:15:\"more/editor.css\";i:267;s:19:\"more/editor.min.css\";i:268;s:30:\"navigation-link/editor-rtl.css\";i:269;s:34:\"navigation-link/editor-rtl.min.css\";i:270;s:26:\"navigation-link/editor.css\";i:271;s:30:\"navigation-link/editor.min.css\";i:272;s:29:\"navigation-link/style-rtl.css\";i:273;s:33:\"navigation-link/style-rtl.min.css\";i:274;s:25:\"navigation-link/style.css\";i:275;s:29:\"navigation-link/style.min.css\";i:276;s:33:\"navigation-submenu/editor-rtl.css\";i:277;s:37:\"navigation-submenu/editor-rtl.min.css\";i:278;s:29:\"navigation-submenu/editor.css\";i:279;s:33:\"navigation-submenu/editor.min.css\";i:280;s:25:\"navigation/editor-rtl.css\";i:281;s:29:\"navigation/editor-rtl.min.css\";i:282;s:21:\"navigation/editor.css\";i:283;s:25:\"navigation/editor.min.css\";i:284;s:24:\"navigation/style-rtl.css\";i:285;s:28:\"navigation/style-rtl.min.css\";i:286;s:20:\"navigation/style.css\";i:287;s:24:\"navigation/style.min.css\";i:288;s:23:\"nextpage/editor-rtl.css\";i:289;s:27:\"nextpage/editor-rtl.min.css\";i:290;s:19:\"nextpage/editor.css\";i:291;s:23:\"nextpage/editor.min.css\";i:292;s:24:\"page-list/editor-rtl.css\";i:293;s:28:\"page-list/editor-rtl.min.css\";i:294;s:20:\"page-list/editor.css\";i:295;s:24:\"page-list/editor.min.css\";i:296;s:23:\"page-list/style-rtl.css\";i:297;s:27:\"page-list/style-rtl.min.css\";i:298;s:19:\"page-list/style.css\";i:299;s:23:\"page-list/style.min.css\";i:300;s:24:\"paragraph/editor-rtl.css\";i:301;s:28:\"paragraph/editor-rtl.min.css\";i:302;s:20:\"paragraph/editor.css\";i:303;s:24:\"paragraph/editor.min.css\";i:304;s:23:\"paragraph/style-rtl.css\";i:305;s:27:\"paragraph/style-rtl.min.css\";i:306;s:19:\"paragraph/style.css\";i:307;s:23:\"paragraph/style.min.css\";i:308;s:35:\"post-author-biography/style-rtl.css\";i:309;s:39:\"post-author-biography/style-rtl.min.css\";i:310;s:31:\"post-author-biography/style.css\";i:311;s:35:\"post-author-biography/style.min.css\";i:312;s:30:\"post-author-name/style-rtl.css\";i:313;s:34:\"post-author-name/style-rtl.min.css\";i:314;s:26:\"post-author-name/style.css\";i:315;s:30:\"post-author-name/style.min.css\";i:316;s:25:\"post-author/style-rtl.css\";i:317;s:29:\"post-author/style-rtl.min.css\";i:318;s:21:\"post-author/style.css\";i:319;s:25:\"post-author/style.min.css\";i:320;s:33:\"post-comments-count/style-rtl.css\";i:321;s:37:\"post-comments-count/style-rtl.min.css\";i:322;s:29:\"post-comments-count/style.css\";i:323;s:33:\"post-comments-count/style.min.css\";i:324;s:33:\"post-comments-form/editor-rtl.css\";i:325;s:37:\"post-comments-form/editor-rtl.min.css\";i:326;s:29:\"post-comments-form/editor.css\";i:327;s:33:\"post-comments-form/editor.min.css\";i:328;s:32:\"post-comments-form/style-rtl.css\";i:329;s:36:\"post-comments-form/style-rtl.min.css\";i:330;s:28:\"post-comments-form/style.css\";i:331;s:32:\"post-comments-form/style.min.css\";i:332;s:32:\"post-comments-link/style-rtl.css\";i:333;s:36:\"post-comments-link/style-rtl.min.css\";i:334;s:28:\"post-comments-link/style.css\";i:335;s:32:\"post-comments-link/style.min.css\";i:336;s:26:\"post-content/style-rtl.css\";i:337;s:30:\"post-content/style-rtl.min.css\";i:338;s:22:\"post-content/style.css\";i:339;s:26:\"post-content/style.min.css\";i:340;s:23:\"post-date/style-rtl.css\";i:341;s:27:\"post-date/style-rtl.min.css\";i:342;s:19:\"post-date/style.css\";i:343;s:23:\"post-date/style.min.css\";i:344;s:27:\"post-excerpt/editor-rtl.css\";i:345;s:31:\"post-excerpt/editor-rtl.min.css\";i:346;s:23:\"post-excerpt/editor.css\";i:347;s:27:\"post-excerpt/editor.min.css\";i:348;s:26:\"post-excerpt/style-rtl.css\";i:349;s:30:\"post-excerpt/style-rtl.min.css\";i:350;s:22:\"post-excerpt/style.css\";i:351;s:26:\"post-excerpt/style.min.css\";i:352;s:34:\"post-featured-image/editor-rtl.css\";i:353;s:38:\"post-featured-image/editor-rtl.min.css\";i:354;s:30:\"post-featured-image/editor.css\";i:355;s:34:\"post-featured-image/editor.min.css\";i:356;s:33:\"post-featured-image/style-rtl.css\";i:357;s:37:\"post-featured-image/style-rtl.min.css\";i:358;s:29:\"post-featured-image/style.css\";i:359;s:33:\"post-featured-image/style.min.css\";i:360;s:34:\"post-navigation-link/style-rtl.css\";i:361;s:38:\"post-navigation-link/style-rtl.min.css\";i:362;s:30:\"post-navigation-link/style.css\";i:363;s:34:\"post-navigation-link/style.min.css\";i:364;s:27:\"post-template/style-rtl.css\";i:365;s:31:\"post-template/style-rtl.min.css\";i:366;s:23:\"post-template/style.css\";i:367;s:27:\"post-template/style.min.css\";i:368;s:24:\"post-terms/style-rtl.css\";i:369;s:28:\"post-terms/style-rtl.min.css\";i:370;s:20:\"post-terms/style.css\";i:371;s:24:\"post-terms/style.min.css\";i:372;s:31:\"post-time-to-read/style-rtl.css\";i:373;s:35:\"post-time-to-read/style-rtl.min.css\";i:374;s:27:\"post-time-to-read/style.css\";i:375;s:31:\"post-time-to-read/style.min.css\";i:376;s:24:\"post-title/style-rtl.css\";i:377;s:28:\"post-title/style-rtl.min.css\";i:378;s:20:\"post-title/style.css\";i:379;s:24:\"post-title/style.min.css\";i:380;s:26:\"preformatted/style-rtl.css\";i:381;s:30:\"preformatted/style-rtl.min.css\";i:382;s:22:\"preformatted/style.css\";i:383;s:26:\"preformatted/style.min.css\";i:384;s:24:\"pullquote/editor-rtl.css\";i:385;s:28:\"pullquote/editor-rtl.min.css\";i:386;s:20:\"pullquote/editor.css\";i:387;s:24:\"pullquote/editor.min.css\";i:388;s:23:\"pullquote/style-rtl.css\";i:389;s:27:\"pullquote/style-rtl.min.css\";i:390;s:19:\"pullquote/style.css\";i:391;s:23:\"pullquote/style.min.css\";i:392;s:23:\"pullquote/theme-rtl.css\";i:393;s:27:\"pullquote/theme-rtl.min.css\";i:394;s:19:\"pullquote/theme.css\";i:395;s:23:\"pullquote/theme.min.css\";i:396;s:39:\"query-pagination-numbers/editor-rtl.css\";i:397;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:398;s:35:\"query-pagination-numbers/editor.css\";i:399;s:39:\"query-pagination-numbers/editor.min.css\";i:400;s:31:\"query-pagination/editor-rtl.css\";i:401;s:35:\"query-pagination/editor-rtl.min.css\";i:402;s:27:\"query-pagination/editor.css\";i:403;s:31:\"query-pagination/editor.min.css\";i:404;s:30:\"query-pagination/style-rtl.css\";i:405;s:34:\"query-pagination/style-rtl.min.css\";i:406;s:26:\"query-pagination/style.css\";i:407;s:30:\"query-pagination/style.min.css\";i:408;s:25:\"query-title/style-rtl.css\";i:409;s:29:\"query-title/style-rtl.min.css\";i:410;s:21:\"query-title/style.css\";i:411;s:25:\"query-title/style.min.css\";i:412;s:25:\"query-total/style-rtl.css\";i:413;s:29:\"query-total/style-rtl.min.css\";i:414;s:21:\"query-total/style.css\";i:415;s:25:\"query-total/style.min.css\";i:416;s:20:\"query/editor-rtl.css\";i:417;s:24:\"query/editor-rtl.min.css\";i:418;s:16:\"query/editor.css\";i:419;s:20:\"query/editor.min.css\";i:420;s:19:\"quote/style-rtl.css\";i:421;s:23:\"quote/style-rtl.min.css\";i:422;s:15:\"quote/style.css\";i:423;s:19:\"quote/style.min.css\";i:424;s:19:\"quote/theme-rtl.css\";i:425;s:23:\"quote/theme-rtl.min.css\";i:426;s:15:\"quote/theme.css\";i:427;s:19:\"quote/theme.min.css\";i:428;s:23:\"read-more/style-rtl.css\";i:429;s:27:\"read-more/style-rtl.min.css\";i:430;s:19:\"read-more/style.css\";i:431;s:23:\"read-more/style.min.css\";i:432;s:18:\"rss/editor-rtl.css\";i:433;s:22:\"rss/editor-rtl.min.css\";i:434;s:14:\"rss/editor.css\";i:435;s:18:\"rss/editor.min.css\";i:436;s:17:\"rss/style-rtl.css\";i:437;s:21:\"rss/style-rtl.min.css\";i:438;s:13:\"rss/style.css\";i:439;s:17:\"rss/style.min.css\";i:440;s:21:\"search/editor-rtl.css\";i:441;s:25:\"search/editor-rtl.min.css\";i:442;s:17:\"search/editor.css\";i:443;s:21:\"search/editor.min.css\";i:444;s:20:\"search/style-rtl.css\";i:445;s:24:\"search/style-rtl.min.css\";i:446;s:16:\"search/style.css\";i:447;s:20:\"search/style.min.css\";i:448;s:20:\"search/theme-rtl.css\";i:449;s:24:\"search/theme-rtl.min.css\";i:450;s:16:\"search/theme.css\";i:451;s:20:\"search/theme.min.css\";i:452;s:24:\"separator/editor-rtl.css\";i:453;s:28:\"separator/editor-rtl.min.css\";i:454;s:20:\"separator/editor.css\";i:455;s:24:\"separator/editor.min.css\";i:456;s:23:\"separator/style-rtl.css\";i:457;s:27:\"separator/style-rtl.min.css\";i:458;s:19:\"separator/style.css\";i:459;s:23:\"separator/style.min.css\";i:460;s:23:\"separator/theme-rtl.css\";i:461;s:27:\"separator/theme-rtl.min.css\";i:462;s:19:\"separator/theme.css\";i:463;s:23:\"separator/theme.min.css\";i:464;s:24:\"shortcode/editor-rtl.css\";i:465;s:28:\"shortcode/editor-rtl.min.css\";i:466;s:20:\"shortcode/editor.css\";i:467;s:24:\"shortcode/editor.min.css\";i:468;s:24:\"site-logo/editor-rtl.css\";i:469;s:28:\"site-logo/editor-rtl.min.css\";i:470;s:20:\"site-logo/editor.css\";i:471;s:24:\"site-logo/editor.min.css\";i:472;s:23:\"site-logo/style-rtl.css\";i:473;s:27:\"site-logo/style-rtl.min.css\";i:474;s:19:\"site-logo/style.css\";i:475;s:23:\"site-logo/style.min.css\";i:476;s:27:\"site-tagline/editor-rtl.css\";i:477;s:31:\"site-tagline/editor-rtl.min.css\";i:478;s:23:\"site-tagline/editor.css\";i:479;s:27:\"site-tagline/editor.min.css\";i:480;s:26:\"site-tagline/style-rtl.css\";i:481;s:30:\"site-tagline/style-rtl.min.css\";i:482;s:22:\"site-tagline/style.css\";i:483;s:26:\"site-tagline/style.min.css\";i:484;s:25:\"site-title/editor-rtl.css\";i:485;s:29:\"site-title/editor-rtl.min.css\";i:486;s:21:\"site-title/editor.css\";i:487;s:25:\"site-title/editor.min.css\";i:488;s:24:\"site-title/style-rtl.css\";i:489;s:28:\"site-title/style-rtl.min.css\";i:490;s:20:\"site-title/style.css\";i:491;s:24:\"site-title/style.min.css\";i:492;s:26:\"social-link/editor-rtl.css\";i:493;s:30:\"social-link/editor-rtl.min.css\";i:494;s:22:\"social-link/editor.css\";i:495;s:26:\"social-link/editor.min.css\";i:496;s:27:\"social-links/editor-rtl.css\";i:497;s:31:\"social-links/editor-rtl.min.css\";i:498;s:23:\"social-links/editor.css\";i:499;s:27:\"social-links/editor.min.css\";i:500;s:26:\"social-links/style-rtl.css\";i:501;s:30:\"social-links/style-rtl.min.css\";i:502;s:22:\"social-links/style.css\";i:503;s:26:\"social-links/style.min.css\";i:504;s:21:\"spacer/editor-rtl.css\";i:505;s:25:\"spacer/editor-rtl.min.css\";i:506;s:17:\"spacer/editor.css\";i:507;s:21:\"spacer/editor.min.css\";i:508;s:20:\"spacer/style-rtl.css\";i:509;s:24:\"spacer/style-rtl.min.css\";i:510;s:16:\"spacer/style.css\";i:511;s:20:\"spacer/style.min.css\";i:512;s:20:\"table/editor-rtl.css\";i:513;s:24:\"table/editor-rtl.min.css\";i:514;s:16:\"table/editor.css\";i:515;s:20:\"table/editor.min.css\";i:516;s:19:\"table/style-rtl.css\";i:517;s:23:\"table/style-rtl.min.css\";i:518;s:15:\"table/style.css\";i:519;s:19:\"table/style.min.css\";i:520;s:19:\"table/theme-rtl.css\";i:521;s:23:\"table/theme-rtl.min.css\";i:522;s:15:\"table/theme.css\";i:523;s:19:\"table/theme.min.css\";i:524;s:24:\"tag-cloud/editor-rtl.css\";i:525;s:28:\"tag-cloud/editor-rtl.min.css\";i:526;s:20:\"tag-cloud/editor.css\";i:527;s:24:\"tag-cloud/editor.min.css\";i:528;s:23:\"tag-cloud/style-rtl.css\";i:529;s:27:\"tag-cloud/style-rtl.min.css\";i:530;s:19:\"tag-cloud/style.css\";i:531;s:23:\"tag-cloud/style.min.css\";i:532;s:28:\"template-part/editor-rtl.css\";i:533;s:32:\"template-part/editor-rtl.min.css\";i:534;s:24:\"template-part/editor.css\";i:535;s:28:\"template-part/editor.min.css\";i:536;s:27:\"template-part/theme-rtl.css\";i:537;s:31:\"template-part/theme-rtl.min.css\";i:538;s:23:\"template-part/theme.css\";i:539;s:27:\"template-part/theme.min.css\";i:540;s:24:\"term-count/style-rtl.css\";i:541;s:28:\"term-count/style-rtl.min.css\";i:542;s:20:\"term-count/style.css\";i:543;s:24:\"term-count/style.min.css\";i:544;s:30:\"term-description/style-rtl.css\";i:545;s:34:\"term-description/style-rtl.min.css\";i:546;s:26:\"term-description/style.css\";i:547;s:30:\"term-description/style.min.css\";i:548;s:23:\"term-name/style-rtl.css\";i:549;s:27:\"term-name/style-rtl.min.css\";i:550;s:19:\"term-name/style.css\";i:551;s:23:\"term-name/style.min.css\";i:552;s:28:\"term-template/editor-rtl.css\";i:553;s:32:\"term-template/editor-rtl.min.css\";i:554;s:24:\"term-template/editor.css\";i:555;s:28:\"term-template/editor.min.css\";i:556;s:27:\"term-template/style-rtl.css\";i:557;s:31:\"term-template/style-rtl.min.css\";i:558;s:23:\"term-template/style.css\";i:559;s:27:\"term-template/style.min.css\";i:560;s:27:\"text-columns/editor-rtl.css\";i:561;s:31:\"text-columns/editor-rtl.min.css\";i:562;s:23:\"text-columns/editor.css\";i:563;s:27:\"text-columns/editor.min.css\";i:564;s:26:\"text-columns/style-rtl.css\";i:565;s:30:\"text-columns/style-rtl.min.css\";i:566;s:22:\"text-columns/style.css\";i:567;s:26:\"text-columns/style.min.css\";i:568;s:19:\"verse/style-rtl.css\";i:569;s:23:\"verse/style-rtl.min.css\";i:570;s:15:\"verse/style.css\";i:571;s:19:\"verse/style.min.css\";i:572;s:20:\"video/editor-rtl.css\";i:573;s:24:\"video/editor-rtl.min.css\";i:574;s:16:\"video/editor.css\";i:575;s:20:\"video/editor.min.css\";i:576;s:19:\"video/style-rtl.css\";i:577;s:23:\"video/style-rtl.min.css\";i:578;s:15:\"video/style.css\";i:579;s:19:\"video/style.min.css\";i:580;s:19:\"video/theme-rtl.css\";i:581;s:23:\"video/theme-rtl.min.css\";i:582;s:15:\"video/theme.css\";i:583;s:19:\"video/theme.min.css\";}}', 'on'); +INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES +(126, 'theme_mods_twentytwentyfive', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1776115720;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}', 'off'), +(127, '_transient_wp_styles_for_blocks', 'a:2:{s:4:\"hash\";s:32:\"44b90fccbbb0e016bb51a16b87e974c0\";s:6:\"blocks\";a:28:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:0:\"\";s:18:\"core/term-template\";s:0:\"\";s:12:\"core/columns\";s:0:\"\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";s:13:\"core/archives\";s:51:\":root :where(.wp-block-archives){line-height: 1.5;}\";s:11:\"core/avatar\";s:58:\":root :where(.wp-block-avatar img){border-radius: 1000px;}\";s:13:\"core/calendar\";s:239:\":root :where(.wp-block-calendar){font-size: var(--wp--preset--font-size--small);font-style: normal;font-weight: 500;line-height: 1.8;}:root :where(.wp-block-calendar table, .wp-block-calendar th){color: var(--wp--preset--color--contrast);}\";s:32:\"41ee56dee0033b7ab8da2181095e39af\";s:110:\":root :where(.wp-block-calendar a:where(:not(.wp-element-button))){color: var(--wp--preset--color--contrast);}\";s:32:\"7fdac1e8ad5671104277b84adedb7dff\";s:116:\":root :where(.wp-block-calendar a:where(:not(.wp-element-button)):hover){color: var(--wp--preset--color--accent-1);}\";s:9:\"core/code\";s:316:\":root :where(.wp-block-code){background-color: var(--wp--preset--color--base-midtone);font-size: var(--wp--preset--font-size--small);padding-top: var(--wp--preset--spacing--20);padding-right: var(--wp--preset--spacing--20);padding-bottom: var(--wp--preset--spacing--20);padding-left: var(--wp--preset--spacing--20);}\";s:17:\"core/latest-posts\";s:55:\":root :where(.wp-block-latest-posts){line-height: 1.5;}\";s:9:\"core/list\";s:47:\":root :where(.wp-block-list){line-height: 1.5;}\";s:14:\"core/list-item\";s:54:\":root :where(.wp-block-list > li){margin-top: 0.8rem;}\";s:14:\"core/page-list\";s:52:\":root :where(.wp-block-page-list){line-height: 1.5;}\";s:14:\"core/paragraph\";s:34:\":root :where(p){line-height: 1.5;}\";s:17:\"core/post-excerpt\";s:88:\":root :where(.wp-block-post-excerpt){color: var(--wp--preset--color--contrast-midtone);}\";s:15:\"core/post-terms\";s:0:\"\";s:32:\"b7c958776cf894ff147e343b0c9ddf57\";s:92:\":root :where(.wp-block-post-terms a:where(:not(.wp-element-button))){text-decoration: none;}\";s:14:\"core/separator\";s:154:\":root :where(.wp-block-separator){}:root :where(.wp-block-separator:not(.is-style-wide):not(.is-style-dots):not(.alignwide):not(.alignfull)){width: 120px}\";s:10:\"core/verse\";s:48:\":root :where(.wp-block-verse){line-height: 1.6;}\";s:10:\"core/group\";s:0:\"\";s:12:\"core/heading\";s:0:\"\";s:15:\"core/post-title\";s:0:\"\";s:11:\"core/column\";s:0:\"\";s:10:\"core/cover\";s:0:\"\";s:10:\"core/image\";s:0:\"\";}}', 'on'), +(129, 'recovery_keys', 'a:0:{}', 'off'), +(137, '_site_transient_timeout_browser_b87543ecbc0ba610d9f06f9f2c432a46', '1776720293', 'off'), +(138, '_site_transient_browser_b87543ecbc0ba610d9f06f9f2c432a46', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"147.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}', 'off'), +(139, '_site_transient_timeout_php_check_da775d00ae55849f14f81cf79fc50d46', '1776720293', 'off'), +(140, '_site_transient_php_check_da775d00ae55849f14f81cf79fc50d46', 'a:5:{s:19:\"recommended_version\";s:3:\"8.3\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'off'), +(144, 'can_compress_scripts', '1', 'on'), +(155, '_site_transient_wp_plugin_dependencies_plugin_data', 'a:0:{}', 'off'), +(156, 'recently_activated', 'a:0:{}', 'off'), +(164, 'finished_updating_comment_type', '1', 'auto'), +(179, 'widget_akismet_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'), +(180, 'duplicator_version_plugin', '1.5.16', 'auto'), +(182, 'duplicator_install_info', 'a:3:{s:7:\"version\";s:6:\"1.5.16\";s:4:\"time\";i:1776115606;s:10:\"updateTime\";i:1776115606;}', 'off'), +(183, 'duplicator_uninstall_package', '1', 'auto'), +(184, 'duplicator_uninstall_settings', '1', 'auto'), +(185, 'duplicator_settings', 'a:20:{s:7:\"version\";s:6:\"1.5.16\";s:18:\"uninstall_settings\";b:1;s:15:\"uninstall_files\";b:1;s:13:\"package_debug\";b:0;s:23:\"email_summary_frequency\";s:6:\"weekly\";s:9:\"amNotices\";b:1;s:17:\"package_mysqldump\";b:1;s:22:\"package_mysqldump_path\";s:0:\"\";s:24:\"package_phpdump_qrylimit\";s:3:\"100\";s:17:\"package_zip_flush\";b:0;s:19:\"installer_name_mode\";s:6:\"simple\";s:16:\"storage_position\";s:6:\"wpcont\";s:20:\"storage_htaccess_off\";b:0;s:18:\"archive_build_mode\";i:3;s:17:\"skip_archive_scan\";b:0;s:21:\"unhook_third_party_js\";b:0;s:22:\"unhook_third_party_css\";b:0;s:17:\"active_package_id\";i:-1;s:14:\"usage_tracking\";b:0;i:0;b:0;}', 'auto'), +(186, 'duplicator_plugin_data_stats', '{\n \"lastSendTime\": 0,\n \"identifier\": \"sS&Gb2p1uV-SZwhETN+FCMc7AhO5lbRNB44cL&=&pV4+\",\n \"plugin\": \"dup-lite\",\n \"pluginStatus\": \"active\",\n \"buildCount\": 0,\n \"buildLastDate\": 0,\n \"buildFailedCount\": 0,\n \"buildFailedLastDate\": 0,\n \"siteSizeMB\": 0,\n \"siteNumFiles\": 0,\n \"siteDbSizeMB\": 0,\n \"siteDbNumTables\": 0\n}', 'auto'), +(187, 'duplicator_notifications', 'a:4:{s:6:\"update\";i:1776181532;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}', 'auto'), +(188, 'wp_smush_event_times', 'a:1:{s:16:\"plugin_installed\";i:1776115613;}', 'off'), +(189, 'wp-smush-settings', 'a:33:{s:4:\"auto\";b:1;s:5:\"lossy\";i:0;s:10:\"strip_exif\";b:1;s:6:\"resize\";b:0;s:9:\"detection\";b:0;s:8:\"original\";b:1;s:6:\"backup\";b:1;s:8:\"no_scale\";b:0;s:10:\"png_to_jpg\";b:0;s:7:\"nextgen\";b:0;s:2:\"s3\";b:0;s:9:\"gutenberg\";b:0;s:10:\"js_builder\";b:0;s:5:\"gform\";b:0;s:3:\"cdn\";b:0;s:13:\"auto_resizing\";b:0;s:17:\"cdn_dynamic_sizes\";b:0;s:4:\"webp\";i:1;s:5:\"usage\";b:0;s:17:\"accessible_colors\";b:0;s:9:\"keep_data\";b:1;s:9:\"lazy_load\";b:0;s:17:\"background_images\";b:1;s:16:\"rest_api_support\";b:0;s:8:\"webp_mod\";b:0;s:16:\"background_email\";b:0;s:22:\"webp_direct_conversion\";b:0;s:13:\"webp_fallback\";b:0;s:15:\"disable_streams\";b:0;s:8:\"avif_mod\";b:0;s:13:\"avif_fallback\";b:0;s:16:\"image_dimensions\";b:0;s:14:\"preload_images\";b:0;}', 'auto'), +(190, 'wp-smush-version', '3.24.0', 'off'), +(194, 'wpmudev_recommended_plugins_registered', 'a:1:{s:23:\"wp-smushit/wp-smush.php\";a:1:{s:13:\"registered_at\";i:1776115613;}}', 'off'), +(195, 'wp_smush_pre_3_22_site', '0', 'off'), +(196, 'wp_smush_global_stats', 'a:1:{s:25:\"rescan_required_timestamp\";i:1776115613;}', 'off'), +(197, 'wp_smush_image_sizes_state', 'a:2:{s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:3:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:4:\"crop\";b:1;}s:6:\"medium\";a:3:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";b:0;}s:5:\"large\";a:3:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1024\";s:4:\"crop\";b:0;}s:9:\"1536x1536\";a:3:{s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:4:\"crop\";b:0;}s:9:\"2048x2048\";a:3:{s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:4:\"crop\";b:0;}s:12:\"medium_large\";a:2:{s:5:\"width\";i:768;s:6:\"height\";i:0;}}s:4:\"hash\";i:46247379563;}', 'auto'), +(201, 'yoast_migrations_free', 'a:1:{s:7:\"version\";s:4:\"27.4\";}', 'auto'), +(202, 'wpseo', 'a:124:{s:8:\"tracking\";b:0;s:16:\"toggled_tracking\";b:0;s:22:\"license_server_version\";b:0;s:15:\"ms_defaults_set\";b:0;s:40:\"ignore_search_engines_discouraged_notice\";b:0;s:19:\"indexing_first_time\";b:1;s:16:\"indexing_started\";b:0;s:15:\"indexing_reason\";s:26:\"permalink_settings_changed\";s:29:\"indexables_indexing_completed\";b:0;s:13:\"index_now_key\";s:0:\"\";s:7:\"version\";s:4:\"27.4\";s:16:\"previous_version\";s:4:\"27.3\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:0;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:12:\"ahrefsverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:34:\"inclusive_language_analysis_active\";b:0;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:16:\"enable_index_now\";b:1;s:19:\"enable_ai_generator\";b:1;s:22:\"ai_enabled_pre_default\";b:0;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1776115618;s:13:\"myyoast-oauth\";b:0;s:26:\"semrush_integration_active\";b:1;s:14:\"semrush_tokens\";a:0:{}s:20:\"semrush_country_code\";s:2:\"us\";s:19:\"permalink_structure\";s:36:\"/%year%/%monthnum%/%day%/%postname%/\";s:8:\"home_url\";s:24:\"http://localhost/project\";s:18:\"dynamic_permalinks\";b:0;s:17:\"category_base_url\";s:0:\"\";s:12:\"tag_base_url\";s:0:\"\";s:21:\"custom_taxonomy_slugs\";a:1:{s:16:\"wpforms_form_tag\";s:16:\"wpforms_form_tag\";}s:29:\"enable_enhanced_slack_sharing\";b:1;s:23:\"enable_metabox_insights\";b:1;s:23:\"enable_link_suggestions\";b:1;s:26:\"algolia_integration_active\";b:0;s:14:\"import_cursors\";a:0:{}s:13:\"workouts_data\";a:1:{s:13:\"configuration\";a:1:{s:13:\"finishedSteps\";a:0:{}}}s:28:\"configuration_finished_steps\";a:0:{}s:36:\"dismiss_configuration_workout_notice\";b:1;s:34:\"dismiss_premium_deactivated_notice\";b:0;s:19:\"importing_completed\";a:0:{}s:26:\"wincher_integration_active\";b:1;s:14:\"wincher_tokens\";a:0:{}s:36:\"wincher_automatically_add_keyphrases\";b:0;s:18:\"wincher_website_id\";s:0:\"\";s:18:\"first_time_install\";b:1;s:34:\"should_redirect_after_install_free\";b:0;s:34:\"activation_redirect_timestamp_free\";i:1776115619;s:18:\"remove_feed_global\";b:0;s:27:\"remove_feed_global_comments\";b:0;s:25:\"remove_feed_post_comments\";b:0;s:19:\"remove_feed_authors\";b:0;s:22:\"remove_feed_categories\";b:0;s:16:\"remove_feed_tags\";b:0;s:29:\"remove_feed_custom_taxonomies\";b:0;s:22:\"remove_feed_post_types\";b:0;s:18:\"remove_feed_search\";b:0;s:21:\"remove_atom_rdf_feeds\";b:0;s:17:\"remove_shortlinks\";b:0;s:21:\"remove_rest_api_links\";b:0;s:20:\"remove_rsd_wlw_links\";b:0;s:19:\"remove_oembed_links\";b:0;s:16:\"remove_generator\";b:0;s:20:\"remove_emoji_scripts\";b:0;s:24:\"remove_powered_by_header\";b:0;s:22:\"remove_pingback_header\";b:0;s:28:\"clean_campaign_tracking_urls\";b:0;s:16:\"clean_permalinks\";b:0;s:32:\"clean_permalinks_extra_variables\";s:0:\"\";s:14:\"search_cleanup\";b:0;s:20:\"search_cleanup_emoji\";b:0;s:23:\"search_cleanup_patterns\";b:0;s:22:\"search_character_limit\";i:50;s:20:\"deny_search_crawling\";b:0;s:21:\"deny_wp_json_crawling\";b:0;s:20:\"deny_adsbot_crawling\";b:0;s:19:\"deny_ccbot_crawling\";b:0;s:29:\"deny_google_extended_crawling\";b:0;s:20:\"deny_gptbot_crawling\";b:0;s:27:\"redirect_search_pretty_urls\";b:0;s:29:\"least_readability_ignore_list\";a:0:{}s:27:\"least_seo_score_ignore_list\";a:0:{}s:23:\"most_linked_ignore_list\";a:0:{}s:24:\"least_linked_ignore_list\";a:0:{}s:28:\"indexables_page_reading_list\";a:5:{i:0;b:0;i:1;b:0;i:2;b:0;i:3;b:0;i:4;b:0;}s:25:\"indexables_overview_state\";s:21:\"dashboard-not-visited\";s:28:\"last_known_public_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:28:\"last_known_public_taxonomies\";a:3:{i:0;s:8:\"category\";i:1;s:8:\"post_tag\";i:2;s:11:\"post_format\";}s:23:\"last_known_no_unindexed\";a:5:{s:40:\"wpseo_total_unindexed_post_type_archives\";i:1776282800;s:31:\"wpseo_unindexed_term_link_count\";i:1776282800;s:27:\"wpseo_total_unindexed_posts\";i:1776184429;s:35:\"wpseo_total_unindexed_general_items\";i:1776282800;s:31:\"wpseo_unindexed_post_link_count\";i:1776282800;}s:14:\"new_post_types\";a:0:{}s:14:\"new_taxonomies\";a:0:{}s:34:\"show_new_content_type_notification\";b:0;s:44:\"site_kit_configuration_permanently_dismissed\";b:0;s:18:\"site_kit_connected\";b:0;s:37:\"site_kit_tracking_setup_widget_loaded\";s:3:\"yes\";s:41:\"site_kit_tracking_first_interaction_stage\";s:7:\"install\";s:40:\"site_kit_tracking_last_interaction_stage\";s:7:\"install\";s:52:\"site_kit_tracking_setup_widget_temporarily_dismissed\";s:2:\"no\";s:52:\"site_kit_tracking_setup_widget_permanently_dismissed\";s:2:\"no\";s:31:\"google_site_kit_feature_enabled\";b:0;s:25:\"ai_free_sparks_started_on\";N;s:15:\"enable_llms_txt\";b:0;s:15:\"last_updated_on\";i:1776182814;s:17:\"default_seo_title\";a:0:{}s:21:\"default_seo_meta_desc\";a:0:{}s:18:\"first_activated_by\";i:1;s:34:\"enable_schema_aggregation_endpoint\";b:0;s:38:\"schema_aggregation_endpoint_enabled_on\";N;s:16:\"enable_task_list\";b:1;s:13:\"enable_schema\";b:1;}', 'auto'), +(203, 'wpseo_titles', 'a:129:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:25:\"social-title-author-wpseo\";s:8:\"%%name%%\";s:26:\"social-title-archive-wpseo\";s:8:\"%%date%%\";s:31:\"social-description-author-wpseo\";s:0:\"\";s:32:\"social-description-archive-wpseo\";s:0:\"\";s:29:\"social-image-url-author-wpseo\";s:0:\"\";s:30:\"social-image-url-archive-wpseo\";s:0:\"\";s:28:\"social-image-id-author-wpseo\";i:0;s:29:\"social-image-id-archive-wpseo\";i:0;s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:1;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:2:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:22:\"company_alternate_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:26:\"open_graph_frontpage_title\";s:12:\"%%sitename%%\";s:25:\"open_graph_frontpage_desc\";s:0:\"\";s:26:\"open_graph_frontpage_image\";s:0:\"\";s:24:\"publishing_principles_id\";i:0;s:25:\"ownership_funding_info_id\";i:0;s:29:\"actionable_feedback_policy_id\";i:0;s:21:\"corrections_policy_id\";i:0;s:16:\"ethics_policy_id\";i:0;s:19:\"diversity_policy_id\";i:0;s:28:\"diversity_staffing_report_id\";i:0;s:15:\"org-description\";s:0:\"\";s:9:\"org-email\";s:0:\"\";s:9:\"org-phone\";s:0:\"\";s:14:\"org-legal-name\";s:0:\"\";s:17:\"org-founding-date\";s:0:\"\";s:20:\"org-number-employees\";s:0:\"\";s:10:\"org-vat-id\";s:0:\"\";s:10:\"org-tax-id\";s:0:\"\";s:7:\"org-iso\";s:0:\"\";s:8:\"org-duns\";s:0:\"\";s:11:\"org-leicode\";s:0:\"\";s:9:\"org-naics\";s:0:\"\";s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:21:\"schema-page-type-post\";s:7:\"WebPage\";s:24:\"schema-article-type-post\";s:7:\"Article\";s:17:\"social-title-post\";s:9:\"%%title%%\";s:23:\"social-description-post\";s:0:\"\";s:21:\"social-image-url-post\";s:0:\"\";s:20:\"social-image-id-post\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:21:\"schema-page-type-page\";s:7:\"WebPage\";s:24:\"schema-article-type-page\";s:4:\"None\";s:17:\"social-title-page\";s:9:\"%%title%%\";s:23:\"social-description-page\";s:0:\"\";s:21:\"social-image-url-page\";s:0:\"\";s:20:\"social-image-id-page\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:27:\"schema-page-type-attachment\";s:7:\"WebPage\";s:30:\"schema-article-type-attachment\";s:4:\"None\";s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:25:\"social-title-tax-category\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-category\";s:0:\"\";s:29:\"social-image-url-tax-category\";s:0:\"\";s:28:\"social-image-id-tax-category\";i:0;s:26:\"taxonomy-category-ptparent\";i:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:25:\"social-title-tax-post_tag\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-post_tag\";s:0:\"\";s:29:\"social-image-url-tax-post_tag\";s:0:\"\";s:28:\"social-image-id-tax-post_tag\";i:0;s:26:\"taxonomy-post_tag-ptparent\";i:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:28:\"social-title-tax-post_format\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-post_format\";s:0:\"\";s:32:\"social-image-url-tax-post_format\";s:0:\"\";s:31:\"social-image-id-tax-post_format\";i:0;s:29:\"taxonomy-post_format-ptparent\";i:0;s:14:\"person_logo_id\";i:0;s:15:\"company_logo_id\";i:0;s:17:\"company_logo_meta\";b:0;s:16:\"person_logo_meta\";b:0;s:29:\"open_graph_frontpage_image_id\";i:0;}', 'auto'), +(204, 'wpseo_social', 'a:20:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";s:17:\"other_social_urls\";a:0:{}s:12:\"mastodon_url\";s:0:\"\";}', 'auto'), +(205, 'wpseo_llmstxt', 'a:7:{s:23:\"llms_txt_selection_mode\";s:4:\"auto\";s:13:\"about_us_page\";i:0;s:12:\"contact_page\";i:0;s:10:\"terms_page\";i:0;s:19:\"privacy_policy_page\";i:0;s:9:\"shop_page\";i:0;s:20:\"other_included_pages\";a:0:{}}', 'auto'), +(206, 'wpseo_tracking_only', 'a:3:{s:25:\"task_list_first_opened_on\";s:0:\"\";s:22:\"task_first_actioned_on\";s:0:\"\";s:36:\"frontend_inspector_first_actioned_on\";s:0:\"\";}', 'auto'), +(234, 'current_theme', 'Bluehost Blueprint Child', 'auto'), +(235, 'theme_mods_bluehost-blueprint', 'a:5:{i:0;b:0;s:19:\"wp_classic_sidebars\";a:0:{}s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1776185120;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\";}}}}', 'off'), +(236, 'theme_switched', '', 'auto'), +(237, 'bluehost_blueprint_theme_version', '1.0.1', 'auto'), +(302, 'category_children', 'a:0:{}', 'auto'), +(315, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/en_CA/wordpress-6.9.4.zip\";s:6:\"locale\";s:5:\"en_CA\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/en_CA/wordpress-6.9.4.zip\";s:10:\"no_content\";s:0:\"\";s:11:\"new_bundled\";s:0:\"\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.9.4\";s:7:\"version\";s:5:\"6.9.4\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1776282810;s:15:\"version_checked\";s:5:\"6.9.4\";s:12:\"translations\";a:0:{}}', 'off'), +(317, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1776282811;s:7:\"checked\";a:2:{s:24:\"bluehost-blueprint-child\";s:5:\"1.0.0\";s:18:\"bluehost-blueprint\";s:5:\"1.0.1\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:1:{s:18:\"bluehost-blueprint\";a:6:{s:5:\"theme\";s:18:\"bluehost-blueprint\";s:11:\"new_version\";s:5:\"1.0.1\";s:3:\"url\";s:48:\"https://wordpress.org/themes/bluehost-blueprint/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/theme/bluehost-blueprint.1.0.1.zip\";s:8:\"requires\";s:3:\"6.6\";s:12:\"requires_php\";s:3:\"7.2\";}}s:12:\"translations\";a:0:{}}', 'off'), +(318, 'action_scheduler_hybrid_store_demarkation', '29', 'auto'), +(319, 'schema-ActionScheduler_StoreSchema', '8.0.1776182701', 'auto'), +(320, 'schema-ActionScheduler_LoggerSchema', '3.0.1776182701', 'auto'), +(321, 'wpforms_version', '1.10.0.4', 'auto'), +(322, 'wpforms_version_lite', '1.10.0.4', 'auto'), +(323, 'wpforms_activated', 'a:1:{s:4:\"lite\";i:1776182701;}', 'auto'), +(331, 'wpforms_versions_lite', 'a:16:{s:8:\"1.10.0.4\";i:1776182702;s:5:\"1.5.9\";i:0;s:7:\"1.6.7.2\";i:0;s:5:\"1.6.8\";i:0;s:5:\"1.7.5\";i:0;s:7:\"1.7.5.1\";i:0;s:5:\"1.7.7\";i:0;s:5:\"1.8.2\";i:0;s:5:\"1.8.3\";i:0;s:5:\"1.8.4\";i:0;s:5:\"1.8.6\";i:0;s:5:\"1.8.7\";i:0;s:5:\"1.9.1\";i:0;s:5:\"1.9.2\";i:0;s:5:\"1.9.7\";i:0;s:7:\"1.9.8.6\";i:0;}', 'auto'), +(332, 'wpforms_constant_contact_version', '3', 'auto'), +(333, 'widget_wpforms-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'), +(336, 'wpforms_settings', 'a:3:{s:13:\"modern-markup\";s:1:\"1\";s:20:\"modern-markup-is-set\";b:1;s:26:\"modern-markup-hide-setting\";b:1;}', 'auto'), +(337, 'action_scheduler_lock_async-request-runner', '69de7ee6e120b3.55015426|1776189218', 'no'), +(338, '_wpforms_transient_timeout_addons.json', '1776787502', 'off'), +(339, '_wpforms_transient_addons.json', '1776182702', 'off'), +(340, 'wpforms_admin_notices', 'a:1:{s:14:\"review_request\";a:2:{s:4:\"time\";i:1776182703;s:9:\"dismissed\";b:0;}}', 'auto'), +(341, '_wpforms_transient_timeout_splash.json', '1776787504', 'off'), +(342, '_wpforms_transient_splash.json', '1776182704', 'off'), +(343, '_wpforms_transient_upload_htaccess_file', 'a:3:{s:4:\"size\";i:737;s:5:\"mtime\";i:1776182705;s:5:\"ctime\";i:1776182705;}', 'on'), +(344, '_wpforms_transient_wpforms_C:/xampp/htdocs/project/wp-content/uploads/wpforms/cache/.htaccess_file', 'a:3:{s:4:\"size\";i:446;s:5:\"mtime\";i:1776182743;s:5:\"ctime\";i:1776182705;}', 'on'), +(345, 'wpforms_splash_version', '1.8.6', 'auto'), +(348, '_wpforms_transient_timeout_docs.json', '1776787540', 'off'), +(349, '_wpforms_transient_docs.json', '1776182740', 'off'), +(350, '_wpforms_transient_timeout_templates.json', '1776787540', 'off'), +(351, '_wpforms_transient_templates.json', '1776182740', 'off'), +(352, 'wpforms_builder_opened_date', '1776182741', 'off'), +(353, 'wpforms_challenge', 'a:13:{s:6:\"status\";s:7:\"started\";s:4:\"step\";i:4;s:7:\"user_id\";i:1;s:7:\"form_id\";i:29;s:10:\"embed_page\";i:0;s:16:\"embed_page_title\";s:0:\"\";s:16:\"started_date_gmt\";s:19:\"2026-04-14 16:05:48\";s:17:\"finished_date_gmt\";s:0:\"\";s:13:\"seconds_spent\";i:0;s:12:\"seconds_left\";i:0;s:13:\"feedback_sent\";b:0;s:19:\"feedback_contact_me\";b:0;s:13:\"window_closed\";s:0:\"\";}', 'auto'), +(354, 'wpforms_templates_hash', '4631f45518b361b6a07ae393f1abc474', 'auto'), +(355, 'wpforms_forms_first_created', '1776182754', 'off'), +(357, 'action_scheduler_migration_status', 'complete', 'auto'), +(358, 'as_has_wp_comment_logs', 'no', 'on'), +(359, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1776282811;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:5:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:3:\"5.6\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.5.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";}s:25:\"duplicator/duplicator.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:24:\"w.org/plugins/duplicator\";s:4:\"slug\";s:10:\"duplicator\";s:6:\"plugin\";s:25:\"duplicator/duplicator.php\";s:11:\"new_version\";s:6:\"1.5.16\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/duplicator/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/duplicator.1.5.16.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/duplicator/assets/icon-256x256.png?rev=2906985\";s:2:\"1x\";s:63:\"https://ps.w.org/duplicator/assets/icon-128x128.png?rev=2906985\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/duplicator/assets/banner-1544x500.png?rev=2906985\";s:2:\"1x\";s:65:\"https://ps.w.org/duplicator/assets/banner-772x250.png?rev=2906985\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";}s:23:\"wp-smushit/wp-smush.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:24:\"w.org/plugins/wp-smushit\";s:4:\"slug\";s:10:\"wp-smushit\";s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:11:\"new_version\";s:6:\"3.24.0\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/wp-smushit/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/wp-smushit.3.24.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/wp-smushit/assets/icon-256x256.gif?rev=3447113\";s:2:\"1x\";s:63:\"https://ps.w.org/wp-smushit/assets/icon-128x128.gif?rev=3447113\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/wp-smushit/assets/banner-1544x500.png?rev=2624292\";s:2:\"1x\";s:65:\"https://ps.w.org/wp-smushit/assets/banner-772x250.png?rev=2624292\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.4\";}s:24:\"wpforms-lite/wpforms.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/wpforms-lite\";s:4:\"slug\";s:12:\"wpforms-lite\";s:6:\"plugin\";s:24:\"wpforms-lite/wpforms.php\";s:11:\"new_version\";s:8:\"1.10.0.4\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wpforms-lite/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/wpforms-lite.1.10.0.4.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:57:\"https://ps.w.org/wpforms-lite/assets/icon.svg?rev=3254748\";s:3:\"svg\";s:57:\"https://ps.w.org/wpforms-lite/assets/icon.svg?rev=3254748\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wpforms-lite/assets/banner-1544x500.png?rev=3091364\";s:2:\"1x\";s:67:\"https://ps.w.org/wpforms-lite/assets/banner-772x250.png?rev=3091364\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/wpforms-lite/assets/banner-1544x500-rtl.png?rev=3254748\";s:2:\"1x\";s:71:\"https://ps.w.org/wpforms-lite/assets/banner-772x250-rtl.png?rev=3254748\";}s:8:\"requires\";s:3:\"5.5\";}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:4:\"27.4\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.27.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.gif?rev=3419908\";s:2:\"1x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-128x128.gif?rev=3419908\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=3257862\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=3257862\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=3257862\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=3257862\";}s:8:\"requires\";s:3:\"6.8\";}}s:7:\"checked\";a:5:{s:19:\"akismet/akismet.php\";s:3:\"5.6\";s:25:\"duplicator/duplicator.php\";s:6:\"1.5.16\";s:23:\"wp-smushit/wp-smush.php\";s:6:\"3.24.0\";s:24:\"wpforms-lite/wpforms.php\";s:8:\"1.10.0.4\";s:24:\"wordpress-seo/wp-seo.php\";s:4:\"27.4\";}}', 'off'), +(361, 'wpforms_process_forms_locator_status', 'completed', 'auto'), +(362, 'wpforms_notifications', 'a:4:{s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}s:6:\"update\";i:1776282800;}', 'auto'), +(363, 'wpforms_crypto_secret_key', 'XH0vqpHeWiF/RMkiqzQZAFv+pRdeQS9NoSpjgZaK46w=', 'auto'), +(431, 'theme_mods_bluehost-blueprint-child', 'a:4:{i:0;b:0;s:19:\"wp_classic_sidebars\";a:0:{}s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;}', 'on'), +(446, '_site_transient_timeout_wp_font_collection_url_https://s.w.org/images/fonts/wp-6.9/collections/google-fonts-with-preview.json', '1776272144', 'off'), +(520, '_site_transient_timeout_theme_roots', '1776284582', 'off'), +(521, '_site_transient_theme_roots', 'a:2:{s:24:\"bluehost-blueprint-child\";s:7:\"/themes\";s:18:\"bluehost-blueprint\";s:7:\"/themes\";}', 'off'), +(522, '_site_transient_timeout_wp_theme_files_patterns-e6564e6873efaea50e99834a76bff194', '1776284583', 'off'), +(523, '_site_transient_wp_theme_files_patterns-e6564e6873efaea50e99834a76bff194', 'a:2:{s:7:\"version\";s:5:\"1.0.0\";s:8:\"patterns\";a:0:{}}', 'off'), +(524, '_site_transient_timeout_wp_theme_files_patterns-b72ceec4a8401b2baebc0b5dc15bbbda', '1776284584', 'off'), +(525, '_site_transient_wp_theme_files_patterns-b72ceec4a8401b2baebc0b5dc15bbbda', 'a:2:{s:7:\"version\";s:5:\"1.0.1\";s:8:\"patterns\";a:26:{s:7:\"404.php\";a:4:{s:5:\"title\";s:3:\"404\";s:4:\"slug\";s:22:\"bluehost-blueprint/404\";s:11:\"description\";s:0:\"\";s:8:\"inserter\";b:0;}s:19:\"archive-product.php\";a:4:{s:5:\"title\";s:15:\"archive-product\";s:4:\"slug\";s:34:\"bluehost-blueprint/archive-product\";s:11:\"description\";s:0:\"\";s:8:\"inserter\";b:0;}s:25:\"blog-posts-horizontal.php\";a:6:{s:5:\"title\";s:42:\"Blog Posts with Featured Image and Excerpt\";s:4:\"slug\";s:40:\"bluehost-blueprint/blog-posts-horizontal\";s:11:\"description\";s:185:\"A section displaying blog posts in a multi-column layout with featured images, titles, excerpts, and author details. Ideal for showcasing content in a footer area with a call-to-action.\";s:10:\"categories\";a:1:{i:0;s:24:\"bluehost-blueprint/posts\";}s:8:\"keywords\";a:8:{i:0;s:4:\"blog\";i:1;s:5:\"posts\";i:2;s:8:\"featured\";i:3;s:5:\"image\";i:4;s:4:\"post\";i:5;s:7:\"excerpt\";i:6;s:6:\"author\";i:7;s:4:\"info\";}s:10:\"blockTypes\";a:7:{i:0;s:14:\"core/paragraph\";i:1;s:10:\"core/group\";i:2;s:12:\"core/columns\";i:3;s:15:\"core/post-title\";i:4;s:17:\"core/post-excerpt\";i:5;s:21:\"core/post-author-name\";i:6;s:14:\"core/post-date\";}}s:15:\"coming-soon.php\";a:4:{s:5:\"title\";s:11:\"coming-soon\";s:4:\"slug\";s:30:\"bluehost-blueprint/coming-soon\";s:11:\"description\";s:0:\"\";s:8:\"inserter\";b:0;}s:12:\"comments.php\";a:5:{s:5:\"title\";s:8:\"Comments\";s:4:\"slug\";s:32:\"bluehost-blueprint/post-comments\";s:11:\"description\";s:30:\"A list of comments for a post.\";s:10:\"categories\";a:1:{i:0;s:24:\"bluehost-blueprint/posts\";}s:8:\"keywords\";a:3:{i:0;s:4:\"blog\";i:1;s:5:\"posts\";i:2;s:5:\"query\";}}s:10:\"footer.php\";a:4:{s:5:\"title\";s:6:\"footer\";s:4:\"slug\";s:25:\"bluehost-blueprint/footer\";s:11:\"description\";s:0:\"\";s:8:\"inserter\";b:0;}s:17:\"home-template.php\";a:6:{s:5:\"title\";s:4:\"Home\";s:4:\"slug\";s:32:\"bluehost-blueprint/home-template\";s:11:\"description\";s:25:\"Displays the latest posts\";s:10:\"categories\";a:1:{i:0;s:18:\"bluehost-blueprint\";}s:8:\"keywords\";a:1:{i:0;s:4:\"home\";}s:10:\"blockTypes\";a:4:{i:0;s:14:\"core/site-logo\";i:1;s:15:\"core/navigation\";i:2;s:10:\"core/group\";i:3;s:10:\"core/stack\";}}s:14:\"homepage-1.php\";a:5:{s:5:\"title\";s:11:\"Homepage #1\";s:4:\"slug\";s:29:\"bluehost-blueprint/homepage-1\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:18:\"bluehost-blueprint\";}s:10:\"blockTypes\";a:1:{i:0;s:17:\"core/post-content\";}}s:14:\"homepage-2.php\";a:5:{s:5:\"title\";s:11:\"Homepage #2\";s:4:\"slug\";s:29:\"bluehost-blueprint/homepage-2\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:18:\"bluehost-blueprint\";}s:10:\"blockTypes\";a:1:{i:0;s:17:\"core/post-content\";}}s:14:\"homepage-3.php\";a:5:{s:5:\"title\";s:11:\"Homepage #2\";s:4:\"slug\";s:29:\"bluehost-blueprint/homepage-2\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:18:\"bluehost-blueprint\";}s:10:\"blockTypes\";a:1:{i:0;s:17:\"core/post-content\";}}s:18:\"index-template.php\";a:6:{s:5:\"title\";s:5:\"Index\";s:4:\"slug\";s:33:\"bluehost-blueprint/index-template\";s:11:\"description\";s:85:\"A fallback template for all pages/posts when a more specific template is not defined.\";s:10:\"categories\";a:1:{i:0;s:18:\"bluehost-blueprint\";}s:8:\"keywords\";a:1:{i:0;s:5:\"index\";}s:10:\"blockTypes\";a:4:{i:0;s:14:\"core/site-logo\";i:1;s:15:\"core/navigation\";i:2;s:10:\"core/group\";i:3;s:10:\"core/stack\";}}s:22:\"order-confirmation.php\";a:4:{s:5:\"title\";s:18:\"order-confirmation\";s:4:\"slug\";s:37:\"bluehost-blueprint/order-confirmation\";s:11:\"description\";s:0:\"\";s:8:\"inserter\";b:0;}s:10:\"search.php\";a:4:{s:5:\"title\";s:6:\"search\";s:4:\"slug\";s:25:\"bluehost-blueprint/search\";s:11:\"description\";s:0:\"\";s:8:\"inserter\";b:0;}s:29:\"single-post-image-overlap.php\";a:4:{s:5:\"title\";s:25:\"Single Post Image Overlap\";s:4:\"slug\";s:44:\"bluehost-blueprint/single-post-image-overlap\";s:11:\"description\";s:0:\"\";s:8:\"inserter\";b:0;}s:26:\"single-post-wide-image.php\";a:4:{s:5:\"title\";s:24:\"Single Post - Wide Image\";s:4:\"slug\";s:41:\"bluehost-blueprint/single-post-wide-image\";s:11:\"description\";s:0:\"\";s:8:\"inserter\";b:0;}s:15:\"single-post.php\";a:4:{s:5:\"title\";s:11:\"Single Post\";s:4:\"slug\";s:30:\"bluehost-blueprint/single-post\";s:11:\"description\";s:0:\"\";s:8:\"inserter\";b:0;}s:19:\"site-footer-big.php\";a:6:{s:5:\"title\";s:15:\"Site footer big\";s:4:\"slug\";s:34:\"bluehost-blueprint/site-footer-big\";s:11:\"description\";s:22:\"A multi column footer.\";s:10:\"categories\";a:1:{i:0;s:25:\"bluehost-blueprint-footer\";}s:8:\"keywords\";a:2:{i:0;s:4:\"site\";i:1;s:6:\"footer\";}s:10:\"blockTypes\";a:4:{i:0;s:14:\"core/paragraph\";i:1;s:17:\"core/social-links\";i:2;s:10:\"core/group\";i:3;s:12:\"core/columns\";}}s:23:\"site-footer-compact.php\";a:6:{s:5:\"title\";s:18:\"Site footer copact\";s:4:\"slug\";s:38:\"bluehost-blueprint/site-footer-compact\";s:11:\"description\";s:28:\"A single row compact footer.\";s:10:\"categories\";a:1:{i:0;s:25:\"bluehost-blueprint-footer\";}s:8:\"keywords\";a:2:{i:0;s:4:\"site\";i:1;s:6:\"footer\";}s:10:\"blockTypes\";a:4:{i:0;s:14:\"core/paragraph\";i:1;s:17:\"core/social-links\";i:2;s:10:\"core/group\";i:3;s:10:\"core/stack\";}}s:29:\"site-footer-with-contacts.php\";a:6:{s:5:\"title\";s:25:\"Site footer with contacts\";s:4:\"slug\";s:44:\"bluehost-blueprint/site-footer-with-contacts\";s:11:\"description\";s:36:\"A multi column footer with contacts.\";s:10:\"categories\";a:1:{i:0;s:25:\"bluehost-blueprint-footer\";}s:8:\"keywords\";a:2:{i:0;s:4:\"site\";i:1;s:6:\"footer\";}s:10:\"blockTypes\";a:5:{i:0;s:14:\"core/paragraph\";i:1;s:17:\"core/social-links\";i:2;s:10:\"core/group\";i:3;s:12:\"core/columns\";i:4;s:13:\"core/sitelogo\";}}s:24:\"site-footer-with-cta.php\";a:6:{s:5:\"title\";s:20:\"Site footer with CTA\";s:4:\"slug\";s:39:\"bluehost-blueprint/site-footer-with-cta\";s:11:\"description\";s:31:\"A multi column footer with CTA.\";s:10:\"categories\";a:1:{i:0;s:25:\"bluehost-blueprint-footer\";}s:8:\"keywords\";a:2:{i:0;s:4:\"site\";i:1;s:6:\"footer\";}s:10:\"blockTypes\";a:5:{i:0;s:14:\"core/paragraph\";i:1;s:17:\"core/social-links\";i:2;s:10:\"core/group\";i:3;s:12:\"core/columns\";i:4;s:12:\"core/buttons\";}}s:24:\"site-header-contrast.php\";a:6:{s:5:\"title\";s:20:\"Site header contrast\";s:4:\"slug\";s:39:\"bluehost-blueprint/site-header-contrast\";s:11:\"description\";s:46:\"A single row site header with contrast colors.\";s:10:\"categories\";a:1:{i:0;s:25:\"bluehost-blueprint-header\";}s:8:\"keywords\";a:2:{i:0;s:4:\"site\";i:1;s:6:\"header\";}s:10:\"blockTypes\";a:4:{i:0;s:14:\"core/site-logo\";i:1;s:15:\"core/navigation\";i:2;s:10:\"core/group\";i:3;s:10:\"core/stack\";}}s:22:\"site-header-topbar.php\";a:6:{s:5:\"title\";s:23:\"Site header with topbar\";s:4:\"slug\";s:37:\"bluehost-blueprint/site-header-topbar\";s:11:\"description\";s:37:\"A two rows site header with a topbar.\";s:10:\"categories\";a:1:{i:0;s:25:\"bluehost-blueprint-header\";}s:8:\"keywords\";a:2:{i:0;s:4:\"site\";i:1;s:6:\"header\";}s:10:\"blockTypes\";a:4:{i:0;s:14:\"core/site-logo\";i:1;s:15:\"core/navigation\";i:2;s:10:\"core/group\";i:3;s:10:\"core/stack\";}}s:27:\"site-header-with-social.php\";a:6:{s:5:\"title\";s:29:\"Site header with social links\";s:4:\"slug\";s:42:\"bluehost-blueprint/site-header-with-social\";s:11:\"description\";s:55:\"A two rows site header with social and contancts above.\";s:10:\"categories\";a:1:{i:0;s:25:\"bluehost-blueprint-header\";}s:8:\"keywords\";a:2:{i:0;s:4:\"site\";i:1;s:6:\"header\";}s:10:\"blockTypes\";a:4:{i:0;s:14:\"core/site-logo\";i:1;s:15:\"core/navigation\";i:2;s:10:\"core/group\";i:3;s:10:\"core/stack\";}}s:30:\"taxonomy-product_attribute.php\";a:4:{s:5:\"title\";s:26:\"taxonomy-product_attribute\";s:4:\"slug\";s:45:\"bluehost-blueprint/taxonomy-product_attribute\";s:11:\"description\";s:0:\"\";s:8:\"inserter\";b:0;}s:24:\"taxonomy-product_cat.php\";a:4:{s:5:\"title\";s:20:\"taxonomy-product_cat\";s:4:\"slug\";s:39:\"bluehost-blueprint/taxonomy-product_cat\";s:11:\"description\";s:0:\"\";s:8:\"inserter\";b:0;}s:24:\"taxonomy-product_tag.php\";a:4:{s:5:\"title\";s:20:\"taxonomy-product_tag\";s:4:\"slug\";s:39:\"bluehost-blueprint/taxonomy-product_tag\";s:11:\"description\";s:0:\"\";s:8:\"inserter\";b:0;}}}', 'off'), +(527, '_transient_timeout_wpseo_total_unindexed_posts_limited', '1776283700', 'off'), +(528, '_transient_wpseo_total_unindexed_posts_limited', '0', 'off'), +(529, '_transient_timeout_wpseo_total_unindexed_terms_limited', '1776283700', 'off'), +(530, '_transient_wpseo_total_unindexed_terms_limited', '0', 'off'), +(531, '_transient_timeout_wpseo_total_unindexed_post_type_archives', '1776369200', 'off'), +(532, '_transient_wpseo_total_unindexed_post_type_archives', '0', 'off'), +(533, '_transient_timeout_wpseo_total_unindexed_general_items', '1776369200', 'off'), +(534, '_transient_wpseo_total_unindexed_general_items', '0', 'off'), +(535, '_transient_timeout_wpseo_unindexed_post_link_count', '1776369200', 'off'), +(536, '_transient_wpseo_unindexed_post_link_count', '0', 'off'), +(537, '_transient_timeout_wpseo_unindexed_term_link_count', '1776369200', 'off'), +(538, '_transient_wpseo_unindexed_term_link_count', '0', 'off'), +(539, '_transient_health-check-site-status-result', '{\"good\":17,\"recommended\":5,\"critical\":2}', 'on'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `wp_postmeta` +-- + +CREATE TABLE `wp_postmeta` ( + `meta_id` bigint(20) UNSIGNED NOT NULL, + `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0, + `meta_key` varchar(255) DEFAULT NULL, + `meta_value` longtext DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + +-- +-- Dumping data for table `wp_postmeta` +-- + +INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES +(1, 2, '_wp_page_template', 'default'), +(2, 3, '_wp_page_template', 'default'), +(3, 1, '_wp_trash_meta_status', 'publish'), +(4, 1, '_wp_trash_meta_time', '1776115519'), +(5, 1, '_wp_desired_post_slug', 'hello-world'), +(6, 1, '_wp_trash_meta_comments_status', 'a:1:{i:1;s:1:\"1\";}'), +(7, 2, '_edit_lock', '1776115772:1'), +(8, 2, '_wp_trash_meta_status', 'publish'), +(9, 2, '_wp_trash_meta_time', '1776115919'), +(10, 2, '_wp_desired_post_slug', 'sample-page'), +(11, 3, '_edit_lock', '1776115781:1'), +(12, 3, '_wp_trash_meta_status', 'draft'), +(13, 3, '_wp_trash_meta_time', '1776115934'), +(14, 3, '_wp_desired_post_slug', 'privacy-policy'), +(15, 10, '_edit_lock', '1776185499:1'), +(16, 10, '_edit_last', '1'), +(17, 10, '_yoast_wpseo_content_score', '90'), +(18, 10, '_yoast_wpseo_estimated-reading-time-minutes', '2'), +(19, 10, '_wp_page_template', 'default'), +(20, 15, '_edit_lock', '1776186544:1'), +(22, 15, '_edit_last', '1'), +(23, 15, '_yoast_wpseo_content_score', '90'), +(24, 15, '_yoast_wpseo_estimated-reading-time-minutes', '1'), +(25, 18, '_edit_lock', '1776184309:1'), +(26, 18, '_edit_last', '1'), +(27, 18, '_yoast_wpseo_content_score', '90'), +(28, 18, '_yoast_wpseo_estimated-reading-time-minutes', '1'), +(29, 21, 'origin', 'theme'), +(30, 22, 'origin', 'theme'), +(34, 29, 'wpforms_form_locations', 'a:1:{i:0;a:6:{s:4:\"type\";s:4:\"page\";s:5:\"title\";s:7:\"Contact\";s:7:\"form_id\";i:29;s:2:\"id\";i:15;s:6:\"status\";s:7:\"publish\";s:3:\"url\";s:9:\"/contact/\";}}'), +(39, 45, 'origin', 'theme'), +(40, 46, 'origin', 'theme'), +(41, 47, 'origin', 'theme'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `wp_posts` +-- + +CREATE TABLE `wp_posts` ( + `ID` bigint(20) UNSIGNED NOT NULL, + `post_author` bigint(20) UNSIGNED NOT NULL DEFAULT 0, + `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `post_content` longtext NOT NULL, + `post_title` text NOT NULL, + `post_excerpt` text NOT NULL, + `post_status` varchar(20) NOT NULL DEFAULT 'publish', + `comment_status` varchar(20) NOT NULL DEFAULT 'open', + `ping_status` varchar(20) NOT NULL DEFAULT 'open', + `post_password` varchar(255) NOT NULL DEFAULT '', + `post_name` varchar(200) NOT NULL DEFAULT '', + `to_ping` text NOT NULL, + `pinged` text NOT NULL, + `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `post_content_filtered` longtext NOT NULL, + `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0, + `guid` varchar(255) NOT NULL DEFAULT '', + `menu_order` int(11) NOT NULL DEFAULT 0, + `post_type` varchar(20) NOT NULL DEFAULT 'post', + `post_mime_type` varchar(100) NOT NULL DEFAULT '', + `comment_count` bigint(20) NOT NULL DEFAULT 0 +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + +-- +-- Dumping data for table `wp_posts` +-- + +INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES +(1, 1, '2026-04-13 17:24:38', '2026-04-13 21:24:38', '\n

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

\n', 'Hello world!', '', 'trash', 'open', 'open', '', 'hello-world__trashed', '', '', '2026-04-13 17:25:19', '2026-04-13 21:25:19', '', 0, 'http://localhost/project/?p=1', 0, 'post', '', 1), +(2, 1, '2026-04-13 17:24:38', '2026-04-13 21:24:38', '\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
\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\n\n

...or something like this:

\n\n\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\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', '', 'trash', 'closed', 'open', '', 'sample-page__trashed', '', '', '2026-04-13 17:31:59', '2026-04-13 21:31:59', '', 0, 'http://localhost/project/?page_id=2', 0, 'page', '', 0), +(3, 1, '2026-04-13 17:24:38', '2026-04-13 21:24:38', '\n

Who we are

\n\n\n

Suggested text: Our website address is: http://localhost/project.

\n\n\n

Comments

\n\n\n

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.

\n\n\n

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.

\n\n\n

Media

\n\n\n

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.

\n\n\n

Cookies

\n\n\n

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.

\n\n\n

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.

\n\n\n

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.

\n\n\n

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.

\n\n\n

Embedded content from other websites

\n\n\n

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.

\n\n\n

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.

\n\n\n

Who we share your data with

\n\n\n

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

\n\n\n

How long we retain your data

\n\n\n

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.

\n\n\n

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.

\n\n\n

What rights you have over your data

\n\n\n

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.

\n\n\n

Where your data is sent

\n\n\n

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

\n\n', 'Privacy Policy', '', 'trash', 'closed', 'open', '', 'privacy-policy__trashed', '', '', '2026-04-13 17:32:14', '2026-04-13 21:32:14', '', 0, 'http://localhost/project/?page_id=3', 0, 'page', '', 0), +(4, 0, '2026-04-13 17:24:39', '2026-04-13 21:24:39', '', 'Navigation', '', 'publish', 'closed', 'closed', '', 'navigation', '', '', '2026-04-13 17:24:39', '2026-04-13 21:24:39', '', 0, 'http://localhost/project/2026/04/13/navigation/', 0, 'wp_navigation', '', 0), +(5, 1, '2026-04-13 17:24:53', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2026-04-13 17:24:53', '0000-00-00 00:00:00', '', 0, 'http://localhost/project/?p=5', 0, 'post', '', 0), +(6, 1, '2026-04-13 17:25:19', '2026-04-13 21:25:19', '\n

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

\n', 'Hello world!', '', 'inherit', 'closed', 'closed', '', '1-revision-v1', '', '', '2026-04-13 17:25:19', '2026-04-13 21:25:19', '', 1, 'http://localhost/project/?p=6', 0, 'revision', '', 0), +(7, 1, '2026-04-13 17:31:52', '2026-04-13 21:31:52', '{\"version\": 3, \"isGlobalStylesUserThemeJSON\": true }', 'Custom Styles', '', 'publish', 'closed', 'closed', '', 'wp-global-styles-bluehost-blueprint', '', '', '2026-04-13 17:31:52', '2026-04-13 21:31:52', '', 0, 'http://localhost/project/2026/04/13/wp-global-styles-bluehost-blueprint/', 0, 'wp_global_styles', '', 0), +(8, 1, '2026-04-13 17:31:59', '2026-04-13 21:31:59', '\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
\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\n\n

...or something like this:

\n\n\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\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', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2026-04-13 17:31:59', '2026-04-13 21:31:59', '', 2, 'http://localhost/project/?p=8', 0, 'revision', '', 0), +(9, 1, '2026-04-13 17:32:14', '2026-04-13 21:32:14', '\n

Who we are

\n\n\n

Suggested text: Our website address is: http://localhost/project.

\n\n\n

Comments

\n\n\n

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.

\n\n\n

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.

\n\n\n

Media

\n\n\n

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.

\n\n\n

Cookies

\n\n\n

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.

\n\n\n

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.

\n\n\n

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.

\n\n\n

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.

\n\n\n

Embedded content from other websites

\n\n\n

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.

\n\n\n

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.

\n\n\n

Who we share your data with

\n\n\n

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

\n\n\n

How long we retain your data

\n\n\n

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.

\n\n\n

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.

\n\n\n

What rights you have over your data

\n\n\n

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.

\n\n\n

Where your data is sent

\n\n\n

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

\n\n', 'Privacy Policy', '', 'inherit', 'closed', 'closed', '', '3-revision-v1', '', '', '2026-04-13 17:32:14', '2026-04-13 21:32:14', '', 3, 'http://localhost/project/?p=9', 0, 'revision', '', 0), +(10, 1, '2026-04-13 17:37:24', '2026-04-13 21:37:24', '\n
\n
\n
\n

About

\n
\n
\n\n\n\n

Levi McLean\'s Pet Forum

\n\n\n\n

Showcasing My Adorable Pets From Both The Past And Present.

\n
\n\n\n\n\n\n\n\n
\n\n\n\n
\n
\n

Some Brief Backstory

\n
\n\n\n\n
\n
\n

I\'ve had pets for just about as long as I can remember. They were an important part of my childhood and they\'re and equally important part of my early adult years.

\n\n\n\n

I can remember so many memories of walks with my dogs and raising my cats. I wanted to make a little tribute of my appreciation towards my pets, so I\'m making this site to share all the information and stories I can think of for each of my pets.

\n
\n\n\n\n
\n

Each pet will have their own dedicated post on the root page of this forum. On there, users are welcome to comment their thoughts about the post. The post will contain several images and videos of the respective animal as well as text of stories and facts about the animal.

\n\n\n\n

I hope you all enjoy viewing and reading about my cherished pets. I do care for them very dearly so it means a lot that you\'d take the time to read about them,

\n
\n
\n
\n\n\n\n
\n\n\n\n
\n
\n

An Adorable Preview

\n
\n\n\n\n
\n
\"\"
\n\n
\n
\n
\n\n\n\n

\n', 'About', '', 'publish', 'closed', 'closed', '', 'about', '', '', '2026-04-14 11:58:16', '2026-04-14 15:58:16', '', 0, 'http://localhost/project/?page_id=10', 0, 'page', '', 0), +(11, 1, '2026-04-13 17:34:08', '2026-04-13 21:34:08', '\n
\n
\n
\n

Home

\n
\n
\n\n\n\n

Guiding Beliefs

\n\n\n\n

Empower your future with exciting challenges and a supportive environment. Join us!

\n
\n\n\n\n\n\n\n\n\n\n\n\n
\n\n\n\n
\n
\n

A journey commenced, starting cheerfully under a clear sky, and a tranquil sea.

\n
\n\n\n\n
\n
\n

They walked out onto the deck. All the buildings and smoke had vanished, and the ship was in a vast expanse of sea, fresh and clear yet faint in the morning light.

\n\n\n\n

They had departed from the city lying in the mud. A very thin silhouette stretched on the horizon, barely strong enough to support the weight of a distant city, which still lay upon it. They were free from paths, free from people, and a shared sense of liberation filled them all.

\n
\n\n\n\n
\n

The ship moved steadily through small waves that splashed her and then fizzled like sparkling water, leaving a little trail of bubbles and foam on each side. The dull October sky above was lightly veiled as if by smoke from a fire, and the air was refreshingly salty and brisk. Indeed, it was too chilly to stay still.

\n\n\n\n

Mrs. Brown took her husband`s arm, and as they walked away, it was clear from the way her tilted cheek turned up to his that she had something private to share.

\n
\n
\n
\n\n\n\n
\n\n\n\n
\n
\n

Our vision for building the web a better place, one site at a time

\n
\n\n\n\n
\n
\"\"
\n\n
\n
\n
\n', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2026-04-13 17:34:08', '2026-04-13 21:34:08', '', 10, 'http://localhost/project/?p=11', 0, 'revision', '', 0), +(12, 1, '2026-04-13 17:35:49', '2026-04-13 21:35:49', '\n
\n
\n
\n

Home

\n
\n
\n\n\n\n

Levi McLean\'s Pet Forum

\n\n\n\n

Showcasing My Adorable Pets From Both The Past And Present.

\n
\n\n\n\n\n\n\n\n
\n\n\n\n
\n
\n

Some Brief Backstory

\n
\n\n\n\n
\n
\n

They walked out onto the deck. All the buildings and smoke had vanished, and the ship was in a vast expanse of sea, fresh and clear yet faint in the morning light.

\n\n\n\n

They had departed from the city lying in the mud. A very thin silhouette stretched on the horizon, barely strong enough to support the weight of a distant city, which still lay upon it. They were free from paths, free from people, and a shared sense of liberation filled them all.

\n
\n\n\n\n
\n

The ship moved steadily through small waves that splashed her and then fizzled like sparkling water, leaving a little trail of bubbles and foam on each side. The dull October sky above was lightly veiled as if by smoke from a fire, and the air was refreshingly salty and brisk. Indeed, it was too chilly to stay still.

\n\n\n\n

Mrs. Brown took her husband`s arm, and as they walked away, it was clear from the way her tilted cheek turned up to his that she had something private to share.

\n
\n
\n
\n\n\n\n
\n\n\n\n
\n
\n

An Adorable Preview

\n
\n\n\n\n
\n
\"\"
\n\n
\n
\n
\n', 'Home', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2026-04-13 17:35:49', '2026-04-13 21:35:49', '', 10, 'http://localhost/project/?p=12', 0, 'revision', '', 0); +INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES +(13, 1, '2026-04-13 17:39:49', '2026-04-13 21:39:49', '\n
\n
\n
\n

Home

\n
\n
\n\n\n\n

Levi McLean\'s Pet Forum

\n\n\n\n

Showcasing My Adorable Pets From Both The Past And Present.

\n
\n\n\n\n\n\n\n\n
\n\n\n\n
\n
\n

Some Brief Backstory

\n
\n\n\n\n
\n
\n

They walked out onto the deck. All the buildings and smoke had vanished, and the ship was in a vast expanse of sea, fresh and clear yet faint in the morning light.

\n\n\n\n

They had departed from the city lying in the mud. A very thin silhouette stretched on the horizon, barely strong enough to support the weight of a distant city, which still lay upon it. They were free from paths, free from people, and a shared sense of liberation filled them all.

\n
\n\n\n\n
\n

The ship moved steadily through small waves that splashed her and then fizzled like sparkling water, leaving a little trail of bubbles and foam on each side. The dull October sky above was lightly veiled as if by smoke from a fire, and the air was refreshingly salty and brisk. Indeed, it was too chilly to stay still.

\n\n\n\n

Mrs. Brown took her husband`s arm, and as they walked away, it was clear from the way her tilted cheek turned up to his that she had something private to share.

\n
\n
\n
\n\n\n\n
\n\n\n\n
\n
\n

An Adorable Preview

\n
\n\n\n\n
\n
\"\"
\n\n
\n
\n
\n', 'About', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2026-04-13 17:39:49', '2026-04-13 21:39:49', '', 10, 'http://localhost/project/?p=13', 0, 'revision', '', 0), +(14, 1, '2026-04-13 17:39:59', '2026-04-13 21:39:59', '\n
\n
\n
\n

Home

\n
\n
\n\n\n\n

Levi McLean\'s Pet Forum

\n\n\n\n

Showcasing My Adorable Pets From Both The Past And Present.

\n
\n\n\n\n\n\n\n\n
\n\n\n\n
\n
\n

Some Brief Backstory

\n
\n\n\n\n
\n
\n

They walked out onto the deck. All the buildings and smoke had vanished, and the ship was in a vast expanse of sea, fresh and clear yet faint in the morning light.

\n\n\n\n

They had departed from the city lying in the mud. A very thin silhouette stretched on the horizon, barely strong enough to support the weight of a distant city, which still lay upon it. They were free from paths, free from people, and a shared sense of liberation filled them all.

\n
\n\n\n\n
\n

The ship moved steadily through small waves that splashed her and then fizzled like sparkling water, leaving a little trail of bubbles and foam on each side. The dull October sky above was lightly veiled as if by smoke from a fire, and the air was refreshingly salty and brisk. Indeed, it was too chilly to stay still.

\n\n\n\n

Mrs. Brown took her husband`s arm, and as they walked away, it was clear from the way her tilted cheek turned up to his that she had something private to share.

\n
\n
\n
\n\n\n\n
\n\n\n\n
\n
\n

An Adorable Preview

\n
\n\n\n\n
\n
\"\"
\n\n
\n
\n
\n\n\n\n

\n', 'About', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2026-04-13 17:39:59', '2026-04-13 21:39:59', '', 10, 'http://localhost/project/?p=14', 0, 'revision', '', 0), +(15, 1, '2026-04-13 17:56:35', '2026-04-13 21:56:35', '\n
\n
\n
\n

Contact

\n
\n
\n\n\n\n

Contact Information

\n\n\n\n

Use the information below to contact me if needed:

\n
\n\n\n\n
\n\n\n\n
\n
\n\n\n\n
\n
    \n
  • Email: levi@admin.com
  • \n\n\n\n
  • Phone: (555)-123- 5678
  • \n\n\n\n
  • Address (mailing only): 123 Main Street, New York, NY
  • \n
\n
\n\n\n\n
\n
\n\n\n\n
\n\n\n\n

You can use this form to contact me directly

\n\n\n', 'Contact', '', 'publish', 'closed', 'closed', '', 'contact', '', '', '2026-04-14 13:09:00', '2026-04-14 17:09:00', '', 0, 'http://localhost/project/?page_id=15', 0, 'page', '', 0), +(17, 1, '2026-04-13 17:56:35', '2026-04-13 21:56:35', '\n
\n
\n
\n

Contact

\n
\n
\n\n\n\n

Contact Information

\n\n\n\n

Use the information below to contact me if needed:

\n
\n\n\n\n

\n', 'Contact', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-04-13 17:56:35', '2026-04-13 21:56:35', '', 15, 'http://localhost/project/?p=17', 0, 'revision', '', 0), +(18, 1, '2026-04-13 18:04:22', '2026-04-13 22:04:22', '\n
\n
\n
\n

FAQ

\n
\n
\n\n\n\n

Frequently Asked Questions

\n\n\n\n

All your burning questions, answered in one place.

\n
\n\n\n\n
\n\n\n\n
\n
\n

General

\n\n\n\n
What is this forum for?\n

A personal pet forum showcasing my (the page owners) pets along with their personalities and related stories.

\n
\n\n\n\n
Is this forum free to use?\n

Yes, this forum is completely free to use and contains no ads or monetary subscriptions.

\n
\n
\n\n\n\n
\n

Accounts and posting

\n\n\n\n
Do I need an account to post?\n

Yes, you\'ll need an account to post. However, we are currently only allowing posts from the admin account.

\n
\n\n\n\n
I forgot my password, what do I do?\n

You may contact the site owner through the contact page for support. The contact page can be found here

\n
\n
\n\n\n\n
\n

Safety and guidelines

\n\n\n\n
Does this forum cover adoptions?\n

No. This forum does not cover adoptions as none of the pets on this site are up for adoption and we are do not have the equipment or requirements to run an adoption center.

\n
\n\n\n\n
Can I get medical advice for my pet here?\n

No. We do not post medical advice on this forum. We do not have the credentials to do so. Please contact a vet if your pet needs medical care

\n
\n
\n
\n', 'FAQ', '', 'publish', 'closed', 'closed', '', 'faq', '', '', '2026-04-14 12:31:48', '2026-04-14 16:31:48', '', 0, 'http://localhost/project/?page_id=18', 0, 'page', '', 0), +(19, 1, '2026-04-13 18:04:22', '2026-04-13 22:04:22', '\n
\n
\n
\n

FAQ

\n
\n
\n\n\n\n

Frequently Asked Questions

\n\n\n\n

All your burning questions, answered in one place.

\n
\n\n\n\n

\n', 'FAQ', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2026-04-13 18:04:22', '2026-04-13 22:04:22', '', 18, 'http://localhost/project/?p=19', 0, 'revision', '', 0), +(20, 1, '2026-04-13 18:05:14', '2026-04-13 22:05:14', '\n
\n
\n
\n

About

\n
\n
\n\n\n\n

Levi McLean\'s Pet Forum

\n\n\n\n

Showcasing My Adorable Pets From Both The Past And Present.

\n
\n\n\n\n\n\n\n\n
\n\n\n\n
\n
\n

Some Brief Backstory

\n
\n\n\n\n
\n
\n

They walked out onto the deck. All the buildings and smoke had vanished, and the ship was in a vast expanse of sea, fresh and clear yet faint in the morning light.

\n\n\n\n

They had departed from the city lying in the mud. A very thin silhouette stretched on the horizon, barely strong enough to support the weight of a distant city, which still lay upon it. They were free from paths, free from people, and a shared sense of liberation filled them all.

\n
\n\n\n\n
\n

The ship moved steadily through small waves that splashed her and then fizzled like sparkling water, leaving a little trail of bubbles and foam on each side. The dull October sky above was lightly veiled as if by smoke from a fire, and the air was refreshingly salty and brisk. Indeed, it was too chilly to stay still.

\n\n\n\n

Mrs. Brown took her husband`s arm, and as they walked away, it was clear from the way her tilted cheek turned up to his that she had something private to share.

\n
\n
\n
\n\n\n\n
\n\n\n\n
\n
\n

An Adorable Preview

\n
\n\n\n\n
\n
\"\"
\n\n
\n
\n
\n\n\n\n

\n', 'About', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2026-04-13 18:05:14', '2026-04-13 22:05:14', '', 10, 'http://localhost/project/?p=20', 0, 'revision', '', 0), +(21, 1, '2026-04-14 11:46:35', '2026-04-14 15:46:35', '\n\n', 'Footer', '', 'publish', 'closed', 'closed', '', 'footer', '', '', '2026-04-14 11:49:38', '2026-04-14 15:49:38', '', 0, 'http://localhost/project/2026/04/14/footer/', 0, 'wp_template_part', '', 0), +(22, 1, '2026-04-14 11:49:38', '2026-04-14 15:49:38', '\n
\n
\n
\n

\nCome See us: 123 Main St

\n
\n
\n\n\n\n
\n\n\n\n
\n
\n', 'Header', '', 'publish', 'closed', 'closed', '', 'header', '', '', '2026-04-14 11:50:57', '2026-04-14 15:50:57', '', 0, 'http://localhost/project/2026/04/14/header/', 0, 'wp_template_part', '', 0), +(23, 1, '2026-04-14 11:49:38', '2026-04-14 15:49:38', '\n\n', 'Footer', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-04-14 11:49:38', '2026-04-14 15:49:38', '', 21, 'http://localhost/project/?p=23', 0, 'revision', '', 0); +INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES +(24, 1, '2026-04-14 11:50:57', '2026-04-14 15:50:57', '\n
\n
\n
\n

\nCome See us: 123 Main St

\n
\n
\n\n\n\n
\n\n\n\n
\n
\n', 'Header', '', 'inherit', 'closed', 'closed', '', '22-revision-v1', '', '', '2026-04-14 11:50:57', '2026-04-14 15:50:57', '', 22, 'http://localhost/project/?p=24', 0, 'revision', '', 0), +(26, 1, '2026-04-14 11:57:21', '2026-04-14 15:57:21', '\n
\n
\n
\n

About

\n
\n
\n\n\n\n

Levi McLean\'s Pet Forum

\n\n\n\n

Showcasing My Adorable Pets From Both The Past And Present.

\n
\n\n\n\n\n\n\n\n
\n\n\n\n
\n
\n

Some Brief Backstory

\n
\n\n\n\n
\n
\n

I\'ve had pets for just about as long as I can remember. They were an important part of my childhood and they\'re and equally important part of my early adult years.

\n\n\n\n

I can remember so many memories of walks with my dogs and raising my cats. I wanted to make a little tribute of my appreciation towards my pets, so I\'m making this site to share all the information and stories I can think of for each of my pets.

\n
\n\n\n\n
\n

Each pet will have their own dedicated post on the root page of this forum. On there, users are welcome to comment their thoughts about the post. The post will contain several images and videos of the respective animal as well as text of stories and facts about the animal.

\n\n\n\n

I hope you all enjoy viewing and reading about my cherished pets. I do care for them very dearly so it means a lot that you\'d take the time to read about them,

\n
\n
\n
\n\n\n\n
\n\n\n\n
\n
\n

An Adorable Preview

\n
\n\n\n\n
\n
\"\"
\n\n
\n
\n
\n\n\n\n

\n', 'About', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2026-04-14 11:57:21', '2026-04-14 15:57:21', '', 10, 'http://localhost/project/?p=26', 0, 'revision', '', 0), +(28, 1, '2026-04-14 12:04:18', '2026-04-14 16:04:18', '\n
\n
\n
\n

Contact

\n
\n
\n\n\n\n

Contact Information

\n\n\n\n

Use the information below to contact me if needed:

\n
\n\n\n\n\n\n\n\n

\n', 'Contact', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-04-14 12:04:18', '2026-04-14 16:04:18', '', 15, 'http://localhost/project/?p=28', 0, 'revision', '', 0), +(29, 1, '2026-04-14 12:05:54', '2026-04-14 16:05:54', '{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"textarea\",\"label\":\"Comment or Message\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"}},\"id\":\"29\",\"field_id\":4,\"settings\":{\"themes\":{\"wpformsTheme\":\"default\",\"isCustomTheme\":\"\",\"themeName\":\"\",\"fieldSize\":\"medium\",\"fieldBorderStyle\":\"solid\",\"fieldBorderSize\":\"1\",\"fieldBorderRadius\":\"3\",\"fieldBackgroundColor\":\"#ffffff\",\"fieldBorderColor\":\"rgba(0, 0, 0, 0.25)\",\"fieldTextColor\":\"rgba(0, 0, 0, 0.7)\",\"labelSize\":\"medium\",\"labelColor\":\"rgba(0, 0, 0, 0.85)\",\"labelSublabelColor\":\"rgba(0, 0, 0, 0.55)\",\"labelErrorColor\":\"#d63637\",\"buttonSize\":\"medium\",\"buttonBorderStyle\":\"none\",\"buttonBorderSize\":\"1\",\"buttonBorderRadius\":\"3\",\"buttonBackgroundColor\":\"#066aab\",\"buttonBorderColor\":\"#066aab\",\"buttonTextColor\":\"#ffffff\",\"containerPadding\":\"0\",\"containerBorderStyle\":\"none\",\"containerBorderWidth\":\"1\",\"containerBorderRadius\":\"3\",\"containerBorderColor\":\"#000000\",\"containerShadowSize\":\"none\",\"backgroundColor\":\"rgba(0, 0, 0, 0)\",\"backgroundImage\":\"none\",\"backgroundSize\":\"cover\",\"backgroundUrl\":\"url()\",\"fieldMenuColor\":\"#ffffff\",\"pageBreakColor\":\"#066aab\",\"customCss\":\"\",\"copyPasteJsonValue\":\"{\\\"themeName\\\":\\\"\\\",\\\"isCustomTheme\\\":\\\"\\\",\\\"wpformsTheme\\\":\\\"default\\\",\\\"customCss\\\":\\\"\\\",\\\"containerPadding\\\":\\\"0\\\",\\\"containerBorderStyle\\\":\\\"none\\\",\\\"containerBorderWidth\\\":\\\"1\\\",\\\"containerBorderRadius\\\":\\\"3\\\",\\\"containerShadowSize\\\":\\\"none\\\",\\\"containerBorderColor\\\":\\\"#000000\\\",\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderStyle\\\":\\\"solid\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBorderSize\\\":\\\"1\\\",\\\"fieldBackgroundColor\\\":\\\"#ffffff\\\",\\\"fieldBorderColor\\\":\\\"rgba(0, 0, 0, 0.25)\\\",\\\"fieldTextColor\\\":\\\"rgba(0, 0, 0, 0.7)\\\",\\\"fieldMenuColor\\\":\\\"#ffffff\\\",\\\"pageBreakColor\\\":\\\"#066aab\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"rgba(0, 0, 0, 0.85)\\\",\\\"labelSublabelColor\\\":\\\"rgba(0, 0, 0, 0.55)\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderStyle\\\":\\\"none\\\",\\\"buttonBorderSize\\\":\\\"1\\\",\\\"buttonBorderRadius\\\":\\\"3\\\",\\\"buttonBackgroundColor\\\":\\\"#066aab\\\",\\\"buttonBorderColor\\\":\\\"#066aab\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\",\\\"backgroundColor\\\":\\\"rgba(0, 0, 0, 0)\\\",\\\"backgroundPosition\\\":\\\"center center\\\",\\\"backgroundUrl\\\":\\\"url()\\\",\\\"backgroundRepeat\\\":\\\"no-repeat\\\",\\\"backgroundSize\\\":\\\"cover\\\",\\\"backgroundSizeMode\\\":\\\"cover\\\",\\\"backgroundWidth\\\":\\\"100\\\",\\\"backgroundHeight\\\":\\\"100\\\",\\\"backgroundImage\\\":\\\"none\\\"}\"},\"form_title\":\"Simple Contact Form\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending\\u2026\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"New Entry: Simple Contact Form\",\"sender_name\":\"Levi McLean\'s Pet Forum\",\"sender_address\":\"{admin_email}\",\"replyto\":\"{field_id=\\\"2\\\"}\",\"message\":\"{all_fields}\",\"template\":\"\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"

Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"previous_page\",\"page_url_parameters\":\"\",\"redirect\":\"\"}},\"antispam_v3\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\"},\"form_tags\":[],\"store_spam_entries\":\"0\"},\"search_terms\":\"\",\"providers\":{\"constant-contact-v3\":[]},\"meta\":{\"template\":\"simple-contact-form-template\"}}', 'Simple Contact Form', '', 'publish', 'closed', 'closed', '', 'simple-contact-form', '', '', '2026-04-14 12:06:23', '2026-04-14 16:06:23', '', 0, 'http://localhost/project/?post_type=wpforms&p=29', 0, 'wpforms', '', 0), +(30, 1, '2026-04-14 12:05:57', '2026-04-14 16:05:57', '{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"textarea\",\"label\":\"Comment or Message\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"}},\"id\":\"29\",\"field_id\":4,\"settings\":{\"themes\":{\"wpformsTheme\":\"default\",\"isCustomTheme\":\"\",\"themeName\":\"\",\"fieldSize\":\"medium\",\"fieldBorderStyle\":\"solid\",\"fieldBorderSize\":\"1\",\"fieldBorderRadius\":\"3\",\"fieldBackgroundColor\":\"#ffffff\",\"fieldBorderColor\":\"rgba(0, 0, 0, 0.25)\",\"fieldTextColor\":\"rgba(0, 0, 0, 0.7)\",\"labelSize\":\"medium\",\"labelColor\":\"rgba(0, 0, 0, 0.85)\",\"labelSublabelColor\":\"rgba(0, 0, 0, 0.55)\",\"labelErrorColor\":\"#d63637\",\"buttonSize\":\"medium\",\"buttonBorderStyle\":\"none\",\"buttonBorderSize\":\"1\",\"buttonBorderRadius\":\"3\",\"buttonBackgroundColor\":\"#066aab\",\"buttonBorderColor\":\"#066aab\",\"buttonTextColor\":\"#ffffff\",\"containerPadding\":\"0\",\"containerBorderStyle\":\"none\",\"containerBorderWidth\":\"1\",\"containerBorderRadius\":\"3\",\"containerBorderColor\":\"#000000\",\"containerShadowSize\":\"none\",\"backgroundColor\":\"rgba(0, 0, 0, 0)\",\"backgroundImage\":\"none\",\"backgroundPosition\":\"center center\",\"backgroundRepeat\":\"no-repeat\",\"backgroundSizeMode\":\"cover\",\"backgroundSize\":\"cover\",\"backgroundWidth\":\"100\",\"backgroundHeight\":\"100\",\"backgroundUrl\":\"url()\",\"fieldMenuColor\":\"#ffffff\",\"pageBreakColor\":\"#066aab\",\"customCss\":\"\",\"copyPasteJsonValue\":\"\"},\"form_title\":\"Simple Contact Form\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending\\u2026\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"New Entry: Simple Contact Form\",\"sender_name\":\"Levi McLean\'s Pet Forum\",\"sender_address\":\"{admin_email}\",\"replyto\":\"{field_id=\\\"2\\\"}\",\"message\":\"{all_fields}\",\"template\":\"\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"Thanks for contacting us! We will be in touch with you shortly.\",\"message_scroll\":\"1\",\"page\":\"previous_page\",\"page_url_parameters\":\"\",\"redirect\":\"\"}},\"antispam_v3\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\"},\"form_tags\":[],\"store_spam_entries\":\"0\"},\"search_terms\":\"\",\"providers\":{\"constant-contact-v3\":[]},\"meta\":{\"template\":\"simple-contact-form-template\"}}', 'Simple Contact Form', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2026-04-14 12:05:57', '2026-04-14 16:05:57', '', 29, 'http://localhost/project/?p=30', 0, 'revision', '', 0), +(31, 1, '2026-04-14 12:06:20', '2026-04-14 16:06:20', '{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"textarea\",\"label\":\"Comment or Message\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"}},\"id\":\"29\",\"field_id\":4,\"settings\":{\"themes\":{\"wpformsTheme\":\"default\",\"isCustomTheme\":\"\",\"themeName\":\"\",\"fieldSize\":\"medium\",\"fieldBorderStyle\":\"solid\",\"fieldBorderSize\":\"1\",\"fieldBorderRadius\":\"3\",\"fieldBackgroundColor\":\"#ffffff\",\"fieldBorderColor\":\"rgba(0, 0, 0, 0.25)\",\"fieldTextColor\":\"rgba(0, 0, 0, 0.7)\",\"labelSize\":\"medium\",\"labelColor\":\"rgba(0, 0, 0, 0.85)\",\"labelSublabelColor\":\"rgba(0, 0, 0, 0.55)\",\"labelErrorColor\":\"#d63637\",\"buttonSize\":\"medium\",\"buttonBorderStyle\":\"none\",\"buttonBorderSize\":\"1\",\"buttonBorderRadius\":\"3\",\"buttonBackgroundColor\":\"#066aab\",\"buttonBorderColor\":\"#066aab\",\"buttonTextColor\":\"#ffffff\",\"containerPadding\":\"0\",\"containerBorderStyle\":\"none\",\"containerBorderWidth\":\"1\",\"containerBorderRadius\":\"3\",\"containerBorderColor\":\"#000000\",\"containerShadowSize\":\"none\",\"backgroundColor\":\"rgba(0, 0, 0, 0)\",\"backgroundImage\":\"none\",\"backgroundSize\":\"cover\",\"backgroundUrl\":\"url()\",\"fieldMenuColor\":\"#ffffff\",\"pageBreakColor\":\"#066aab\",\"customCss\":\"\",\"copyPasteJsonValue\":\"{\\\"themeName\\\":\\\"\\\",\\\"isCustomTheme\\\":\\\"\\\",\\\"wpformsTheme\\\":\\\"default\\\",\\\"customCss\\\":\\\"\\\",\\\"containerPadding\\\":\\\"0\\\",\\\"containerBorderStyle\\\":\\\"none\\\",\\\"containerBorderWidth\\\":\\\"1\\\",\\\"containerBorderRadius\\\":\\\"3\\\",\\\"containerShadowSize\\\":\\\"none\\\",\\\"containerBorderColor\\\":\\\"#000000\\\",\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderStyle\\\":\\\"solid\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBorderSize\\\":\\\"1\\\",\\\"fieldBackgroundColor\\\":\\\"#ffffff\\\",\\\"fieldBorderColor\\\":\\\"rgba(0, 0, 0, 0.25)\\\",\\\"fieldTextColor\\\":\\\"rgba(0, 0, 0, 0.7)\\\",\\\"fieldMenuColor\\\":\\\"#ffffff\\\",\\\"pageBreakColor\\\":\\\"#066aab\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"rgba(0, 0, 0, 0.85)\\\",\\\"labelSublabelColor\\\":\\\"rgba(0, 0, 0, 0.55)\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderStyle\\\":\\\"none\\\",\\\"buttonBorderSize\\\":\\\"1\\\",\\\"buttonBorderRadius\\\":\\\"3\\\",\\\"buttonBackgroundColor\\\":\\\"#066aab\\\",\\\"buttonBorderColor\\\":\\\"#066aab\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\",\\\"backgroundColor\\\":\\\"rgba(0, 0, 0, 0)\\\",\\\"backgroundPosition\\\":\\\"center center\\\",\\\"backgroundUrl\\\":\\\"url()\\\",\\\"backgroundRepeat\\\":\\\"no-repeat\\\",\\\"backgroundSize\\\":\\\"cover\\\",\\\"backgroundSizeMode\\\":\\\"cover\\\",\\\"backgroundWidth\\\":\\\"100\\\",\\\"backgroundHeight\\\":\\\"100\\\",\\\"backgroundImage\\\":\\\"none\\\"}\"},\"form_title\":\"Simple Contact Form\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending\\u2026\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"New Entry: Simple Contact Form\",\"sender_name\":\"Levi McLean\'s Pet Forum\",\"sender_address\":\"{admin_email}\",\"replyto\":\"{field_id=\\\"2\\\"}\",\"message\":\"{all_fields}\",\"template\":\"\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"

Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"previous_page\",\"page_url_parameters\":\"\",\"redirect\":\"\"}},\"antispam_v3\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\"},\"form_tags\":[],\"store_spam_entries\":\"0\"},\"search_terms\":\"\",\"providers\":{\"constant-contact-v3\":[]},\"meta\":{\"template\":\"simple-contact-form-template\"}}', 'Simple Contact Form', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2026-04-14 12:06:20', '2026-04-14 16:06:20', '', 29, 'http://localhost/project/?p=31', 0, 'revision', '', 0), +(33, 1, '2026-04-14 12:14:56', '2026-04-14 16:14:56', '\n

\n
\n
\n

Contact

\n
\n
\n\n\n\n

Contact Information

\n\n\n\n

Use the information below to contact me if needed:

\n
\n\n\n\n
\n\n\n\n\n\n\n\n
\n\n\n\n

You can use this form to contact me directly

\n\n\n', 'Contact', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-04-14 12:14:56', '2026-04-14 16:14:56', '', 15, 'http://localhost/project/?p=33', 0, 'revision', '', 0), +(35, 1, '2026-04-14 12:21:17', '2026-04-14 16:21:17', '\n
\n
\n
\n

Contact

\n
\n
\n\n\n\n

Contact Information

\n\n\n\n

Use the information below to contact me if needed:

\n
\n\n\n\n
\n\n\n\n
\n
\n\n\n\n
\n
    \n
  • Email: levi@admin.com
  • \n\n\n\n
  • Phone: (555)-123- 5678
  • \n
\n
\n\n\n\n
\n
\n\n\n\n
\n\n\n\n

You can use this form to contact me directly

\n\n\n', 'Contact', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-04-14 12:21:17', '2026-04-14 16:21:17', '', 15, 'http://localhost/project/?p=35', 0, 'revision', '', 0), +(37, 1, '2026-04-14 12:27:25', '2026-04-14 16:27:25', '\n
\n
\n
\n

FAQ

\n
\n
\n\n\n\n

Frequently Asked Questions

\n\n\n\n

All your burning questions, answered in one place.

\n
\n\n\n\n
What is this forum for?\n

A personal pet forum showcasing my (the page owners) pets along with their personalities and related stories.

\n
\n\n\n\n
Do I need an account to post?\n

Yes, you\'ll need an account to post. However, we are currently only allowing posts from the admin account.

\n
\n\n\n\n
Is this forum free to use?\n

Yes, this forum is completely free to use and contains no ads or monetary subscriptions.

\n
\n\n\n\n
Can I get medical advice for my pet here?\n

No. We do not post medical advice on this forum. We do not have the credentials to do so. Please contact a vet if your pet needs medical care

\n
\n\n\n\n
Does this forum cover adoptions?\n

No. This forum does not cover adoptions as none of the pets on this site are up for adoption and we are do not have the equipment or requirements to run an adoption center.

\n
\n', 'FAQ', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2026-04-14 12:27:25', '2026-04-14 16:27:25', '', 18, 'http://localhost/project/?p=37', 0, 'revision', '', 0), +(38, 1, '2026-04-14 12:28:30', '2026-04-14 16:28:30', '\n
\n
\n
\n

FAQ

\n
\n
\n\n\n\n

Frequently Asked Questions

\n\n\n\n

All your burning questions, answered in one place.

\n
\n\n\n\n

General

\n\n\n\n
What is this forum for?\n

A personal pet forum showcasing my (the page owners) pets along with their personalities and related stories.

\n
\n\n\n\n
Is this forum free to use?\n

Yes, this forum is completely free to use and contains no ads or monetary subscriptions.

\n
\n\n\n\n

Accounts and posting

\n\n\n\n
Do I need an account to post?\n

Yes, you\'ll need an account to post. However, we are currently only allowing posts from the admin account.

\n
\n\n\n\n

Safety and guidelines

\n\n\n\n
Can I get medical advice for my pet here?\n

No. We do not post medical advice on this forum. We do not have the credentials to do so. Please contact a vet if your pet needs medical care

\n
\n\n\n\n
Does this forum cover adoptions?\n

No. This forum does not cover adoptions as none of the pets on this site are up for adoption and we are do not have the equipment or requirements to run an adoption center.

\n
\n', 'FAQ', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2026-04-14 12:28:30', '2026-04-14 16:28:30', '', 18, 'http://localhost/project/?p=38', 0, 'revision', '', 0); +INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES +(40, 1, '2026-04-14 12:30:28', '2026-04-14 16:30:28', '\n
\n
\n
\n

FAQ

\n
\n
\n\n\n\n

Frequently Asked Questions

\n\n\n\n

All your burning questions, answered in one place.

\n
\n\n\n\n

General

\n\n\n\n
What is this forum for?\n

A personal pet forum showcasing my (the page owners) pets along with their personalities and related stories.

\n
\n\n\n\n
Is this forum free to use?\n

Yes, this forum is completely free to use and contains no ads or monetary subscriptions.

\n
\n\n\n\n

Accounts and posting

\n\n\n\n
Do I need an account to post?\n

Yes, you\'ll need an account to post. However, we are currently only allowing posts from the admin account.

\n
\n\n\n\n
I forgot my password, what do I do?\n

You may contact the site owner through the contact page for support. The contact page can be found here

\n
\n\n\n\n

Safety and guidelines

\n\n\n\n
Can I get medical advice for my pet here?\n

No. We do not post medical advice on this forum. We do not have the credentials to do so. Please contact a vet if your pet needs medical care

\n
\n\n\n\n
Does this forum cover adoptions?\n

No. This forum does not cover adoptions as none of the pets on this site are up for adoption and we are do not have the equipment or requirements to run an adoption center.

\n
\n', 'FAQ', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2026-04-14 12:30:28', '2026-04-14 16:30:28', '', 18, 'http://localhost/project/?p=40', 0, 'revision', '', 0), +(42, 1, '2026-04-14 12:31:47', '2026-04-14 16:31:47', '\n
\n
\n
\n

FAQ

\n
\n
\n\n\n\n

Frequently Asked Questions

\n\n\n\n

All your burning questions, answered in one place.

\n
\n\n\n\n
\n\n\n\n
\n
\n

General

\n\n\n\n
What is this forum for?\n

A personal pet forum showcasing my (the page owners) pets along with their personalities and related stories.

\n
\n\n\n\n
Is this forum free to use?\n

Yes, this forum is completely free to use and contains no ads or monetary subscriptions.

\n
\n
\n\n\n\n
\n

Accounts and posting

\n\n\n\n
Do I need an account to post?\n

Yes, you\'ll need an account to post. However, we are currently only allowing posts from the admin account.

\n
\n\n\n\n
I forgot my password, what do I do?\n

You may contact the site owner through the contact page for support. The contact page can be found here

\n
\n
\n\n\n\n
\n

Safety and guidelines

\n\n\n\n
Does this forum cover adoptions?\n

No. This forum does not cover adoptions as none of the pets on this site are up for adoption and we are do not have the equipment or requirements to run an adoption center.

\n
\n\n\n\n
Can I get medical advice for my pet here?\n

No. We do not post medical advice on this forum. We do not have the credentials to do so. Please contact a vet if your pet needs medical care

\n
\n
\n
\n', 'FAQ', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2026-04-14 12:31:47', '2026-04-14 16:31:47', '', 18, 'http://localhost/project/?p=42', 0, 'revision', '', 0), +(43, 1, '2026-04-14 12:33:08', '2026-04-14 16:33:08', '\n
\n
\n
\n

Contact

\n
\n
\n\n\n\n

Contact Information

\n\n\n\n

Use the information below to contact me if needed:

\n
\n\n\n\n
\n\n\n\n
\n
\n\n\n\n
\n
    \n
  • Email: levi@admin.com
  • \n\n\n\n
  • Phone: (555)-123- 5678
  • \n\n\n\n
  • Address (mailing only): 123 Main Street, New York, NY
  • \n
\n
\n\n\n\n
\n
\n\n\n\n
\n\n\n\n

You can use this form to contact me directly

\n\n\n', 'Contact', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-04-14 12:33:08', '2026-04-14 16:33:08', '', 15, 'http://localhost/project/?p=43', 0, 'revision', '', 0), +(44, 1, '2026-04-14 12:44:40', '2026-04-14 16:44:40', '{\"version\": 3, \"isGlobalStylesUserThemeJSON\": true }', 'Custom Styles', '', 'publish', 'closed', 'closed', '', 'wp-global-styles-bluehost-blueprint-child', '', '', '2026-04-14 12:44:40', '2026-04-14 16:44:40', '', 0, 'http://localhost/project/2026/04/14/wp-global-styles-bluehost-blueprint-child/', 0, 'wp_global_styles', '', 0), +(45, 1, '2026-04-14 12:56:20', '2026-04-14 16:56:20', '\n\n', 'Footer', '', 'publish', 'closed', 'closed', '', 'footer', '', '', '2026-04-14 12:56:20', '2026-04-14 16:56:20', '', 0, 'http://localhost/project/2026/04/14/footer/', 0, 'wp_template_part', '', 0), +(46, 1, '2026-04-14 12:56:20', '2026-04-14 16:56:20', '\n
\n
\n
\n
\n

\nCome See us: 123 Main St

\n
\n
\n
\n\n\n\n
\n\n\n\n
\n
\n', 'Header', '', 'publish', 'closed', 'closed', '', 'header', '', '', '2026-04-14 12:57:26', '2026-04-14 16:57:26', '', 0, 'http://localhost/project/2026/04/14/header/', 0, 'wp_template_part', '', 0), +(47, 1, '2026-04-14 12:57:26', '2026-04-14 16:57:26', '\n\n\n
\n
\n\n
\n
\n
\n

\n
\n
\n\n\n\n
\n\n\n\n\n
\n\n\n\n\n
\n\n\n\n\n\n
\n
\n
\n\n\n', 'Blog Home', 'Displays the latest posts as either the site homepage or as the \"Posts page\" as defined under reading settings. If it exists, the Front Page template overrides this template when posts are shown on the homepage.', 'publish', 'closed', 'closed', '', 'home', '', '', '2026-04-14 12:57:27', '2026-04-14 16:57:27', '', 0, 'http://localhost/project/2026/04/14/home/', 0, 'wp_template', '', 0), +(48, 1, '2026-04-14 12:57:26', '2026-04-14 16:57:26', '\n
\n
\n
\n
\n

\nCome See us: 123 Main St

\n
\n
\n
\n\n\n\n
\n\n\n\n
\n
\n', 'Header', '', 'inherit', 'closed', 'closed', '', '46-revision-v1', '', '', '2026-04-14 12:57:26', '2026-04-14 16:57:26', '', 46, 'http://localhost/project/?p=48', 0, 'revision', '', 0), +(49, 1, '2026-04-14 12:57:27', '2026-04-14 16:57:27', '\n\n\n
\n
\n\n
\n
\n
\n

\n
\n
\n\n\n\n
\n\n\n\n\n
\n\n\n\n\n
\n\n\n\n\n\n
\n
\n
\n\n\n', 'Blog Home', 'Displays the latest posts as either the site homepage or as the \"Posts page\" as defined under reading settings. If it exists, the Front Page template overrides this template when posts are shown on the homepage.', 'inherit', 'closed', 'closed', '', '47-revision-v1', '', '', '2026-04-14 12:57:27', '2026-04-14 16:57:27', '', 47, 'http://localhost/project/?p=49', 0, 'revision', '', 0), +(50, 1, '2026-04-14 13:08:58', '2026-04-14 17:08:58', '\n
\n
\n
\n

Contact

\n
\n
\n\n\n\n

Contact Information

\n\n\n\n

Use the information below to contact me if needed:

\n
\n\n\n\n
\n\n\n\n
\n
\n\n\n\n
\n
    \n
  • Email: levi@admin.com
  • \n\n\n\n
  • Phone: (555)-123- 5678
  • \n\n\n\n
  • Address (mailing only): 123 Main Street, New York, NY
  • \n
\n
\n\n\n\n
\n
\n\n\n\n
\n\n\n\n

You can use this form to contact me directly

\n\n\n', 'Contact', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-04-14 13:08:58', '2026-04-14 17:08:58', '', 15, 'http://localhost/project/?p=50', 0, 'revision', '', 0); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `wp_smush_dir_images` +-- + +CREATE TABLE `wp_smush_dir_images` ( + `id` mediumint(9) UNSIGNED NOT NULL, + `path` text NOT NULL, + `path_hash` char(32) DEFAULT NULL, + `resize` varchar(55) DEFAULT NULL, + `lossy` varchar(55) DEFAULT NULL, + `error` varchar(55) DEFAULT NULL, + `image_size` int(10) UNSIGNED DEFAULT NULL, + `orig_size` int(10) UNSIGNED DEFAULT NULL, + `file_time` int(10) UNSIGNED DEFAULT NULL, + `last_scan` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', + `meta` text DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `wp_termmeta` +-- + +CREATE TABLE `wp_termmeta` ( + `meta_id` bigint(20) UNSIGNED NOT NULL, + `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0, + `meta_key` varchar(255) DEFAULT NULL, + `meta_value` longtext DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `wp_terms` +-- + +CREATE TABLE `wp_terms` ( + `term_id` bigint(20) UNSIGNED NOT NULL, + `name` varchar(200) NOT NULL DEFAULT '', + `slug` varchar(200) NOT NULL DEFAULT '', + `term_group` bigint(10) NOT NULL DEFAULT 0 +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + +-- +-- Dumping data for table `wp_terms` +-- + +INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES +(1, 'Uncategorized', 'uncategorized', 0), +(2, 'bluehost-blueprint', 'bluehost-blueprint', 0), +(3, 'footer', 'footer', 0), +(4, 'header', 'header', 0), +(5, 'bluehost-blueprint-child', 'bluehost-blueprint-child', 0); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `wp_term_relationships` +-- + +CREATE TABLE `wp_term_relationships` ( + `object_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0, + `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0, + `term_order` int(11) NOT NULL DEFAULT 0 +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + +-- +-- Dumping data for table `wp_term_relationships` +-- + +INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES +(1, 1, 0), +(7, 2, 0), +(21, 2, 0), +(21, 3, 0), +(22, 2, 0), +(22, 4, 0), +(44, 5, 0), +(45, 3, 0), +(45, 5, 0), +(46, 4, 0), +(46, 5, 0), +(47, 5, 0); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `wp_term_taxonomy` +-- + +CREATE TABLE `wp_term_taxonomy` ( + `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL, + `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0, + `taxonomy` varchar(32) NOT NULL DEFAULT '', + `description` longtext NOT NULL, + `parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0, + `count` bigint(20) NOT NULL DEFAULT 0 +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + +-- +-- Dumping data for table `wp_term_taxonomy` +-- + +INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES +(1, 1, 'category', '', 0, 0), +(2, 2, 'wp_theme', '', 0, 3), +(3, 3, 'wp_template_part_area', '', 0, 2), +(4, 4, 'wp_template_part_area', '', 0, 2), +(5, 5, 'wp_theme', '', 0, 4); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `wp_usermeta` +-- + +CREATE TABLE `wp_usermeta` ( + `umeta_id` bigint(20) UNSIGNED NOT NULL, + `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0, + `meta_key` varchar(255) DEFAULT NULL, + `meta_value` longtext DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + +-- +-- Dumping data for table `wp_usermeta` +-- + +INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES +(1, 1, 'nickname', 'admin'), +(2, 1, 'first_name', ''), +(3, 1, 'last_name', ''), +(4, 1, 'description', ''), +(5, 1, 'rich_editing', 'true'), +(6, 1, 'syntax_highlighting', 'true'), +(7, 1, 'comment_shortcuts', 'false'), +(8, 1, 'admin_color', 'fresh'), +(9, 1, 'use_ssl', '0'), +(10, 1, 'show_admin_bar_front', 'true'), +(11, 1, 'locale', ''), +(12, 1, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'), +(13, 1, 'wp_user_level', '10'), +(14, 1, 'dismissed_wp_pointers', ''), +(15, 1, 'show_welcome_panel', '0'), +(16, 1, 'session_tokens', 'a:1:{s:64:\"0532541edfa4648d0d6a40434d2b9f68e2e732eab7b8773a99051f1ea157ded0\";a:4:{s:10:\"expiration\";i:1777325091;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36\";s:5:\"login\";i:1776115491;}}'), +(17, 1, 'wp_user-settings', 'mfold=o&unfold=1&libraryContent=upload'), +(18, 1, 'wp_user-settings-time', '1776115488'), +(19, 1, 'wp_dashboard_quick_press_last_post_id', '5'), +(20, 1, 'wp_yoast_notifications', 'a:1:{i:0;a:2:{s:7:\"message\";s:288:\"

Because of a change in your permalink structure, some of your SEO data needs to be reprocessed. We estimate this will take less than a minute.

Start SEO data optimization\";s:7:\"options\";a:11:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:13:\"wpseo-reindex\";s:7:\"user_id\";i:1;s:5:\"nonce\";N;s:8:\"priority\";d:0.8;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;s:13:\"resolve_nonce\";s:0:\"\";}}}'), +(21, 1, '_yoast_wpseo_introductions', 'a:2:{s:29:\"ai-brand-insights-post-launch\";a:2:{s:7:\"is_seen\";b:1;s:7:\"seen_on\";i:1776115622;}s:30:\"schema-aggregator-announcement\";a:2:{s:7:\"is_seen\";b:1;s:7:\"seen_on\";i:1776118008;}}'), +(22, 1, '_yoast_wpseo_task_list_opt_in_notification_seen', '1'), +(23, 1, '_yoast_wpseo_profile_updated', '1776185121'), +(24, 1, 'closedpostboxes_dashboard', 'a:1:{i:0;s:17:\"dashboard_primary\";}'), +(25, 1, 'metaboxhidden_dashboard', 'a:2:{i:0;s:27:\"wpforms_reports_widget_lite\";i:1;s:17:\"dashboard_primary\";}'), +(26, 1, 'meta-box-order_dashboard', 'a:4:{s:6:\"normal\";s:41:\"dashboard_site_health,dashboard_right_now\";s:4:\"side\";s:54:\"dashboard_quick_press,wpseo-wincher-dashboard-overview\";s:7:\"column3\";s:42:\"dashboard_primary,wpseo-dashboard-overview\";s:7:\"column4\";s:46:\"duplicator_dashboard_widget,dashboard_activity\";}'), +(27, 1, 'duplicator_recommended_plugin_dismissed', '1'), +(28, 1, 'wp_persisted_preferences', 'a:4:{s:4:\"core\";a:3:{s:26:\"isComplementaryAreaVisible\";b:1;s:24:\"enableChoosePatternModal\";b:1;s:10:\"openPanels\";a:2:{i:0;s:11:\"post-status\";i:1;s:24:\"yoast-seo/document-panel\";}}s:14:\"core/edit-post\";a:1:{s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2026-04-14T16:54:38.322Z\";s:14:\"core/edit-site\";a:2:{s:12:\"welcomeGuide\";b:0;s:18:\"welcomeGuideStyles\";b:0;}}'), +(29, 1, '_yoast_alerts_dismissed', 'a:1:{s:26:\"webinar-promo-notification\";b:1;}'), +(30, 1, 'wpforms_overview_table_columns', 'a:6:{i:1;s:4:\"name\";i:2;s:4:\"tags\";i:3;s:6:\"author\";i:4;s:9:\"shortcode\";i:5;s:7:\"created\";i:6;s:9:\"locations\";}'), +(31, 1, 'wpforms_dismissed', 'a:1:{s:20:\"edu-edit-post-notice\";i:1776182826;}'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `wp_users` +-- + +CREATE TABLE `wp_users` ( + `ID` bigint(20) UNSIGNED NOT NULL, + `user_login` varchar(60) NOT NULL DEFAULT '', + `user_pass` varchar(255) NOT NULL DEFAULT '', + `user_nicename` varchar(50) NOT NULL DEFAULT '', + `user_email` varchar(100) NOT NULL DEFAULT '', + `user_url` varchar(100) NOT NULL DEFAULT '', + `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `user_activation_key` varchar(255) NOT NULL DEFAULT '', + `user_status` int(11) NOT NULL DEFAULT 0, + `display_name` varchar(250) NOT NULL DEFAULT '' +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + +-- +-- Dumping data for table `wp_users` +-- + +INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES +(1, 'admin', '$wp$2y$10$S.Ks8F/4zGKYVZt2M0eAx.Wc9f8N.4rG5AxigzGicFmlFYin4ANKe', 'admin', 'aidanmclean111@gmail.com', 'http://localhost/project', '2026-04-13 21:24:38', '', 0, 'admin'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `wp_wpforms_logs` +-- + +CREATE TABLE `wp_wpforms_logs` ( + `id` bigint(20) NOT NULL, + `title` varchar(255) NOT NULL, + `message` longtext NOT NULL, + `types` varchar(255) NOT NULL, + `create_at` datetime NOT NULL, + `form_id` bigint(20) DEFAULT NULL, + `entry_id` bigint(20) DEFAULT NULL, + `user_id` bigint(20) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `wp_wpforms_payments` +-- + +CREATE TABLE `wp_wpforms_payments` ( + `id` bigint(20) NOT NULL, + `form_id` bigint(20) NOT NULL, + `status` varchar(10) NOT NULL DEFAULT '', + `subtotal_amount` decimal(26,8) NOT NULL DEFAULT 0.00000000, + `discount_amount` decimal(26,8) NOT NULL DEFAULT 0.00000000, + `total_amount` decimal(26,8) NOT NULL DEFAULT 0.00000000, + `currency` varchar(3) NOT NULL DEFAULT '', + `entry_id` bigint(20) NOT NULL DEFAULT 0, + `gateway` varchar(20) NOT NULL DEFAULT '', + `type` varchar(12) NOT NULL DEFAULT '', + `mode` varchar(4) NOT NULL DEFAULT '', + `transaction_id` varchar(40) NOT NULL DEFAULT '', + `customer_id` varchar(40) NOT NULL DEFAULT '', + `subscription_id` varchar(40) NOT NULL DEFAULT '', + `subscription_status` varchar(10) NOT NULL DEFAULT '', + `title` varchar(255) NOT NULL DEFAULT '', + `date_created_gmt` datetime NOT NULL, + `date_updated_gmt` datetime NOT NULL, + `is_published` tinyint(1) NOT NULL DEFAULT 1 +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `wp_wpforms_payment_meta` +-- + +CREATE TABLE `wp_wpforms_payment_meta` ( + `id` bigint(20) NOT NULL, + `payment_id` bigint(20) NOT NULL, + `meta_key` varchar(255) DEFAULT NULL, + `meta_value` longtext DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `wp_wpforms_tasks_meta` +-- + +CREATE TABLE `wp_wpforms_tasks_meta` ( + `id` bigint(20) NOT NULL, + `action` varchar(255) NOT NULL, + `data` longtext NOT NULL, + `date` datetime NOT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + +-- +-- Dumping data for table `wp_wpforms_tasks_meta` +-- + +INSERT INTO `wp_wpforms_tasks_meta` (`id`, `action`, `data`, `date`) VALUES +(1, 'wpforms_process_forms_locator_scan', 'W10=', '2026-04-14 16:06:20'), +(2, 'wpforms_process_purge_spam', 'W10=', '2026-04-14 16:06:20'), +(3, 'wpforms_admin_addons_cache_update', 'W10=', '2026-04-14 16:06:20'), +(4, 'wpforms_admin_builder_templates_cache_update', 'W10=', '2026-04-14 16:06:20'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `wp_yoast_indexable` +-- + +CREATE TABLE `wp_yoast_indexable` ( + `id` int(11) UNSIGNED NOT NULL, + `permalink` longtext DEFAULT NULL, + `permalink_hash` varchar(40) DEFAULT NULL, + `object_id` bigint(20) DEFAULT NULL, + `object_type` varchar(32) NOT NULL, + `object_sub_type` varchar(32) DEFAULT NULL, + `author_id` bigint(20) DEFAULT NULL, + `post_parent` bigint(20) DEFAULT NULL, + `title` text DEFAULT NULL, + `description` mediumtext DEFAULT NULL, + `breadcrumb_title` text DEFAULT NULL, + `post_status` varchar(20) DEFAULT NULL, + `is_public` tinyint(1) DEFAULT NULL, + `is_protected` tinyint(1) DEFAULT 0, + `has_public_posts` tinyint(1) DEFAULT NULL, + `number_of_pages` int(11) UNSIGNED DEFAULT NULL, + `canonical` longtext DEFAULT NULL, + `primary_focus_keyword` varchar(191) DEFAULT NULL, + `primary_focus_keyword_score` int(3) DEFAULT NULL, + `readability_score` int(3) DEFAULT NULL, + `is_cornerstone` tinyint(1) DEFAULT 0, + `is_robots_noindex` tinyint(1) DEFAULT 0, + `is_robots_nofollow` tinyint(1) DEFAULT 0, + `is_robots_noarchive` tinyint(1) DEFAULT 0, + `is_robots_noimageindex` tinyint(1) DEFAULT 0, + `is_robots_nosnippet` tinyint(1) DEFAULT 0, + `twitter_title` text DEFAULT NULL, + `twitter_image` longtext DEFAULT NULL, + `twitter_description` longtext DEFAULT NULL, + `twitter_image_id` varchar(191) DEFAULT NULL, + `twitter_image_source` text DEFAULT NULL, + `open_graph_title` text DEFAULT NULL, + `open_graph_description` longtext DEFAULT NULL, + `open_graph_image` longtext DEFAULT NULL, + `open_graph_image_id` varchar(191) DEFAULT NULL, + `open_graph_image_source` text DEFAULT NULL, + `open_graph_image_meta` mediumtext DEFAULT NULL, + `link_count` int(11) DEFAULT NULL, + `incoming_link_count` int(11) DEFAULT NULL, + `prominent_words_version` int(11) UNSIGNED DEFAULT NULL, + `created_at` datetime DEFAULT NULL, + `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), + `blog_id` bigint(20) NOT NULL DEFAULT 1, + `language` varchar(32) DEFAULT NULL, + `region` varchar(32) DEFAULT NULL, + `schema_page_type` varchar(64) DEFAULT NULL, + `schema_article_type` varchar(64) DEFAULT NULL, + `has_ancestors` tinyint(1) DEFAULT 0, + `estimated_reading_time_minutes` int(11) DEFAULT NULL, + `version` int(11) DEFAULT 1, + `object_last_modified` datetime DEFAULT NULL, + `object_published_at` datetime DEFAULT NULL, + `inclusive_language_score` int(3) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + +-- +-- Dumping data for table `wp_yoast_indexable` +-- + +INSERT INTO `wp_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`, `inclusive_language_score`) VALUES +(1, 'http://localhost/project/', '25:9c167e364d89e431d07c62c707dd4549', NULL, 'home-page', NULL, NULL, NULL, '%%sitename%% %%page%% %%sep%% %%sitedesc%%', '', 'Home', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, '%%sitename%%', '', '', '0', NULL, NULL, NULL, NULL, NULL, '2026-04-13 21:29:00', '2026-04-14 21:09:00', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2026-04-14 17:09:00', NULL, NULL), +(2, 'http://localhost/project/?page_id=3', '35:812205e4c4fd953ee80ba21f44fac78e', 3, 'post', 'page', 1, 0, NULL, NULL, 'Privacy Policy', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2026-04-13 21:31:48', '2026-04-14 01:32:14', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2026-04-13 21:32:14', '2026-04-13 21:24:38', 0), +(3, 'http://localhost/project/?page_id=2', '35:4d694ed2a1b66c8431f3a42281fb648b', 2, 'post', 'page', 1, 0, NULL, NULL, 'Sample Page', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2026-04-13 21:31:48', '2026-04-14 01:31:59', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2026-04-13 21:31:59', '2026-04-13 21:24:38', 0), +(4, NULL, NULL, NULL, 'system-page', '404', NULL, NULL, 'Page not found %%sep%% %%sitename%%', NULL, 'Error 404: Page not found', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2026-04-13 21:31:52', '2026-04-14 01:31:52', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL, NULL), +(5, 'http://localhost/project/about/', '31:4c90e58eb301583a719f190709d885df', 10, 'post', 'page', 1, 0, NULL, NULL, 'About', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/project/wp-content/themes/bluehost-blueprint/assets/images/17877804936_810a01baed_k_1.webp', NULL, NULL, 'first-content-image', NULL, NULL, 'http://localhost/project/wp-content/themes/bluehost-blueprint/assets/images/17877804936_810a01baed_k_1.webp', NULL, 'first-content-image', NULL, 0, NULL, NULL, '2026-04-13 21:33:59', '2026-04-14 19:58:16', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2026-04-14 15:58:16', '2026-04-13 21:37:24', 0), +(6, 'http://localhost/project/category/uncategorized/', '48:823d3b9130ef1c845c39839da1bd9bed', 1, 'term', 'category', NULL, NULL, NULL, NULL, 'Uncategorized', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2026-04-13 21:37:23', '2026-04-14 19:45:26', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, NULL, NULL, NULL), +(7, 'http://localhost/project/contact/', '33:56614c9d9a90acf34354b55c4c186ab3', 15, 'post', 'page', 1, 0, NULL, NULL, 'Contact', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, '2026-04-13 21:41:27', '2026-04-14 21:09:00', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2026-04-14 17:09:00', '2026-04-13 21:56:35', 0), +(8, 'http://localhost/project/faq/', '29:59995deb19e3e24edbf8ecd707dd3fe6', 18, 'post', 'page', 1, 0, NULL, NULL, 'FAQ', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, '2026-04-13 22:00:22', '2026-04-14 20:31:48', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2026-04-14 16:31:48', '2026-04-13 22:04:22', 0), +(9, NULL, NULL, NULL, 'system-page', 'search-result', NULL, NULL, 'You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%', NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2026-04-14 15:45:26', '2026-04-14 19:45:26', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL, NULL), +(10, NULL, NULL, NULL, 'date-archive', NULL, NULL, NULL, '%%date%% %%page%% %%sep%% %%sitename%%', '', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2026-04-14 15:45:26', '2026-04-14 19:45:26', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL, NULL), +(11, 'http://localhost/project/?p=1', '29:31299b08a3c7e7fc126cecfcccf522ef', 1, 'post', 'post', 1, 0, NULL, NULL, 'Hello world!', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2026-04-14 15:45:26', '2026-04-14 19:45:26', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2026-04-13 21:25:19', '2026-04-13 21:24:38', 0); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `wp_yoast_indexable_hierarchy` +-- + +CREATE TABLE `wp_yoast_indexable_hierarchy` ( + `indexable_id` int(11) UNSIGNED NOT NULL, + `ancestor_id` int(11) UNSIGNED NOT NULL, + `depth` int(11) UNSIGNED DEFAULT NULL, + `blog_id` bigint(20) NOT NULL DEFAULT 1 +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + +-- +-- Dumping data for table `wp_yoast_indexable_hierarchy` +-- + +INSERT INTO `wp_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES +(1, 0, 0, 1), +(2, 0, 0, 1), +(3, 0, 0, 1), +(5, 0, 0, 1), +(6, 0, 0, 1), +(7, 0, 0, 1), +(8, 0, 0, 1), +(11, 0, 0, 1); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `wp_yoast_migrations` +-- + +CREATE TABLE `wp_yoast_migrations` ( + `id` int(11) UNSIGNED NOT NULL, + `version` varchar(191) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + +-- +-- Dumping data for table `wp_yoast_migrations` +-- + +INSERT INTO `wp_yoast_migrations` (`id`, `version`) VALUES +(1, '20171228151840'), +(2, '20171228151841'), +(3, '20190529075038'), +(4, '20191011111109'), +(5, '20200408101900'), +(6, '20200420073606'), +(7, '20200428123747'), +(8, '20200428194858'), +(9, '20200429105310'), +(10, '20200430075614'), +(11, '20200430150130'), +(12, '20200507054848'), +(13, '20200513133401'), +(14, '20200609154515'), +(15, '20200616130143'), +(16, '20200617122511'), +(17, '20200702141921'), +(18, '20200728095334'), +(19, '20201202144329'), +(20, '20201216124002'), +(21, '20201216141134'), +(22, '20210817092415'), +(23, '20211020091404'), +(24, '20230417083836'), +(25, '20260105111111'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `wp_yoast_primary_term` +-- + +CREATE TABLE `wp_yoast_primary_term` ( + `id` int(11) UNSIGNED NOT NULL, + `post_id` bigint(20) DEFAULT NULL, + `term_id` bigint(20) DEFAULT NULL, + `taxonomy` varchar(32) NOT NULL, + `created_at` datetime DEFAULT NULL, + `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), + `blog_id` bigint(20) NOT NULL DEFAULT 1 +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `wp_yoast_seo_links` +-- + +CREATE TABLE `wp_yoast_seo_links` ( + `id` bigint(20) UNSIGNED NOT NULL, + `url` varchar(255) DEFAULT NULL, + `post_id` bigint(20) UNSIGNED DEFAULT NULL, + `target_post_id` bigint(20) UNSIGNED DEFAULT NULL, + `type` varchar(8) DEFAULT NULL, + `indexable_id` int(11) UNSIGNED DEFAULT NULL, + `target_indexable_id` int(11) UNSIGNED DEFAULT NULL, + `height` int(11) UNSIGNED DEFAULT NULL, + `width` int(11) UNSIGNED DEFAULT NULL, + `size` int(11) UNSIGNED DEFAULT NULL, + `language` varchar(32) DEFAULT NULL, + `region` varchar(32) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci; + +-- +-- Dumping data for table `wp_yoast_seo_links` +-- + +INSERT INTO `wp_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES +(1, 'http://localhost/project/wp-content/themes/bluehost-blueprint/assets/images/17877804936_810a01baed_k_1.webp', 10, NULL, 'image-in', 5, NULL, NULL, NULL, NULL, NULL, NULL), +(2, 'http://localhost/project/wp-content/themes/bluehost-blueprint/assets/images/14238079282_271759b798_k_1.webp', 10, NULL, 'image-in', 5, NULL, NULL, NULL, NULL, NULL, NULL), +(3, 'http://localhost/project/wp-content/themes/bluehost-blueprint/assets/images/3296444307_ccc20be908_k_1.webp', 10, NULL, 'image-in', 5, NULL, NULL, NULL, NULL, NULL, NULL), +(4, 'http://localhost/project/wp-content/themes/bluehost-blueprint/assets/images/8447530115_42bdfd9db6_k.webp', 10, NULL, 'image-in', 5, NULL, NULL, NULL, NULL, NULL, NULL), +(5, 'http://localhost/project/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg', 15, NULL, 'image-in', 7, NULL, NULL, NULL, NULL, NULL, NULL), +(6, 'http://localhost/project/contact/', 18, 15, 'internal', 8, 7, NULL, NULL, NULL, NULL, NULL); + +-- +-- Indexes for dumped tables +-- + +-- +-- Indexes for table `wp_actionscheduler_actions` +-- +ALTER TABLE `wp_actionscheduler_actions` + ADD PRIMARY KEY (`action_id`), + ADD KEY `hook_status_scheduled_date_gmt` (`hook`(163),`status`,`scheduled_date_gmt`), + ADD KEY `status_scheduled_date_gmt` (`status`,`scheduled_date_gmt`), + ADD KEY `scheduled_date_gmt` (`scheduled_date_gmt`), + ADD KEY `args` (`args`), + ADD KEY `group_id` (`group_id`), + ADD KEY `last_attempt_gmt` (`last_attempt_gmt`), + ADD KEY `claim_id_status_priority_scheduled_date_gmt` (`claim_id`,`status`,`priority`,`scheduled_date_gmt`), + ADD KEY `status_last_attempt_gmt` (`status`,`last_attempt_gmt`), + ADD KEY `status_claim_id` (`status`,`claim_id`); + +-- +-- Indexes for table `wp_actionscheduler_claims` +-- +ALTER TABLE `wp_actionscheduler_claims` + ADD PRIMARY KEY (`claim_id`), + ADD KEY `date_created_gmt` (`date_created_gmt`); + +-- +-- Indexes for table `wp_actionscheduler_groups` +-- +ALTER TABLE `wp_actionscheduler_groups` + ADD PRIMARY KEY (`group_id`), + ADD KEY `slug` (`slug`(191)); + +-- +-- Indexes for table `wp_actionscheduler_logs` +-- +ALTER TABLE `wp_actionscheduler_logs` + ADD PRIMARY KEY (`log_id`), + ADD KEY `action_id` (`action_id`), + ADD KEY `log_date_gmt` (`log_date_gmt`); + +-- +-- Indexes for table `wp_commentmeta` +-- +ALTER TABLE `wp_commentmeta` + ADD PRIMARY KEY (`meta_id`), + ADD KEY `comment_id` (`comment_id`), + ADD KEY `meta_key` (`meta_key`(191)); + +-- +-- Indexes for table `wp_comments` +-- +ALTER TABLE `wp_comments` + ADD PRIMARY KEY (`comment_ID`), + ADD KEY `comment_post_ID` (`comment_post_ID`), + ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), + ADD KEY `comment_date_gmt` (`comment_date_gmt`), + ADD KEY `comment_parent` (`comment_parent`), + ADD KEY `comment_author_email` (`comment_author_email`(10)); + +-- +-- Indexes for table `wp_duplicator_packages` +-- +ALTER TABLE `wp_duplicator_packages` + ADD PRIMARY KEY (`id`), + ADD KEY `hash` (`hash`); + +-- +-- Indexes for table `wp_links` +-- +ALTER TABLE `wp_links` + ADD PRIMARY KEY (`link_id`), + ADD KEY `link_visible` (`link_visible`); + +-- +-- Indexes for table `wp_options` +-- +ALTER TABLE `wp_options` + ADD PRIMARY KEY (`option_id`), + ADD UNIQUE KEY `option_name` (`option_name`), + ADD KEY `autoload` (`autoload`); + +-- +-- Indexes for table `wp_postmeta` +-- +ALTER TABLE `wp_postmeta` + ADD PRIMARY KEY (`meta_id`), + ADD KEY `post_id` (`post_id`), + ADD KEY `meta_key` (`meta_key`(191)); + +-- +-- Indexes for table `wp_posts` +-- +ALTER TABLE `wp_posts` + ADD PRIMARY KEY (`ID`), + ADD KEY `post_name` (`post_name`(191)), + ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), + ADD KEY `post_parent` (`post_parent`), + ADD KEY `post_author` (`post_author`), + ADD KEY `type_status_author` (`post_type`,`post_status`,`post_author`); + +-- +-- Indexes for table `wp_smush_dir_images` +-- +ALTER TABLE `wp_smush_dir_images` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `path_hash` (`path_hash`), + ADD KEY `image_size` (`image_size`); + +-- +-- Indexes for table `wp_termmeta` +-- +ALTER TABLE `wp_termmeta` + ADD PRIMARY KEY (`meta_id`), + ADD KEY `term_id` (`term_id`), + ADD KEY `meta_key` (`meta_key`(191)); + +-- +-- Indexes for table `wp_terms` +-- +ALTER TABLE `wp_terms` + ADD PRIMARY KEY (`term_id`), + ADD KEY `slug` (`slug`(191)), + ADD KEY `name` (`name`(191)); + +-- +-- Indexes for table `wp_term_relationships` +-- +ALTER TABLE `wp_term_relationships` + ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`), + ADD KEY `term_taxonomy_id` (`term_taxonomy_id`); + +-- +-- Indexes for table `wp_term_taxonomy` +-- +ALTER TABLE `wp_term_taxonomy` + ADD PRIMARY KEY (`term_taxonomy_id`), + ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), + ADD KEY `taxonomy` (`taxonomy`); + +-- +-- Indexes for table `wp_usermeta` +-- +ALTER TABLE `wp_usermeta` + ADD PRIMARY KEY (`umeta_id`), + ADD KEY `user_id` (`user_id`), + ADD KEY `meta_key` (`meta_key`(191)); + +-- +-- Indexes for table `wp_users` +-- +ALTER TABLE `wp_users` + ADD PRIMARY KEY (`ID`), + ADD KEY `user_login_key` (`user_login`), + ADD KEY `user_nicename` (`user_nicename`), + ADD KEY `user_email` (`user_email`); + +-- +-- Indexes for table `wp_wpforms_logs` +-- +ALTER TABLE `wp_wpforms_logs` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `wp_wpforms_payments` +-- +ALTER TABLE `wp_wpforms_payments` + ADD PRIMARY KEY (`id`), + ADD KEY `form_id` (`form_id`), + ADD KEY `status` (`status`(8)), + ADD KEY `total_amount` (`total_amount`), + ADD KEY `type` (`type`(8)), + ADD KEY `transaction_id` (`transaction_id`(32)), + ADD KEY `customer_id` (`customer_id`(32)), + ADD KEY `subscription_id` (`subscription_id`(32)), + ADD KEY `subscription_status` (`subscription_status`(8)), + ADD KEY `title` (`title`(64)); + +-- +-- Indexes for table `wp_wpforms_payment_meta` +-- +ALTER TABLE `wp_wpforms_payment_meta` + ADD PRIMARY KEY (`id`), + ADD KEY `payment_id` (`payment_id`), + ADD KEY `meta_key` (`meta_key`(191)), + ADD KEY `meta_value` (`meta_value`(191)); + +-- +-- Indexes for table `wp_wpforms_tasks_meta` +-- +ALTER TABLE `wp_wpforms_tasks_meta` + ADD PRIMARY KEY (`id`); + +-- +-- Indexes for table `wp_yoast_indexable` +-- +ALTER TABLE `wp_yoast_indexable` + ADD PRIMARY KEY (`id`), + ADD KEY `object_type_and_sub_type` (`object_type`,`object_sub_type`), + ADD KEY `object_id_and_type` (`object_id`,`object_type`), + ADD KEY `permalink_hash_and_object_type` (`permalink_hash`,`object_type`), + ADD KEY `subpages` (`post_parent`,`object_type`,`post_status`,`object_id`), + ADD KEY `prominent_words` (`prominent_words_version`,`object_type`,`object_sub_type`,`post_status`), + ADD KEY `published_sitemap_index` (`object_published_at`,`is_robots_noindex`,`object_type`,`object_sub_type`); + +-- +-- Indexes for table `wp_yoast_indexable_hierarchy` +-- +ALTER TABLE `wp_yoast_indexable_hierarchy` + ADD PRIMARY KEY (`indexable_id`,`ancestor_id`), + ADD KEY `indexable_id` (`indexable_id`), + ADD KEY `ancestor_id` (`ancestor_id`), + ADD KEY `depth` (`depth`); + +-- +-- Indexes for table `wp_yoast_migrations` +-- +ALTER TABLE `wp_yoast_migrations` + ADD PRIMARY KEY (`id`), + ADD UNIQUE KEY `wp_yoast_migrations_version` (`version`); + +-- +-- Indexes for table `wp_yoast_primary_term` +-- +ALTER TABLE `wp_yoast_primary_term` + ADD PRIMARY KEY (`id`), + ADD KEY `post_taxonomy` (`post_id`,`taxonomy`), + ADD KEY `post_term` (`post_id`,`term_id`); + +-- +-- Indexes for table `wp_yoast_seo_links` +-- +ALTER TABLE `wp_yoast_seo_links` + ADD PRIMARY KEY (`id`), + ADD KEY `link_direction` (`post_id`,`type`), + ADD KEY `indexable_link_direction` (`indexable_id`,`type`), + ADD KEY `url_index` (`url`), + ADD KEY `target_indexable_id_index` (`target_indexable_id`); + +-- +-- AUTO_INCREMENT for dumped tables +-- + +-- +-- AUTO_INCREMENT for table `wp_actionscheduler_actions` +-- +ALTER TABLE `wp_actionscheduler_actions` + MODIFY `action_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=46; + +-- +-- AUTO_INCREMENT for table `wp_actionscheduler_claims` +-- +ALTER TABLE `wp_actionscheduler_claims` + MODIFY `claim_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=89; + +-- +-- AUTO_INCREMENT for table `wp_actionscheduler_groups` +-- +ALTER TABLE `wp_actionscheduler_groups` + MODIFY `group_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; + +-- +-- AUTO_INCREMENT for table `wp_actionscheduler_logs` +-- +ALTER TABLE `wp_actionscheduler_logs` + MODIFY `log_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=37; + +-- +-- AUTO_INCREMENT for table `wp_commentmeta` +-- +ALTER TABLE `wp_commentmeta` + MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT for table `wp_comments` +-- +ALTER TABLE `wp_comments` + MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; + +-- +-- AUTO_INCREMENT for table `wp_duplicator_packages` +-- +ALTER TABLE `wp_duplicator_packages` + MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT for table `wp_links` +-- +ALTER TABLE `wp_links` + MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT for table `wp_options` +-- +ALTER TABLE `wp_options` + MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=541; + +-- +-- AUTO_INCREMENT for table `wp_postmeta` +-- +ALTER TABLE `wp_postmeta` + MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=42; + +-- +-- AUTO_INCREMENT for table `wp_posts` +-- +ALTER TABLE `wp_posts` + MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=51; + +-- +-- AUTO_INCREMENT for table `wp_smush_dir_images` +-- +ALTER TABLE `wp_smush_dir_images` + MODIFY `id` mediumint(9) UNSIGNED NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT for table `wp_termmeta` +-- +ALTER TABLE `wp_termmeta` + MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT for table `wp_terms` +-- +ALTER TABLE `wp_terms` + MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; + +-- +-- AUTO_INCREMENT for table `wp_term_taxonomy` +-- +ALTER TABLE `wp_term_taxonomy` + MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; + +-- +-- AUTO_INCREMENT for table `wp_usermeta` +-- +ALTER TABLE `wp_usermeta` + MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=32; + +-- +-- AUTO_INCREMENT for table `wp_users` +-- +ALTER TABLE `wp_users` + MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; + +-- +-- AUTO_INCREMENT for table `wp_wpforms_logs` +-- +ALTER TABLE `wp_wpforms_logs` + MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT for table `wp_wpforms_payments` +-- +ALTER TABLE `wp_wpforms_payments` + MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT for table `wp_wpforms_payment_meta` +-- +ALTER TABLE `wp_wpforms_payment_meta` + MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT for table `wp_wpforms_tasks_meta` +-- +ALTER TABLE `wp_wpforms_tasks_meta` + MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; + +-- +-- AUTO_INCREMENT for table `wp_yoast_indexable` +-- +ALTER TABLE `wp_yoast_indexable` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12; + +-- +-- AUTO_INCREMENT for table `wp_yoast_migrations` +-- +ALTER TABLE `wp_yoast_migrations` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26; + +-- +-- AUTO_INCREMENT for table `wp_yoast_primary_term` +-- +ALTER TABLE `wp_yoast_primary_term` + MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; + +-- +-- AUTO_INCREMENT for table `wp_yoast_seo_links` +-- +ALTER TABLE `wp_yoast_seo_links` + MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; +COMMIT; + +/*!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 */;