Sindbad~EG File Manager

Current Path : /home/resticbackup/
Upload File :
Current File : /home/resticbackup/carfac_aeroM.sql

/*M!999999\- enable the sandbox mode */ 
-- MariaDB dump 10.19  Distrib 10.11.16-MariaDB, for Linux (x86_64)
--
-- Host: localhost    Database: carfac_aeroM
-- ------------------------------------------------------
-- Server version	10.11.16-MariaDB

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `aero_commentmeta`
--

DROP TABLE IF EXISTS `aero_commentmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `aero_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `aero_commentmeta`
--

LOCK TABLES `aero_commentmeta` WRITE;
/*!40000 ALTER TABLE `aero_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `aero_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `aero_comments`
--

DROP TABLE IF EXISTS `aero_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `aero_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) NOT NULL DEFAULT '',
  `comment_date` datetime /* mariadb-5.3 */ NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime /* mariadb-5.3 */ NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `aero_comments`
--

LOCK TABLES `aero_comments` WRITE;
/*!40000 ALTER TABLE `aero_comments` DISABLE KEYS */;
INSERT INTO `aero_comments` VALUES
(1,1,'A WordPress Commenter','[email protected]','https://wordpress.org/','','2026-02-22 17:37:19','2026-02-22 17:37:19','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 <a href=\"https://gravatar.com/\">Gravatar</a>.',0,'1','','comment',0,0);
/*!40000 ALTER TABLE `aero_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `aero_links`
--

DROP TABLE IF EXISTS `aero_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `aero_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1,
  `link_rating` int(11) NOT NULL DEFAULT 0,
  `link_updated` datetime /* mariadb-5.3 */ NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `aero_links`
--

LOCK TABLES `aero_links` WRITE;
/*!40000 ALTER TABLE `aero_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `aero_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `aero_options`
--

DROP TABLE IF EXISTS `aero_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `aero_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=MyISAM AUTO_INCREMENT=1282 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `aero_options`
--

LOCK TABLES `aero_options` WRITE;
/*!40000 ALTER TABLE `aero_options` DISABLE KEYS */;
INSERT INTO `aero_options` VALUES
(1,'cron','a:14:{i:1777253840;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:1777268254;a:1:{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:1777271839;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:1777273639;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:1777275439;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:1777311440;a:2:{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: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:1777311454;a:2:{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;}}}i:1777311456;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:1777311621;a:1:{s:29:\"wp_statistics_daily_cron_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1777334400;a:2:{s:34:\"wp_statistics_record_daily_summary\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:26:\"wp_statistics_dbmaint_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1777829918;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:1777830021;a:1:{s:35:\"wp_statistics_check_licenses_status\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1779558021;a:1:{s:31:\"wp_statistics_referrals_db_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}s:7:\"version\";i:2;}','on'),
(2,'siteurl','https://aeromedia.photo/wordpress','on'),
(3,'home','https://aeromedia.photo/wordpress','on'),
(4,'blogname','AeroMedia','on'),
(5,'blogdescription','Strategic Aviation Visuals','on'),
(6,'users_can_register','0','on'),
(7,'admin_email','[email protected]','on'),
(8,'start_of_week','1','on'),
(9,'use_balanceTags','0','on'),
(10,'use_smilies','1','on'),
(11,'require_name_email','1','on'),
(12,'comments_notify','1','on'),
(13,'posts_per_rss','10','on'),
(14,'rss_use_excerpt','0','on'),
(15,'mailserver_url','mail.example.com','on'),
(16,'mailserver_login','[email protected]','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','0','on'),
(23,'posts_per_page','10','on'),
(24,'date_format','F j, Y','on'),
(25,'time_format','g:i a','on'),
(26,'links_updated_date_format','F j, 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:95:{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:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=8&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','on'),
(31,'hack_file','0','on'),
(32,'blog_charset','UTF-8','on'),
(33,'moderation_keys','','off'),
(34,'active_plugins','a:4:{i:0;s:33:\"classic-editor/classic-editor.php\";i:1;s:13:\"cmb2/init.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:31:\"wp-statistics/wp-statistics.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','aeromedia-core','on'),
(42,'stylesheet','aeromedia-luxe','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','0','on'),
(51,'default_link_category','2','on'),
(52,'show_on_front','page','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:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'),
(78,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'),
(79,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'),
(80,'uninstall_plugins','a:1:{s:31:\"wp-statistics/wp-statistics.php\";a:2:{i:0;s:13:\"WP_Statistics\";i:1;s:11:\"uninstaller\";}}','off'),
(81,'timezone_string','','on'),
(82,'page_for_posts','0','on'),
(83,'page_on_front','8','on'),
(84,'default_post_format','0','on'),
(85,'link_manager_enabled','0','on'),
(86,'finished_splitting_shared_terms','1','on'),
(87,'site_icon','27','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','1787333839','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,'aero_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{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:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','on'),
(104,'fresh_site','0','off'),
(105,'user_count','1','off'),
(106,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}','auto'),
(107,'sidebars_widgets','a:2:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:13:\"array_version\";i:3;}','auto'),
(108,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(109,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(110,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(111,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(112,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(113,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(114,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(115,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(116,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(117,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(118,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(119,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(120,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(121,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(122,'_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'),
(1275,'_site_transient_timeout_wp_theme_files_patterns-82b374b495f5af4fd5e3d28710c39e0e','1777255274','off'),
(1276,'_site_transient_wp_theme_files_patterns-82b374b495f5af4fd5e3d28710c39e0e','a:2:{s:7:\"version\";s:5:\"1.0.0\";s:8:\"patterns\";a:0:{}}','off'),
(250,'nav_menu_options','a:1:{s:8:\"auto_add\";a:0:{}}','auto'),
(251,'customize_stashed_theme_mods','a:0:{}','off'),
(249,'theme_switched_via_customizer','','auto'),
(284,'wp_statistics_user_modals','a:1:{i:1;a:1:{s:15:\"welcome-premium\";a:2:{s:12:\"times_opened\";i:1;s:11:\"last_opened\";s:19:\"2026-02-22 22:11:46\";}}}','auto'),
(294,'recovery_mode_email_last_sent','1771802326','auto'),
(1272,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1777231694;s:8:\"response\";a:1:{s:31:\"wp-statistics/wp-statistics.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:27:\"w.org/plugins/wp-statistics\";s:4:\"slug\";s:13:\"wp-statistics\";s:6:\"plugin\";s:31:\"wp-statistics/wp-statistics.php\";s:11:\"new_version\";s:7:\"14.16.6\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wp-statistics/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/wp-statistics.14.16.6.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:58:\"https://ps.w.org/wp-statistics/assets/icon.svg?rev=3081064\";s:3:\"svg\";s:58:\"https://ps.w.org/wp-statistics/assets/icon.svg?rev=3081064\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wp-statistics/assets/banner-1544x500.png?rev=3354673\";s:2:\"1x\";s:68:\"https://ps.w.org/wp-statistics/assets/banner-772x250.png?rev=3354673\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:3:{s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:5:\"1.6.7\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/classic-editor.1.6.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:13:\"cmb2/init.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:18:\"w.org/plugins/cmb2\";s:4:\"slug\";s:4:\"cmb2\";s:6:\"plugin\";s:13:\"cmb2/init.php\";s:11:\"new_version\";s:6:\"2.11.0\";s:3:\"url\";s:35:\"https://wordpress.org/plugins/cmb2/\";s:7:\"package\";s:47:\"https://downloads.wordpress.org/plugin/cmb2.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:49:\"https://ps.w.org/cmb2/assets/icon.svg?rev=2866672\";s:3:\"svg\";s:49:\"https://ps.w.org/cmb2/assets/icon.svg?rev=2866672\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/cmb2/assets/banner-1544x500.png?rev=2866672\";s:2:\"1x\";s:59:\"https://ps.w.org/cmb2/assets/banner-772x250.png?rev=2866672\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"3.8.0\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"6.1.5\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.6.1.5.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.7\";}}s:7:\"checked\";a:4:{s:33:\"classic-editor/classic-editor.php\";s:5:\"1.6.7\";s:13:\"cmb2/init.php\";s:6:\"2.11.0\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"6.1.5\";s:31:\"wp-statistics/wp-statistics.php\";s:7:\"14.16.1\";}}','off'),
(743,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:22:\"[email protected]\";s:7:\"version\";s:5:\"6.9.4\";s:9:\"timestamp\";i:1773282305;}','off'),
(375,'_transient_health-check-site-status-result','{\"good\":17,\"recommended\":5,\"critical\":2}','on'),
(125,'theme_mods_twentytwentyfive','a:4:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1771792467;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\";}}}s:19:\"wp_classic_sidebars\";a:0:{}s:18:\"nav_menu_locations\";a:0:{}}','off'),
(126,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"4ad6ed4956ef7f814db220c22a123393\";s:6:\"blocks\";a:6:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:120:\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\";s:18:\"core/term-template\";s:120:\":where(.wp-block-term-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-term-template.is-layout-grid){gap: 1.25em;}\";s:12:\"core/columns\";s:102:\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}','on'),
(1273,'_site_transient_timeout_wp_theme_files_patterns-5e48d6836df76d6b0cbdf31856d1c902','1777255274','off'),
(1274,'_site_transient_wp_theme_files_patterns-5e48d6836df76d6b0cbdf31856d1c902','a:2:{s:7:\"version\";s:5:\"1.0.0\";s:8:\"patterns\";a:0:{}}','off'),
(128,'recovery_keys','a:0:{}','off'),
(758,'_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:59:\"https://downloads.wordpress.org/release/wordpress-6.9.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.9.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.9.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.9.4-new-bundled.zip\";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:1777231693;s:15:\"version_checked\";s:5:\"6.9.4\";s:12:\"translations\";a:0:{}}','off'),
(133,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1777253475;s:7:\"checked\";a:5:{s:14:\"aeromedia-core\";s:5:\"1.0.0\";s:14:\"aeromedia-luxe\";s:5:\"1.0.0\";s:16:\"twentytwentyfive\";s:3:\"1.4\";s:16:\"twentytwentyfour\";s:3:\"1.4\";s:17:\"twentytwentythree\";s:3:\"1.6\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:3:{s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.4.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.4.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.6.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}','off'),
(158,'finished_updating_comment_type','1','auto'),
(139,'can_compress_scripts','0','on'),
(1278,'_site_transient_timeout_theme_roots','1777255275','off'),
(1279,'_site_transient_theme_roots','a:5:{s:14:\"aeromedia-core\";s:7:\"/themes\";s:14:\"aeromedia-luxe\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";}','off'),
(1061,'_site_transient_timeout_php_check_e1575808cef126e0bfb4325cceefee7d','1777344257','off'),
(1062,'_site_transient_php_check_e1575808cef126e0bfb4325cceefee7d','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'),
(1131,'_transient_timeout_wp_statistics_cache_150d66a3a3','1777508144','off'),
(1132,'_transient_wp_statistics_cache_150d66a3a3','O:8:\"stdClass\":2:{s:8:\"visitors\";s:1:\"0\";s:4:\"hits\";N;}','off'),
(1241,'_transient_wp_statistics_cache_9deb176298','O:8:\"stdClass\":2:{s:8:\"visitors\";s:1:\"0\";s:4:\"hits\";N;}','off'),
(1187,'_transient_timeout_wp_statistics_cache_20274348b6','1777598690','off'),
(1188,'_transient_wp_statistics_cache_20274348b6','O:8:\"stdClass\":2:{s:8:\"visitors\";s:1:\"0\";s:4:\"hits\";N;}','off'),
(1226,'_transient_timeout_wp_statistics_cache_1eb2c5d988','1777748359','off'),
(1227,'_transient_wp_statistics_cache_1eb2c5d988','O:8:\"stdClass\":2:{s:8:\"visitors\";s:1:\"0\";s:4:\"hits\";N;}','off'),
(1240,'_transient_timeout_wp_statistics_cache_9deb176298','1777776057','off'),
(1280,'_transient_timeout_wp_statistics_cache_01cff8b347','1777858275','off'),
(1281,'_transient_wp_statistics_cache_01cff8b347','O:8:\"stdClass\":2:{s:8:\"visitors\";s:1:\"0\";s:4:\"hits\";N;}','off'),
(1042,'_transient_timeout_wp_statistics_cache_bfa8095b00','1777275862','off'),
(1043,'_transient_wp_statistics_cache_bfa8095b00','O:8:\"stdClass\":2:{s:8:\"visitors\";s:1:\"0\";s:4:\"hits\";N;}','off'),
(1065,'_transient_timeout_wp_statistics_cache_ccf80fdd9c','1777344263','off'),
(1066,'_transient_wp_statistics_cache_ccf80fdd9c','O:8:\"stdClass\":2:{s:8:\"visitors\";s:1:\"0\";s:4:\"hits\";N;}','off'),
(1098,'_transient_timeout_wp_statistics_cache_0ba82d0d8d','1777447747','off'),
(1099,'_transient_wp_statistics_cache_0ba82d0d8d','O:8:\"stdClass\":2:{s:8:\"visitors\";s:1:\"0\";s:4:\"hits\";N;}','off'),
(152,'_site_transient_wp_plugin_dependencies_plugin_data','a:0:{}','off'),
(153,'recently_activated','a:0:{}','off'),
(166,'wpcf7','a:2:{s:7:\"version\";s:5:\"6.1.5\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1771781979;s:7:\"version\";s:5:\"6.1.5\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','auto'),
(169,'wp_statistics_is_fresh','1','auto'),
(170,'wp_statistics_installation_time','1771782020','auto'),
(171,'wp_statistics_db','a:3:{s:5:\"check\";b:0;s:8:\"migrated\";b:1;s:7:\"version\";s:7:\"14.16.1\";}','auto'),
(172,'wp_statistics_jobs','a:6:{s:34:\"visitor_columns_migrator_initiated\";b:1;s:28:\"word_count_process_initiated\";b:1;s:30:\"update_geoip_process_initiated\";b:1;s:39:\"update_source_channel_process_initiated\";b:1;s:39:\"summary_totals_data_migration_initiated\";b:1;s:17:\"licenses_migrated\";b:1;}','auto'),
(173,'wp_statistics','a:39:{s:9:\"robotlist\";s:0:\"\";s:23:\"query_params_allow_list\";s:77:\"ref\nsource\nutm_source\nutm_medium\nutm_campaign\nutm_content\nutm_term\nutm_id\ns\np\";s:13:\"anonymize_ips\";b:1;s:8:\"hash_ips\";b:1;s:5:\"geoip\";b:1;s:5:\"pages\";b:1;s:8:\"menu_bar\";b:1;s:11:\"coefficient\";i:1;s:10:\"email_list\";s:22:\"[email protected]\";s:16:\"use_cache_plugin\";b:1;s:11:\"time_report\";s:1:\"0\";s:11:\"send_report\";s:4:\"mail\";s:18:\"geoip_license_type\";s:10:\"js-deliver\";s:17:\"geoip_license_key\";s:0:\"\";s:29:\"geoip_dbip_license_key_option\";s:0:\"\";s:14:\"content_report\";s:0:\"\";s:25:\"email_free_content_header\";s:0:\"\";s:25:\"email_free_content_footer\";s:0:\"\";s:12:\"update_geoip\";b:1;s:13:\"privacy_audit\";b:1;s:8:\"store_ua\";b:0;s:25:\"consent_level_integration\";s:10:\"functional\";s:18:\"anonymous_tracking\";b:0;s:12:\"do_not_track\";b:0;s:21:\"exclude_administrator\";b:1;s:8:\"map_type\";s:6:\"jqvmap\";s:9:\"ip_method\";s:10:\"sequential\";s:17:\"exclude_loginpage\";b:1;s:12:\"exclude_404s\";b:0;s:13:\"exclude_feeds\";b:1;s:21:\"schedule_dbmaint_days\";s:3:\"180\";s:22:\"charts_previous_period\";b:1;s:17:\"attribution_model\";s:11:\"first-touch\";s:31:\"geoip_location_detection_method\";s:7:\"maxmind\";s:24:\"delete_data_on_uninstall\";b:0;s:20:\"share_anonymous_data\";b:0;s:21:\"display_notifications\";b:1;s:20:\"word_count_analytics\";b:1;s:29:\"show_privacy_issues_in_report\";b:0;}','auto'),
(174,'wp_statistics_plugin_version','14.16.1','auto'),
(175,'widget_wp_statistics_widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(283,'wp_statistics_queue_background_process','a:2:{s:15:\"completed_steps\";a:2:{i:0;s:22:\"updateRobotListSetting\";i:1;s:22:\"updateRealTimeInterval\";}s:9:\"completed\";b:1;}','auto'),
(176,'wp_statistics_privacy_status','a:1:{s:12:\"visitors_log\";s:15:\"action_required\";}','auto'),
(182,'wp_statistics_notifications','a:3:{s:4:\"data\";a:7:{i:0;a:11:{s:2:\"id\";i:23;s:5:\"title\";s:29:\"New Add-on: Marketing is Here\";s:4:\"icon\";s:14:\"\"\\ud83c\\udfaf\"\";s:11:\"description\";s:166:\"\"<p>Track campaigns, connect to Google Search Console, and set custom goals, now included in your Premium plan. Install the new Marketing add-on for free today.<\\/p>\"\";s:14:\"primary_button\";a:2:{s:5:\"title\";s:11:\"Install Now\";s:3:\"url\";s:50:\"{baseUrl}/wp-admin/admin.php?page=wps_plugins_page\";}s:16:\"secondary_button\";a:2:{s:5:\"title\";s:10:\"Learn More\";s:3:\"url\";s:159:\"https://wp-statistics.com/2025/07/introducing-the-marketing-add-on-gsc-campaigns-goals-more/?utm_source=wp-statistics&utm_medium=link&utm_campaign=notification\";}s:16:\"background_color\";s:7:\"inherit\";s:11:\"plugin_name\";s:13:\"WP Statistics\";s:12:\"activated_at\";s:16:\"2025-07-23T06:00\";s:10:\"expires_at\";N;s:4:\"tags\";a:1:{i:0;s:10:\"is-premium\";}}i:1;a:11:{s:2:\"id\";i:22;s:5:\"title\";s:32:\"Introducing the Marketing Add-on\";s:4:\"icon\";s:14:\"\"\\u2600\\ufe0f\"\";s:11:\"description\";s:108:\"\"Connect to Google Search Console, track custom events and goals, and get insights from your UTM campaigns.\"\";s:14:\"primary_button\";a:2:{s:5:\"title\";s:10:\"Learn More\";s:3:\"url\";s:159:\"https://wp-statistics.com/2025/07/introducing-the-marketing-add-on-gsc-campaigns-goals-more/?utm_source=wp-statistics&utm_medium=link&utm_campaign=notification\";}s:16:\"secondary_button\";a:2:{s:5:\"title\";s:16:\"View Add-on Page\";s:3:\"url\";s:125:\"https://wp-statistics.com/add-ons/wp-statistics-marketing/?utm_source=wp-statistics&utm_medium=link&utm_campaign=notification\";}s:16:\"background_color\";s:7:\"inherit\";s:11:\"plugin_name\";s:13:\"WP Statistics\";s:12:\"activated_at\";s:16:\"2025-07-23T05:51\";s:10:\"expires_at\";N;s:4:\"tags\";a:1:{i:0;s:10:\"no-premium\";}}i:2;a:11:{s:2:\"id\";i:21;s:5:\"title\";s:28:\"WP Statistics 14.15 is here!\";s:4:\"icon\";s:14:\"\"\\ud83d\\ude80\"\";s:11:\"description\";s:135:\"\"New Visitor, Page, and Device Overview reports, plus a fresh look for your reports and other improvements. Take a look at what\'s new.\"\";s:14:\"primary_button\";a:2:{s:5:\"title\";s:17:\"View What’s New\";s:3:\"url\";s:122:\"https://wp-statistics.com/release/wp-statistics-v14-15/?utm_source=wp-statistics&utm_medium=link&utm_campaign=notification\";}s:16:\"secondary_button\";a:2:{s:5:\"title\";s:17:\"Suggest a Feature\";s:3:\"url\";s:52:\"https://feedback.veronalabs.com/boards/wp-statistics\";}s:16:\"background_color\";s:7:\"inherit\";s:11:\"plugin_name\";s:13:\"WP Statistics\";s:12:\"activated_at\";s:16:\"2025-07-23T05:47\";s:10:\"expires_at\";N;s:4:\"tags\";a:0:{}}i:3;a:11:{s:2:\"id\";i:7;s:5:\"title\";s:23:\"Data Plus v2.6 is live!\";s:4:\"icon\";s:14:\"\"\\u2600\\ufe0f\"\";s:11:\"description\";s:168:\"\"<p>Upgrade now to get Entry &amp; Exit Page reports, the new Top Source Categories widget, and layout fixes\\u2014all designed to sharpen your insights instantly.<\\/p>\"\";s:14:\"primary_button\";a:2:{s:5:\"title\";s:16:\"Update Data Plus\";s:3:\"url\";s:34:\"{baseUrl}/wp-admin/update-core.php\";}s:16:\"secondary_button\";a:2:{s:5:\"title\";s:19:\"View full changelog\";s:3:\"url\";s:116:\"https://wp-statistics.com/release/data-plus-v2-6/?utm_source=wp-statistics&utm_medium=link&utm_campaign=notification\";}s:16:\"background_color\";s:7:\"inherit\";s:11:\"plugin_name\";s:13:\"WP Statistics\";s:12:\"activated_at\";s:16:\"2025-06-04T07:18\";s:10:\"expires_at\";N;s:4:\"tags\";a:1:{i:0;s:19:\"has-addon-data-plus\";}}i:4;a:11:{s:2:\"id\";i:5;s:5:\"title\";s:37:\"Tell Us Your Next Must‑Have Feature\";s:4:\"icon\";s:20:\"\"\\ud83d\\uddf3\\ufe0f\"\";s:11:\"description\";s:129:\"\"<p>We just opened a public board where you can post ideas and vote on others. Help shape the future of WP\\u202fStatistics.<\\/p>\"\";s:14:\"primary_button\";a:2:{s:5:\"title\";s:13:\"Share an idea\";s:3:\"url\";s:52:\"https://feedback.veronalabs.com/boards/wp-statistics\";}s:16:\"secondary_button\";a:2:{s:5:\"title\";s:20:\"View current roadmap\";s:3:\"url\";s:85:\"https://feedback.veronalabs.com/roadmap?board_id=38731933-8393-42f7-96ca-0c610632e8b3\";}s:16:\"background_color\";s:7:\"inherit\";s:11:\"plugin_name\";s:13:\"WP Statistics\";s:12:\"activated_at\";s:16:\"2025-05-06T14:04\";s:10:\"expires_at\";N;s:4:\"tags\";a:0:{}}i:5;a:11:{s:2:\"id\";i:4;s:5:\"title\";s:51:\"New: See Exactly Which Links and Files Perform Best\";s:4:\"icon\";s:20:\"\"\\ud83d\\udd0d\\ufe0f\"\";s:11:\"description\";s:139:\"\"<p>You can now explore detailed reports for your tracked links and downloads \\u2014 broken down by browser, country, time, and more.<\\/p>\"\";s:14:\"primary_button\";a:2:{s:5:\"title\";s:18:\"See Your Top Links\";s:3:\"url\";s:63:\"{baseUrl}/wp-admin/admin.php?page=wps_link_tracker_page&tab=top\";}s:16:\"secondary_button\";a:2:{s:5:\"title\";s:16:\"Learn What\'s New\";s:3:\"url\";s:155:\"https://wp-statistics.com/2025/05/detailed-link-download-reports-available-in-data-plus/?utm_source=wp-statistics&utm_medium=link&utm_campaign=notification\";}s:16:\"background_color\";s:7:\"inherit\";s:11:\"plugin_name\";s:13:\"WP Statistics\";s:12:\"activated_at\";s:16:\"2025-05-06T13:57\";s:10:\"expires_at\";N;s:4:\"tags\";a:1:{i:0;s:19:\"has-addon-data-plus\";}}i:6;a:11:{s:2:\"id\";i:1;s:5:\"title\";s:46:\"Stay Informed with WP Statistics Notifications\";s:4:\"icon\";s:14:\"\"\\ud83d\\udce2\"\";s:11:\"description\";s:205:\"\"Get the latest updates, feature releases, important announcements, and expert tips right here.\\r\\n\\r\\nNew in WP Statistics 14.13: Notifications Sidebar \\u2013 so you never miss an important update again!\"\";s:14:\"primary_button\";a:2:{s:5:\"title\";s:16:\"See What’s New\";s:3:\"url\";s:132:\"https://wp-statistics.com/2025/03/introducing-wp-statistics-14-13?utm_source=wp-statistics&utm_medium=link&utm_campaign=notification\";}s:16:\"secondary_button\";a:2:{s:5:\"title\";N;s:3:\"url\";N;}s:16:\"background_color\";s:7:\"inherit\";s:11:\"plugin_name\";s:13:\"WP Statistics\";s:12:\"activated_at\";s:16:\"2025-03-30T23:40\";s:10:\"expires_at\";N;s:4:\"tags\";a:0:{}}}s:5:\"links\";a:4:{s:5:\"first\";s:138:\"https://connect.wp-statistics.com/api/v1/notifications?per_page=20&plugin_slug=wp-statistics&sortby=activated_at-desc&status=active&page=1\";s:4:\"last\";s:138:\"https://connect.wp-statistics.com/api/v1/notifications?per_page=20&plugin_slug=wp-statistics&sortby=activated_at-desc&status=active&page=1\";s:4:\"prev\";N;s:4:\"next\";N;}s:4:\"meta\";a:8:{s:12:\"current_page\";i:1;s:4:\"from\";i:1;s:9:\"last_page\";i:1;s:5:\"links\";a:3:{i:0;a:3:{s:3:\"url\";N;s:5:\"label\";s:16:\"&laquo; Previous\";s:6:\"active\";b:0;}i:1;a:3:{s:3:\"url\";s:138:\"https://connect.wp-statistics.com/api/v1/notifications?per_page=20&plugin_slug=wp-statistics&sortby=activated_at-desc&status=active&page=1\";s:5:\"label\";s:1:\"1\";s:6:\"active\";b:1;}i:2;a:3:{s:3:\"url\";N;s:5:\"label\";s:12:\"Next &raquo;\";s:6:\"active\";b:0;}}s:4:\"path\";s:54:\"https://connect.wp-statistics.com/api/v1/notifications\";s:8:\"per_page\";i:20;s:2:\"to\";i:7;s:5:\"total\";i:7;}}','auto'),
(183,'wp_statistics_marketing_campaigns','a:3:{s:4:\"data\";a:0:{}s:5:\"links\";a:4:{s:5:\"first\";s:131:\"https://connect.wp-statistics.com/api/v1/marketing-campaigns?per_page=100&plugin_slug=wp-statistics&sortby=activated_at-desc&page=1\";s:4:\"last\";s:131:\"https://connect.wp-statistics.com/api/v1/marketing-campaigns?per_page=100&plugin_slug=wp-statistics&sortby=activated_at-desc&page=1\";s:4:\"prev\";N;s:4:\"next\";N;}s:4:\"meta\";a:8:{s:12:\"current_page\";i:1;s:4:\"from\";N;s:9:\"last_page\";i:1;s:5:\"links\";a:3:{i:0;a:3:{s:3:\"url\";N;s:5:\"label\";s:16:\"&laquo; Previous\";s:6:\"active\";b:0;}i:1;a:3:{s:3:\"url\";s:131:\"https://connect.wp-statistics.com/api/v1/marketing-campaigns?per_page=100&plugin_slug=wp-statistics&sortby=activated_at-desc&page=1\";s:5:\"label\";s:1:\"1\";s:6:\"active\";b:1;}i:2;a:3:{s:3:\"url\";N;s:5:\"label\";s:12:\"Next &raquo;\";s:6:\"active\";b:0;}}s:4:\"path\";s:60:\"https://connect.wp-statistics.com/api/v1/marketing-campaigns\";s:8:\"per_page\";i:100;s:2:\"to\";N;s:5:\"total\";i:0;}}','auto'),
(200,'current_theme','AeroMedia Luxe','auto'),
(201,'theme_mods_aeromedia-luxe','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}s:18:\"custom_css_post_id\";i:-1;}','on'),
(202,'theme_switched','','auto');
/*!40000 ALTER TABLE `aero_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `aero_postmeta`
--

DROP TABLE IF EXISTS `aero_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `aero_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=144 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `aero_postmeta`
--

LOCK TABLES `aero_postmeta` WRITE;
/*!40000 ALTER TABLE `aero_postmeta` DISABLE KEYS */;
INSERT INTO `aero_postmeta` VALUES
(1,2,'_wp_page_template','default'),
(2,3,'_wp_page_template','default'),
(3,6,'_form','<label> Your name\n    [text* your-name autocomplete:name] </label>\n\n<label> Your email\n    [email* your-email autocomplete:email] </label>\n\n<label> Subject\n    [text* your-subject] </label>\n\n<label> Your message (optional)\n    [textarea your-message] </label>\n\n[submit \"Submit\"]'),
(4,6,'_mail','a:8:{s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:38:\"[_site_title] <[email protected]>\";s:4:\"body\";s:191:\"From: [your-name] [your-email]\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis is a notification that a contact form was submitted on your website ([_site_title] [_site_url]).\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(5,6,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:38:\"[_site_title] <[email protected]>\";s:4:\"body\";s:220:\"Message Body:\n[your-message]\n\n-- \nThis email is a receipt for your contact form submission on our website ([_site_title] [_site_url]) in which your email address was used. If that was not you, please ignore this message.\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(6,6,'_messages','a:12:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:27:\"Please fill out this field.\";s:16:\"invalid_too_long\";s:32:\"This field has a too long input.\";s:17:\"invalid_too_short\";s:33:\"This field has a too short input.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:31:\"The uploaded file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";}'),
(7,6,'_additional_settings',''),
(8,6,'_locale','en_US'),
(9,6,'_hash','e1bb411712f2fe0b82a3acd6127110dd760b0cf969ca08f910f0811f49f029fb'),
(10,7,'_form','[text* your-name placeholder \"Name\"]\n[text your-company placeholder \"Company\"]\n[email* your-email placeholder \"Email\"]\n[tel your-phone placeholder \"Phone\"]\n[text your-location placeholder \"Location\"]\n[text your-subject placeholder \"Aircraft / Facility\"]\n[text your-timeline placeholder \"Timeline\"]\n[textarea your-message placeholder \"Brief details (aircraft/facility, goals, deliverables)\"]\n\n[hidden _am_page_url default:get]\n[hidden _am_referrer default:get]\n[hidden _am_user_agent default:get]\n\n[submit class:btn-outline \"Send Inquiry\"]'),
(11,7,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:38:\"[_site_title] <[email protected]>\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:4:\"body\";s:308:\"From: [your-name] [your-email]\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis is a notification that a contact form was submitted on your website ([_site_title] [_site_url]).\n\n--- Journey ---\nPage: [wpcf7:am_page_url]\nReferrer: [wpcf7:am_referrer]\nUA: [wpcf7:am_user_agent]\nIP: [wpcf7:am_ip]\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:1;s:13:\"exclude_blank\";b:1;}'),
(12,7,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:38:\"[_site_title] <[email protected]>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:220:\"Message Body:\n[your-message]\n\n-- \nThis email is a receipt for your contact form submission on our website ([_site_title] [_site_url]) in which your email address was used. If that was not you, please ignore this message.\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:1;s:13:\"exclude_blank\";b:1;}'),
(13,7,'_messages','a:22:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:27:\"Please fill out this field.\";s:16:\"invalid_too_long\";s:32:\"This field has a too long input.\";s:17:\"invalid_too_short\";s:33:\"This field has a too short input.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:31:\"The uploaded file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:12:\"invalid_date\";s:41:\"Please enter a date in YYYY-MM-DD format.\";s:14:\"date_too_early\";s:32:\"This field has a too early date.\";s:13:\"date_too_late\";s:31:\"This field has a too late date.\";s:14:\"invalid_number\";s:22:\"Please enter a number.\";s:16:\"number_too_small\";s:34:\"This field has a too small number.\";s:16:\"number_too_large\";s:34:\"This field has a too large number.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:30:\"Please enter an email address.\";s:11:\"invalid_url\";s:19:\"Please enter a URL.\";s:11:\"invalid_tel\";s:32:\"Please enter a telephone number.\";}'),
(14,7,'_additional_settings',''),
(15,7,'_locale','en_US'),
(16,7,'_hash','929295172dd695b7a9aaea02f10b0945f3be9b95b1a7ad7dfe926e9ac9b692bb'),
(17,8,'_edit_last','1'),
(18,8,'_edit_lock','1771795843:1'),
(19,8,'_wp_page_template','default'),
(20,8,'wp_statistics_words_count','0'),
(85,8,'am_hero_headline','AEROMEDIA'),
(22,11,'_menu_item_type','custom'),
(23,11,'_menu_item_menu_item_parent','0'),
(24,11,'_menu_item_object_id','11'),
(25,11,'_menu_item_object','custom'),
(26,11,'_menu_item_target',''),
(27,11,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(28,11,'_menu_item_xfn',''),
(29,11,'_menu_item_url','https://aeromedia.photo/wordpress/#standard'),
(30,12,'_menu_item_type','custom'),
(31,12,'_menu_item_menu_item_parent','0'),
(32,12,'_menu_item_object_id','12'),
(33,12,'_menu_item_object','custom'),
(34,12,'_menu_item_target',''),
(35,12,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(36,12,'_menu_item_xfn',''),
(37,12,'_menu_item_url','https://aeromedia.photo/wordpress/#ops'),
(38,13,'_menu_item_type','custom'),
(39,13,'_menu_item_menu_item_parent','0'),
(40,13,'_menu_item_object_id','13'),
(41,13,'_menu_item_object','custom'),
(42,13,'_menu_item_target',''),
(43,13,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(44,13,'_menu_item_xfn',''),
(45,13,'_menu_item_url','https://aeromedia.photo/wordpress/#sw'),
(46,14,'_menu_item_type','custom'),
(47,14,'_menu_item_menu_item_parent','0'),
(48,14,'_menu_item_object_id','14'),
(49,14,'_menu_item_object','custom'),
(50,14,'_menu_item_target',''),
(51,14,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(52,14,'_menu_item_xfn',''),
(53,14,'_menu_item_url','https://aeromedia.photo/wordpress/contact.html'),
(65,18,'_wp_attachment_image_alt','AeroMedia Aircraft Photography'),
(64,18,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:133;s:6:\"height\";i:75;s:4:\"file\";s:27:\"2026/02/AeroMedia_Icon1.png\";s:8:\"filesize\";i:16315;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(63,18,'_wp_attached_file','2026/02/AeroMedia_Icon1.png'),
(66,19,'_wp_attached_file','2026/02/NZ8_8082-Edit.jpg'),
(67,19,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:25:\"2026/02/NZ8_8082-Edit.jpg\";s:8:\"filesize\";i:130920;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(68,20,'_wp_attached_file','2026/02/N692L-105.jpg'),
(69,21,'_wp_attached_file','2026/02/Z72_6109-Edit.jpg'),
(70,22,'_wp_attached_file','2026/02/hangar.jpg'),
(71,22,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2500;s:6:\"height\";i:1625;s:4:\"file\";s:18:\"2026/02/hangar.jpg\";s:8:\"filesize\";i:1662761;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"9.5\";s:6:\"credit\";s:26:\"Dave Koch         SLC Utah\";s:6:\"camera\";s:11:\"NIKON Z 6_2\";s:7:\"caption\";s:42:\"Copyright RE Photography UTAH 801 819-8141\";s:17:\"created_timestamp\";s:10:\"1712262097\";s:9:\"copyright\";s:50:\"Copyright © 2022  Dave Koch Photo / RE Photo Utah\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:42:\"Copyright RE Photography UTAH 801 819-8141\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(72,23,'_wp_attached_file','2026/02/plane_interior-scaled.jpg'),
(73,23,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:33:\"2026/02/plane_interior-scaled.jpg\";s:8:\"filesize\";i:424842;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"plane_interior-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23780;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"plane_interior-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95366;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"plane_interior-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16828;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"plane_interior-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64039;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"plane_interior-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:175965;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:28:\"plane_interior-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:283652;}s:12:\"am_hero_2560\";a:5:{s:4:\"file\";s:28:\"plane_interior-2560x1920.jpg\";s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:424842;}s:12:\"am_hero_1600\";a:5:{s:4:\"file\";s:28:\"plane_interior-1600x1200.jpg\";s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:188341;}s:12:\"am_hero_1024\";a:5:{s:4:\"file\";s:27:\"plane_interior-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95366;}s:12:\"am_grid_1200\";a:5:{s:4:\"file\";s:27:\"plane_interior-1200x900.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120386;}s:12:\"am_full_2400\";a:5:{s:4:\"file\";s:28:\"plane_interior-2400x1800.jpg\";s:5:\"width\";i:2400;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:377126;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 12 Pro\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1654687167\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.2\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:18:\"0.0082644628099174\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:18:\"plane_interior.jpg\";}'),
(74,24,'_wp_attached_file','2026/02/Z62_4460-Edit.jpg'),
(75,24,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2500;s:6:\"height\";i:1663;s:4:\"file\";s:25:\"2026/02/Z62_4460-Edit.jpg\";s:8:\"filesize\";i:459496;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:26:\"Dave Koch         SLC Utah\";s:6:\"camera\";s:11:\"NIKON Z 6_2\";s:7:\"caption\";s:42:\"Copyright RE Photography UTAH 801 819-8141\";s:17:\"created_timestamp\";s:10:\"1712253926\";s:9:\"copyright\";s:50:\"Copyright © 2022  Dave Koch Photo / RE Photo Utah\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:42:\"Copyright RE Photography UTAH 801 819-8141\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(76,25,'_wp_attached_file','2026/02/plane_exterior.jpg'),
(77,25,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:26:\"2026/02/plane_exterior.jpg\";s:8:\"filesize\";i:390205;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"22\";s:6:\"credit\";s:26:\"Dave Koch         SLC Utah\";s:6:\"camera\";s:11:\"NIKON Z 7_2\";s:7:\"caption\";s:32:\"Copyright Dave Koch 801 819-8141\";s:17:\"created_timestamp\";s:10:\"1626575782\";s:9:\"copyright\";s:50:\"Copyright © 2022  Dave Koch Photo / RE Photo Utah\";s:12:\"focal_length\";s:4:\"20.5\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:3:\"0.6\";s:5:\"title\";s:32:\"Copyright Dave Koch 801 819-8141\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(78,25,'_wp_attachment_image_alt','Aviation Photography Exterior - AeroMedia'),
(79,24,'_wp_attachment_image_alt','Engine Detail - AeroMedia'),
(80,23,'_wp_attachment_image_alt','Luxury Private Jet Interior- AeroMedia'),
(81,22,'_wp_attachment_image_alt','FBO Interior- AeroMedia'),
(82,19,'_wp_attachment_image_alt','Aviation Lifestyle Images - AeroMedia'),
(83,21,'_wp_attachment_image_alt','Aviation Interiors with Passengers - AeroMedia'),
(84,20,'_wp_attachment_image_alt','Aircraft Exteriors - AeroMedia'),
(86,8,'am_cta1_label','Request Availability'),
(87,8,'am_cta2_label','View Portfolio'),
(88,8,'am_cta2_anchor','#sw'),
(89,8,'am_hero_slider','a:7:{i:25;s:79:\"https://aeromedia.photo/wordpress/wp-content/uploads/2026/02/plane_exterior.jpg\";i:24;s:78:\"https://aeromedia.photo/wordpress/wp-content/uploads/2026/02/Z62_4460-Edit.jpg\";i:23;s:86:\"https://aeromedia.photo/wordpress/wp-content/uploads/2026/02/plane_interior-scaled.jpg\";i:22;s:71:\"https://aeromedia.photo/wordpress/wp-content/uploads/2026/02/hangar.jpg\";i:21;s:78:\"https://aeromedia.photo/wordpress/wp-content/uploads/2026/02/Z72_6109-Edit.jpg\";i:20;s:74:\"https://aeromedia.photo/wordpress/wp-content/uploads/2026/02/N692L-105.jpg\";i:19;s:78:\"https://aeromedia.photo/wordpress/wp-content/uploads/2026/02/NZ8_8082-Edit.jpg\";}'),
(90,8,'am_standard_kicker','Craft and Fidelity'),
(91,8,'am_standard_h2','The AeroMedia Standard'),
(92,8,'am_std_p1_t','Perspective Control'),
(93,8,'am_std_p2_t','Color and Material Fidelity'),
(94,8,'am_std_p3_t','Refined Lighting'),
(95,8,'am_ops1_t','Airside Protocol'),
(96,8,'am_ops2_t','Insured and Cleared'),
(97,8,'am_ops3_t','Turnkey Logistics'),
(98,8,'am_sw_kicker','Core Specialties'),
(99,8,'am_sw_h2','Selected Works'),
(100,8,'am_bottom_h2','Plan Your Next Shoot'),
(101,8,'am_bottom_btn','Request Availability'),
(102,26,'_wp_attached_file','2026/02/AeroMedia-Square_Icon.png'),
(103,26,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:621;s:6:\"height\";i:621;s:4:\"file\";s:33:\"2026/02/AeroMedia-Square_Icon.png\";s:8:\"filesize\";i:137276;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"AeroMedia-Square_Icon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42631;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"AeroMedia-Square_Icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15273;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(104,26,'_wp_attachment_image_alt','AeroMedia Aircraft Photography'),
(105,27,'_wp_attachment_image_alt','AeroMedia Aircraft Photography'),
(106,27,'_wp_attached_file','2026/02/cropped-AeroMedia-Square_Icon.png'),
(107,27,'_wp_attachment_context','site-icon'),
(108,27,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:41:\"2026/02/cropped-AeroMedia-Square_Icon.png\";s:8:\"filesize\";i:99189;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"cropped-AeroMedia-Square_Icon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44655;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"cropped-AeroMedia-Square_Icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16109;}s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:41:\"cropped-AeroMedia-Square_Icon-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38298;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:41:\"cropped-AeroMedia-Square_Icon-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23401;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:41:\"cropped-AeroMedia-Square_Icon-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20649;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:39:\"cropped-AeroMedia-Square_Icon-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1501;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(111,29,'_wp_attached_file','2026/02/Hangar_Operational.jpg'),
(112,29,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:668;s:4:\"file\";s:30:\"2026/02/Hangar_Operational.jpg\";s:8:\"filesize\";i:177803;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(113,30,'_wp_attached_file','2026/02/ExteriorTwilight.jpg'),
(114,30,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2500;s:6:\"height\";i:1660;s:4:\"file\";s:28:\"2026/02/ExteriorTwilight.jpg\";s:8:\"filesize\";i:477625;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"16\";s:6:\"credit\";s:26:\"Dave Koch         SLC Utah\";s:6:\"camera\";s:11:\"NIKON Z 6_2\";s:7:\"caption\";s:42:\"Copyright RE Photography UTAH 801 819-8141\";s:17:\"created_timestamp\";s:10:\"1716431373\";s:9:\"copyright\";s:50:\"Copyright © 2022  Dave Koch Photo / RE Photo Utah\";s:12:\"focal_length\";s:2:\"51\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:42:\"Copyright RE Photography UTAH 801 819-8141\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(115,31,'_wp_attached_file','2026/02/LuxuryInterior.jpg'),
(116,31,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1025;s:6:\"height\";i:695;s:4:\"file\";s:26:\"2026/02/LuxuryInterior.jpg\";s:8:\"filesize\";i:286452;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"14\";s:6:\"credit\";s:26:\"Dave Koch         SLC Utah\";s:6:\"camera\";s:11:\"NIKON Z 7_2\";s:7:\"caption\";s:14:\"© 2021 R/E Ph\";s:17:\"created_timestamp\";s:10:\"1626631816\";s:9:\"copyright\";s:38:\"Copyright © 2021 R/E Photography UTAH\";s:12:\"focal_length\";s:4:\"22.5\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:3:\"0.5\";s:5:\"title\";s:14:\"© 2021 R/E Ph\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:2:{i:0;s:12:\"Gulfstream 4\";i:1;s:6:\"N102JE\";}}}'),
(117,32,'_wp_attached_file','2026/02/BBJ_Interior.jpg'),
(118,32,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2500;s:6:\"height\";i:1332;s:4:\"file\";s:24:\"2026/02/BBJ_Interior.jpg\";s:8:\"filesize\";i:754827;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(119,32,'_wp_attachment_image_alt','Luxury BBJ Interior - AeroMedia'),
(120,31,'_wp_attachment_image_alt','Luxury Private Jet Interior - AeroMedia'),
(121,30,'_wp_attachment_image_alt','Luxury Twilight Jet Exterior - AeroMedia'),
(122,29,'_wp_attachment_image_alt','FBO Operational Images - AeroMedia'),
(123,33,'_edit_last','1'),
(124,33,'_edit_lock','1771862975:1'),
(125,33,'_wp_page_template','page-service.php'),
(126,33,'am_hero_tagline','Quiet luxury, Captured with Serious Intention'),
(127,33,'am_hero_headline','AEROMEDIA'),
(128,33,'am_cta1_label','Request Availability'),
(129,33,'am_cta2_label','View Portfolio'),
(130,33,'am_cta2_anchor','#sw'),
(131,33,'am_standard_kicker','Craft and Fidelity'),
(132,33,'am_standard_h2','The AeroMedia Standard'),
(133,33,'am_std_p1_t','Perspective Control'),
(134,33,'am_std_p2_t','Color and Material Fidelity'),
(135,33,'am_std_p3_t','Refined Lighting'),
(136,33,'am_ops1_t','Airside Protocol'),
(137,33,'am_ops2_t','Insured and Cleared'),
(138,33,'am_ops3_t','Turnkey Logistics'),
(139,33,'am_sw_kicker','Core Specialties'),
(140,33,'am_sw_h2','Selected Works'),
(141,33,'am_bottom_h2','Plan Your Next Shoot'),
(142,33,'am_bottom_btn','Request Availability'),
(143,33,'wp_statistics_words_count','822');
/*!40000 ALTER TABLE `aero_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `aero_posts`
--

DROP TABLE IF EXISTS `aero_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `aero_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT 0,
  `post_date` datetime /* mariadb-5.3 */ NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime /* mariadb-5.3 */ 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 /* mariadb-5.3 */ NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime /* mariadb-5.3 */ NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`),
  KEY `type_status_author` (`post_type`,`post_status`,`post_author`)
) ENGINE=MyISAM AUTO_INCREMENT=35 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `aero_posts`
--

LOCK TABLES `aero_posts` WRITE;
/*!40000 ALTER TABLE `aero_posts` DISABLE KEYS */;
INSERT INTO `aero_posts` VALUES
(1,1,'2026-02-22 17:37:19','2026-02-22 17:37:19','<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->','Hello world!','','publish','open','open','','hello-world','','','2026-02-22 17:37:19','2026-02-22 17:37:19','',0,'https://aeromedia.photo/wordpress/?p=1',0,'post','',1),
(2,1,'2026-02-22 17:37:19','2026-02-22 17:37:19','<!-- wp:paragraph -->\n<p>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:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\">\n<!-- wp:paragraph -->\n<p>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&#241;a coladas. (And gettin\' caught in the rain.)</p>\n<!-- /wp:paragraph -->\n</blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\">\n<!-- wp:paragraph -->\n<p>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.</p>\n<!-- /wp:paragraph -->\n</blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://aeromedia.photo/wordpress/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Sample Page','','publish','closed','open','','sample-page','','','2026-02-22 17:37:19','2026-02-22 17:37:19','',0,'https://aeromedia.photo/wordpress/?page_id=2',0,'page','',0),
(3,1,'2026-02-22 17:37:19','2026-02-22 17:37:19','<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Who we are</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: https://aeromedia.photo/wordpress.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Comments</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>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.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Media</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>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.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Cookies</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>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.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>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.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>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 &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>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.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Embedded content from other websites</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>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.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>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.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Who we share your data with</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">How long we retain your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>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.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>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.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">What rights you have over your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>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.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Where your data is sent</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p>\n<!-- /wp:paragraph -->\n','Privacy Policy','','draft','closed','open','','privacy-policy','','','2026-02-22 17:37:19','2026-02-22 17:37:19','',0,'https://aeromedia.photo/wordpress/?page_id=3',0,'page','',0),
(4,0,'2026-02-22 17:37:20','2026-02-22 17:37:20','<!-- wp:page-list /-->','Navigation','','publish','closed','closed','','navigation','','','2026-02-22 17:37:20','2026-02-22 17:37:20','',0,'https://aeromedia.photo/wordpress/2026/02/22/navigation/',0,'wp_navigation','',0),
(6,1,'2026-02-22 17:39:39','2026-02-22 17:39:39','<label> Your name\n    [text* your-name autocomplete:name] </label>\n\n<label> Your email\n    [email* your-email autocomplete:email] </label>\n\n<label> Subject\n    [text* your-subject] </label>\n\n<label> Your message (optional)\n    [textarea your-message] </label>\n\n[submit \"Submit\"]\n[_site_title] \"[your-subject]\"\n[_site_title] <[email protected]>\nFrom: [your-name] [your-email]\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis is a notification that a contact form was submitted on your website ([_site_title] [_site_url]).\n[_site_admin_email]\nReply-To: [your-email]\n\n0\n0\n\n[_site_title] \"[your-subject]\"\n[_site_title] <[email protected]>\nMessage Body:\n[your-message]\n\n-- \nThis email is a receipt for your contact form submission on our website ([_site_title] [_site_url]) in which your email address was used. If that was not you, please ignore this message.\n[your-email]\nReply-To: [_site_admin_email]\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nPlease fill out this field.\nThis field has a too long input.\nThis field has a too short input.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe uploaded file is too large.\nThere was an error uploading the file.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2026-02-22 17:39:39','2026-02-22 17:39:39','',0,'https://aeromedia.photo/wordpress/?post_type=wpcf7_contact_form&p=6',0,'wpcf7_contact_form','',0),
(7,1,'2026-02-22 17:41:09','2026-02-22 17:41:09','[text* your-name placeholder \"Name\"]\r\n[text your-company placeholder \"Company\"]\r\n[email* your-email placeholder \"Email\"]\r\n[tel your-phone placeholder \"Phone\"]\r\n[text your-location placeholder \"Location\"]\r\n[text your-subject placeholder \"Aircraft / Facility\"]\r\n[text your-timeline placeholder \"Timeline\"]\r\n[textarea your-message placeholder \"Brief details (aircraft/facility, goals, deliverables)\"]\r\n\r\n[hidden _am_page_url default:get]\r\n[hidden _am_referrer default:get]\r\n[hidden _am_user_agent default:get]\r\n\r\n[submit class:btn-outline \"Send Inquiry\"]\n1\n[_site_title] \"[your-subject]\"\n[_site_title] <[email protected]>\n[_site_admin_email]\nFrom: [your-name] [your-email]\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis is a notification that a contact form was submitted on your website ([_site_title] [_site_url]).\r\n\r\n--- Journey ---\r\nPage: [wpcf7:am_page_url]\r\nReferrer: [wpcf7:am_referrer]\r\nUA: [wpcf7:am_user_agent]\r\nIP: [wpcf7:am_ip]\nReply-To: [your-email]\n\n1\n1\n\n[_site_title] \"[your-subject]\"\n[_site_title] <[email protected]>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis email is a receipt for your contact form submission on our website ([_site_title] [_site_url]) in which your email address was used. If that was not you, please ignore this message.\nReply-To: [_site_admin_email]\n\n1\n1\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nPlease fill out this field.\nThis field has a too long input.\nThis field has a too short input.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe uploaded file is too large.\nThere was an error uploading the file.\nPlease enter a date in YYYY-MM-DD format.\nThis field has a too early date.\nThis field has a too late date.\nPlease enter a number.\nThis field has a too small number.\nThis field has a too large number.\nThe answer to the quiz is incorrect.\nPlease enter an email address.\nPlease enter a URL.\nPlease enter a telephone number.','Main','','publish','closed','closed','','main','','','2026-02-22 17:41:51','2026-02-22 17:41:51','',0,'https://aeromedia.photo/wordpress/?post_type=wpcf7_contact_form&#038;p=7',0,'wpcf7_contact_form','',0),
(8,1,'2026-02-22 20:06:51','2026-02-22 20:06:51','','Home','','publish','closed','closed','','home','','','2026-02-22 21:30:42','2026-02-22 21:30:42','',0,'https://aeromedia.photo/wordpress/?page_id=8',0,'page','',0),
(9,1,'2026-02-22 20:06:51','2026-02-22 20:06:51','','Home','','inherit','closed','closed','','8-revision-v1','','','2026-02-22 20:06:51','2026-02-22 20:06:51','',8,'https://aeromedia.photo/wordpress/?p=9',0,'revision','',0),
(11,1,'2026-02-22 20:23:22','2026-02-22 20:23:22','','The Standard','','publish','closed','closed','','the-standard','','','2026-02-22 20:23:22','2026-02-22 20:23:22','',0,'https://aeromedia.photo/wordpress/2026/02/22/the-standard/',1,'nav_menu_item','',0),
(12,1,'2026-02-22 20:23:22','2026-02-22 20:23:22','','Operations','','publish','closed','closed','','operations','','','2026-02-22 20:23:22','2026-02-22 20:23:22','',0,'https://aeromedia.photo/wordpress/2026/02/22/operations/',2,'nav_menu_item','',0),
(13,1,'2026-02-22 20:23:22','2026-02-22 20:23:22','','Selected Works','','publish','closed','closed','','selected-works','','','2026-02-22 20:23:22','2026-02-22 20:23:22','',0,'https://aeromedia.photo/wordpress/2026/02/22/selected-works/',3,'nav_menu_item','',0),
(14,1,'2026-02-22 20:23:22','2026-02-22 20:23:22','','Inquiry','','publish','closed','closed','','inquiry','','','2026-02-22 20:23:22','2026-02-22 20:23:22','',0,'https://aeromedia.photo/wordpress/2026/02/22/inquiry/',4,'nav_menu_item','',0),
(18,1,'2026-02-22 21:12:19','2026-02-22 21:12:19','','AeroMedia Aircraft Photography','','inherit','open','closed','','aeromedia_icon1','','','2026-02-22 21:12:30','2026-02-22 21:12:30','',0,'https://aeromedia.photo/wordpress/wp-content/uploads/2026/02/AeroMedia_Icon1.png',0,'attachment','image/png',0),
(19,1,'2026-02-22 21:20:44','2026-02-22 21:20:44','','Aviation Lifestyle Images - AeroMedia','','inherit','open','closed','','nz8_8082-edit','','','2026-02-22 21:24:11','2026-02-22 21:24:11','',0,'https://aeromedia.photo/wordpress/wp-content/uploads/2026/02/NZ8_8082-Edit.jpg',0,'attachment','image/jpeg',0),
(20,1,'2026-02-22 21:20:45','2026-02-22 21:20:45','','Aircraft Exteriors - AeroMedia','Copyright RE Photography UTAH 801 819-8141','inherit','open','closed','','copyright-re-photography-utah-801-819-8141','','','2026-02-22 21:26:28','2026-02-22 21:26:28','',0,'https://aeromedia.photo/wordpress/wp-content/uploads/2026/02/N692L-105.jpg',0,'attachment','image/jpeg',0),
(21,1,'2026-02-22 21:20:45','2026-02-22 21:20:45','','Aviation Interiors with Passengers - AeroMedia','','inherit','open','closed','','z72_6109-edit','','','2026-02-22 21:26:01','2026-02-22 21:26:01','',0,'https://aeromedia.photo/wordpress/wp-content/uploads/2026/02/Z72_6109-Edit.jpg',0,'attachment','image/jpeg',0),
(22,1,'2026-02-22 21:20:46','2026-02-22 21:20:46','','FBO Interior- AeroMedia','Copyright RE Photography UTAH 801 819-8141','inherit','open','closed','','copyright-re-photography-utah-801-819-8141-2','','','2026-02-22 21:23:46','2026-02-22 21:23:46','',0,'https://aeromedia.photo/wordpress/wp-content/uploads/2026/02/hangar.jpg',0,'attachment','image/jpeg',0),
(23,1,'2026-02-22 21:20:47','2026-02-22 21:20:47','','Luxury Private Jet Interior- AeroMedia','','inherit','open','closed','','plane_interior','','','2026-02-22 21:23:25','2026-02-22 21:23:25','',0,'https://aeromedia.photo/wordpress/wp-content/uploads/2026/02/plane_interior.jpg',0,'attachment','image/jpeg',0),
(24,1,'2026-02-22 21:21:03','2026-02-22 21:21:03','','Engine Detail - AeroMedia','Copyright RE Photography UTAH 801 819-8141','inherit','open','closed','','copyright-re-photography-utah-801-819-8141-3','','','2026-02-22 21:23:03','2026-02-22 21:23:03','',0,'https://aeromedia.photo/wordpress/wp-content/uploads/2026/02/Z62_4460-Edit.jpg',0,'attachment','image/jpeg',0),
(25,1,'2026-02-22 21:21:04','2026-02-22 21:21:04','','Aviation Photography Exterior - AeroMedia','Copyright Dave Koch 801 819-8141','inherit','open','closed','','copyright-dave-koch-801-819-8141','','','2026-02-22 21:22:44','2026-02-22 21:22:44','',0,'https://aeromedia.photo/wordpress/wp-content/uploads/2026/02/plane_exterior.jpg',0,'attachment','image/jpeg',0),
(26,1,'2026-02-22 22:15:39','2026-02-22 22:15:39','','AeroMedia  Aircraft Photography','','inherit','open','closed','','aeromedia-square_icon','','','2026-02-22 22:16:07','2026-02-22 22:16:07','',0,'https://aeromedia.photo/wordpress/wp-content/uploads/2026/02/AeroMedia-Square_Icon.png',0,'attachment','image/png',0),
(27,1,'2026-02-22 22:16:11','2026-02-22 22:16:11','https://aeromedia.photo/wordpress/wp-content/uploads/2026/02/cropped-AeroMedia-Square_Icon.png','AeroMedia  Aircraft Photography','','inherit','open','closed','','aeromedia-aircraft-photography','','','2026-02-22 22:16:11','2026-02-22 22:16:11','',26,'https://aeromedia.photo/wordpress/wp-content/uploads/2026/02/cropped-AeroMedia-Square_Icon.png',0,'attachment','image/png',0),
(29,1,'2026-02-22 22:19:06','2026-02-22 22:19:06','','FBO Operational Images - AeroMedia','','inherit','open','closed','','hangar_operational','','','2026-02-22 22:22:00','2026-02-22 22:22:00','',0,'https://aeromedia.photo/wordpress/wp-content/uploads/2026/02/Hangar_Operational.jpg',0,'attachment','image/jpeg',0),
(30,1,'2026-02-22 22:19:07','2026-02-22 22:19:07','','Luxury Twilight Jet Exterior - AeroMedia','Copyright RE Photography UTAH 801 819-8141','inherit','open','closed','','copyright-re-photography-utah-801-819-8141-4','','','2026-02-22 22:21:18','2026-02-22 22:21:18','',0,'https://aeromedia.photo/wordpress/wp-content/uploads/2026/02/ExteriorTwilight.jpg',0,'attachment','image/jpeg',0),
(31,1,'2026-02-22 22:19:08','2026-02-22 22:19:08','','Luxury Private Jet Interior - AeroMedia','© 2021 R/E Ph','inherit','open','closed','','2021-r-e-ph','','','2026-02-22 22:20:37','2026-02-22 22:20:37','',0,'https://aeromedia.photo/wordpress/wp-content/uploads/2026/02/LuxuryInterior.jpg',0,'attachment','image/jpeg',0),
(32,1,'2026-02-22 22:19:09','2026-02-22 22:19:09','','Luxury BBJ Interior - AeroMedia','','inherit','open','closed','','bbj_interior','','','2026-02-22 22:20:22','2026-02-22 22:20:22','',0,'https://aeromedia.photo/wordpress/wp-content/uploads/2026/02/BBJ_Interior.jpg',0,'attachment','image/jpeg',0),
(33,1,'2026-02-22 23:28:43','2026-02-22 23:28:43','<h2 class=\"aerotitle\" style=\"font-size: 28px; line-height: 28px; padding-bottom: 14px;\">Private Jet Interior Photographer for Luxury Cabins</h2>\r\n[rev_slider alias=\"slider-2\"][/rev_slider]\r\n\r\n&nbsp;\r\n<p class=\"aerobody\" style=\"font-size: 18px;\">When the materials are this refined... and the light moves just right... every detail becomes part of the story. Your story. Our approach to private jet interior photography is built around that philosophy. Clean. Considered. Completely unobtrusive.</p>\r\n<p class=\"aerobody\" style=\"font-size: 18px;\">From single aircraft to fleet portfolios, we create imagery that reflects your level of excellence.</p>\r\n<p class=\"aerobody\" style=\"font-size: 18px;\">This page focuses on private jet cabins. We also photograph <a href=\"/bbj-acj-jet-interior-photographer/\">BBJ &amp; ACJ interiors</a>.</p>\r\n\r\n<div style=\"text-align: center; margin-bottom: 12px;\"><a href=\"https://aviationaircraftphoto.com/contact/\">\r\n<button class=\"aero-cta-btn\">Discuss Interior Photography Options</button>\r\n</a></div>\r\n<p style=\"font-size: 22px; padding-top: 16px;\"><strong><a href=\"https://aviationaircraftphoto.com/portfolio/cabin-photography/\">Explore Luxury Jet Cabin Portfolio →</a></strong></p>\r\n\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<h3 class=\"aerotitle\" style=\"font-size: 28px;\">Strategic Assets for High-Value Transactions</h3>\r\n<div class=\"grid-containerX\">\r\n<div class=\"grid-itemY\"><img class=\"size-medium wp-image-376\" src=\"https://aviationaircraftphoto.com/wp-content/uploads/2023/09/67640260716__00A65363-EC58-42B6-B658-3AFB9F42E0F7-225x300.jpg\" alt=\"Private Jet Interior Photographer\" width=\"225\" height=\"300\" /></div>\r\n<div class=\"grid-itemX\">\r\n<p class=\"aerobody\" style=\"font-size: 18px;\">In the ultra-long-range and heavy-jet market, your visual presence is the first point of contact for seven-figure decisions.</p>\r\n<p class=\"aerobody\" style=\"font-size: 18px;\">We produce more than just cabin photography; we create a strategic brand narrative. Our process captures the precise sense of volume, tactile material quality, and environmental \"atmosphere\" that distinguishes your aircraft from the competition.</p>\r\n<p class=\"aerobody\" style=\"font-size: 18px;\">By aligning our visual output with your brokerage or charter goals, we provide the high-stakes assets needed to accelerate sales cycles and command premium rates.</p>\r\n\r\n</div>\r\n</div>\r\n<div style=\"clear: both;\"></div>\r\n<p style=\"font-size: 18px;\"><strong>Optional upgrades:</strong> lifestyle styling, onboard talent, sizzle video, twilight pairing, and <a href=\"/3d-aircraft-virtual-tours/\">3D virtual cabin tours</a>.</p>\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<h3 class=\"aerotitle\" style=\"font-size: 28px;\">The Seamless Integration Workflow</h3>\r\n<p class=\"aerobody\" style=\"font-size: 18px;\">We specialize in high-consequence environments where timing is everything. Our workflow is designed to be fully autonomous, requiring zero micromanagement from your team.</p>\r\n\r\n<ul class=\"aerobody\" style=\"font-size: 18px; line-height: 28px;\">\r\n 	<li><strong>Phase 1 – Strategic Coordination:</strong> We interface directly with your flight department, FBO, or operator to secure access windows. We account for power requirements, GPU availability, and staging logistics well before arriving on the ramp.</li>\r\n 	<li><strong>Phase 2 – Precision Onboard Execution:</strong> Our team manages the complete cabin environment, from white-glove styling to technical lighting, executing in a logical sequence that respects the aircraft\'s operational readiness.</li>\r\n 	<li><strong>Phase 3 – Rapid Asset Deployment:</strong> Post-production is aligned with your marketing timeline. We deliver a curated, high-impact gallery with licensing structured for immediate global use in sales and charter platforms.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<h3 class=\"aerotitle\" style=\"font-size: 28px;\">Operational Speed: From Request to Market-Ready Assets</h3>\r\n<p class=\"aerobody\" style=\"font-size: 18px;\">In the high-stakes world of aircraft sales and charter, downtime is a liability. We have engineered our production cycle to meet the accelerated timelines required by global brokerages and fleet managers.</p>\r\n<p class=\"aerobody\" style=\"font-size: 18px;\"><strong>Case in Point:</strong> For a Gulfstream VI at Ontario International (ONT), the requirement was an immediate transition from hangar to market. Following a Friday inquiry, we were on-site Monday morning, delivering priority \"Hero\" assets the same afternoon for immediate listing deployment. The full interior suite was finalized by midweek, supporting a successful sale in under seven days.</p>\r\n<p class=\"aerobody\" style=\"font-size: 18px;\">This is our standard: execution that is fast when needed, precise always, and perfectly synchronized with your sales cycle.</p>\r\n<h4 class=\"aerotitle\" style=\"font-size: 24px;\">Proof in Practice</h4>\r\n\r\n<p class=\"aerobody\" style=\"font-size: 18px;\">See how our cabin photography performs under actual operational timelines and production demands.</p>\r\n\r\n<div style=\"text-align: center; margin-bottom: 12px;\"><a href=\"https://aviationaircraftphoto.com/case-studies/\">\r\n<button class=\"aero-cta-btn\">Explore Our Case Studies</button>\r\n</a></div>\r\n\r\n\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<h3 class=\"aerotitle\" style=\"font-size: 28px;\">Seamless from taxi to takeoff</h3>\r\n<p class=\"aerobody\" style=\"font-size: 18px;\">We coordinate directly with your crew and FBO to keep everything smooth, private, and on schedule.</p>\r\n<p class=\"aerobody\" style=\"font-size: 18px;\">No micromanagement needed. You’ll receive a full, ready-to-use gallery, delivered in formats optimized for sales platforms, web, and print.</p>\r\n<p class=\"aerobody\" style=\"font-size: 18px;\">No detail overlooked. No shot overdone.</p>\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<div class=\"two-images\">\r\n<figure><a href=\"https://aviationaircraftphoto.com/wp-content/uploads/2025/12/aviation-photographer-los-angeles-dining-detail.jpg\"><img class=\"aligncenter wp-image-2233\" src=\"https://aviationaircraftphoto.com/wp-content/uploads/2025/12/aviation-photographer-los-angeles-dining-detail.jpg\" alt=\"private jet interior photographer luxury cabin detail\" width=\"350\" height=\"233\" /></a><figcaption>Luxury private jet cabin interior with elegant floral and champagne table styling by aviation photographer Dave Koch.</figcaption></figure>\r\n<figure><a href=\"https://aviationaircraftphoto.com/wp-content/uploads/2025/12/aviation-photographer-miami-modern-club-seating.jpg\"><img class=\"aligncenter wp-image-2232\" src=\"https://aviationaircraftphoto.com/wp-content/uploads/2025/12/aviation-photographer-miami-modern-club-seating.jpg\" alt=\"Private jet interior captured by Dave Koch at Opa Locka Executive Airport in Miami, showing cream leather seating, floral decor, and champagne service in a modern luxury cabin.\" width=\"350\" height=\"233\" /></a><figcaption><em>Private jet cabin photo with seating and luxury styling, photographed at Opa Locka by aviation photographer Dave Koch.</em></figcaption></figure>\r\n</div>\r\n<p style=\"font-size: 18px; clear: both;\"><strong><a href=\"https://aviationaircraftphoto.com/portfolio/cabin-photography/\">View the full interior portfolio →</a></strong></p>\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<h3 class=\"aerotitle\" style=\"font-size: 28px;\">Maximize the Market Value of Your Fleet</h3>\r\n<p class=\"aerobody\" style=\"font-size: 18px;\">High-stakes aviation assets require more than just a photographer, they require a strategic visual partner who understands the business of flight. Whether you are accelerating a sale, launching a charter brand, or refreshing a global fleet portfolio, we provide the turnkey production expertise to get you to market faster.</p>\r\n<p class=\"aerobody\" style=\"font-size: 18px;\"><strong>Let’s discuss your upcoming production requirements. We provide comprehensive quotes including logistics, talent, and licensing within 24 hours.</strong></p>\r\n[contact-form-7 id=\"74a4f40\" title=\"Location Based INTERIOR PHOTOS\"]\r\n<p class=\"aerobody\"><strong>View the <a class=\"decorated-link\" href=\"https://aviationaircraftphoto.com/portfolio/cabin-photography/\">Interior Photography Portfolio →</a></strong></p>\r\n<p class=\"aerobody\"><strong>View our real-world <a class=\"decorated-link\" href=\"https://aviationaircraftphoto.com/case-studies/\">Case Studies →</a></strong></p>\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<h3 id=\"faq\" class=\"aerotitle\" style=\"font-size: 28px;\"><strong>FAQ – Operational Standards &amp; Logistics</strong></h3>\r\n<div class=\"aerobody aircraft-faq-section\"><details><summary>Are you insured for high-value aircraft environments?</summary>Yes. We carry aviation-specific liability insurance designed for high-value assets and active ramp environments. We can provide COIs (Certificates of Insurance) naming your facility or firm as additionally insured upon request.\r\n\r\n</details><details><summary>How do you manage ramp safety and FOD protocols?</summary>Safety is our primary metric. We are ramp-safety trained and strictly adhere to Foreign Object Debris (FOD) prevention protocols. Our team maintains a \"sterile\" workspace, ensuring all equipment is tethered, accounted for, and clear of flight surfaces at all times.\r\n\r\n</details><details><summary>What are the power requirements for an interior shoot?</summary>To maximize efficiency and protect aircraft batteries, we prefer working with a Ground Power Unit (GPU). We coordinate directly with the FBO or your flight department to ensure power is staged before our arrival, allowing for continuous, high-output lighting without draining onboard systems.\r\n\r\n</details><details><summary>How long does a typical cabin production take?</summary>A standard mid-size to large cabin usually requires 3–6 hours of \"on-aircraft\" time. This allows for precision styling, technical lighting arrays, and the capture of both wide-angle overviews and macro-detail frames.\r\n\r\n</details><details><summary>Do you handle talent and lifestyle coordination?</summary>Yes. For clients requiring a \"lived-in\" luxury feel, we provide turnkey production services including talent casting, wardrobe coordination, and professional styling to ensure the visuals align with your brand\'s specific demographic.\r\n\r\n</details></div>\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<h4 class=\"aerotitle\" style=\"font-size: 26px; text-align: center;\"><strong>Worldwide availability ●︎ Fast delivery ●︎ Aviation-focused expertise.</strong></h4>\r\n&nbsp;\r\n<h6 class=\"aerobody\">Created by <a href=\"https://aviationaircraftphoto.com/aircraft-photographer-dave-koch/\">Dave Koch</a>, an aviation photographer specializing in <a href=\"https://aviationaircraftphoto.com/exterior-aircraft-photography/\">luxury private jet exteriors</a>, <a href=\"https://aviationaircraftphoto.com/bbj-acj-jet-interior-photographer/\">BBJs, ACJs,</a> and global charter fleet imagery.</h6>','Private Jet Interior Photographer','','publish','closed','closed','','private-jet-interior-photographer','','','2026-02-22 23:28:43','2026-02-22 23:28:43','',0,'https://aeromedia.photo/wordpress/?page_id=33',0,'page','',0),
(34,1,'2026-02-22 23:28:43','2026-02-22 23:28:43','<h2 class=\"aerotitle\" style=\"font-size: 28px; line-height: 28px; padding-bottom: 14px;\">Private Jet Interior Photographer for Luxury Cabins</h2>\r\n[rev_slider alias=\"slider-2\"][/rev_slider]\r\n\r\n&nbsp;\r\n<p class=\"aerobody\" style=\"font-size: 18px;\">When the materials are this refined... and the light moves just right... every detail becomes part of the story. Your story. Our approach to private jet interior photography is built around that philosophy. Clean. Considered. Completely unobtrusive.</p>\r\n<p class=\"aerobody\" style=\"font-size: 18px;\">From single aircraft to fleet portfolios, we create imagery that reflects your level of excellence.</p>\r\n<p class=\"aerobody\" style=\"font-size: 18px;\">This page focuses on private jet cabins. We also photograph <a href=\"/bbj-acj-jet-interior-photographer/\">BBJ &amp; ACJ interiors</a>.</p>\r\n\r\n<div style=\"text-align: center; margin-bottom: 12px;\"><a href=\"https://aviationaircraftphoto.com/contact/\">\r\n<button class=\"aero-cta-btn\">Discuss Interior Photography Options</button>\r\n</a></div>\r\n<p style=\"font-size: 22px; padding-top: 16px;\"><strong><a href=\"https://aviationaircraftphoto.com/portfolio/cabin-photography/\">Explore Luxury Jet Cabin Portfolio →</a></strong></p>\r\n\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<h3 class=\"aerotitle\" style=\"font-size: 28px;\">Strategic Assets for High-Value Transactions</h3>\r\n<div class=\"grid-containerX\">\r\n<div class=\"grid-itemY\"><img class=\"size-medium wp-image-376\" src=\"https://aviationaircraftphoto.com/wp-content/uploads/2023/09/67640260716__00A65363-EC58-42B6-B658-3AFB9F42E0F7-225x300.jpg\" alt=\"Private Jet Interior Photographer\" width=\"225\" height=\"300\" /></div>\r\n<div class=\"grid-itemX\">\r\n<p class=\"aerobody\" style=\"font-size: 18px;\">In the ultra-long-range and heavy-jet market, your visual presence is the first point of contact for seven-figure decisions.</p>\r\n<p class=\"aerobody\" style=\"font-size: 18px;\">We produce more than just cabin photography; we create a strategic brand narrative. Our process captures the precise sense of volume, tactile material quality, and environmental \"atmosphere\" that distinguishes your aircraft from the competition.</p>\r\n<p class=\"aerobody\" style=\"font-size: 18px;\">By aligning our visual output with your brokerage or charter goals, we provide the high-stakes assets needed to accelerate sales cycles and command premium rates.</p>\r\n\r\n</div>\r\n</div>\r\n<div style=\"clear: both;\"></div>\r\n<p style=\"font-size: 18px;\"><strong>Optional upgrades:</strong> lifestyle styling, onboard talent, sizzle video, twilight pairing, and <a href=\"/3d-aircraft-virtual-tours/\">3D virtual cabin tours</a>.</p>\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<h3 class=\"aerotitle\" style=\"font-size: 28px;\">The Seamless Integration Workflow</h3>\r\n<p class=\"aerobody\" style=\"font-size: 18px;\">We specialize in high-consequence environments where timing is everything. Our workflow is designed to be fully autonomous, requiring zero micromanagement from your team.</p>\r\n\r\n<ul class=\"aerobody\" style=\"font-size: 18px; line-height: 28px;\">\r\n 	<li><strong>Phase 1 – Strategic Coordination:</strong> We interface directly with your flight department, FBO, or operator to secure access windows. We account for power requirements, GPU availability, and staging logistics well before arriving on the ramp.</li>\r\n 	<li><strong>Phase 2 – Precision Onboard Execution:</strong> Our team manages the complete cabin environment, from white-glove styling to technical lighting, executing in a logical sequence that respects the aircraft\'s operational readiness.</li>\r\n 	<li><strong>Phase 3 – Rapid Asset Deployment:</strong> Post-production is aligned with your marketing timeline. We deliver a curated, high-impact gallery with licensing structured for immediate global use in sales and charter platforms.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<h3 class=\"aerotitle\" style=\"font-size: 28px;\">Operational Speed: From Request to Market-Ready Assets</h3>\r\n<p class=\"aerobody\" style=\"font-size: 18px;\">In the high-stakes world of aircraft sales and charter, downtime is a liability. We have engineered our production cycle to meet the accelerated timelines required by global brokerages and fleet managers.</p>\r\n<p class=\"aerobody\" style=\"font-size: 18px;\"><strong>Case in Point:</strong> For a Gulfstream VI at Ontario International (ONT), the requirement was an immediate transition from hangar to market. Following a Friday inquiry, we were on-site Monday morning, delivering priority \"Hero\" assets the same afternoon for immediate listing deployment. The full interior suite was finalized by midweek, supporting a successful sale in under seven days.</p>\r\n<p class=\"aerobody\" style=\"font-size: 18px;\">This is our standard: execution that is fast when needed, precise always, and perfectly synchronized with your sales cycle.</p>\r\n<h4 class=\"aerotitle\" style=\"font-size: 24px;\">Proof in Practice</h4>\r\n\r\n<p class=\"aerobody\" style=\"font-size: 18px;\">See how our cabin photography performs under actual operational timelines and production demands.</p>\r\n\r\n<div style=\"text-align: center; margin-bottom: 12px;\"><a href=\"https://aviationaircraftphoto.com/case-studies/\">\r\n<button class=\"aero-cta-btn\">Explore Our Case Studies</button>\r\n</a></div>\r\n\r\n\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<h3 class=\"aerotitle\" style=\"font-size: 28px;\">Seamless from taxi to takeoff</h3>\r\n<p class=\"aerobody\" style=\"font-size: 18px;\">We coordinate directly with your crew and FBO to keep everything smooth, private, and on schedule.</p>\r\n<p class=\"aerobody\" style=\"font-size: 18px;\">No micromanagement needed. You’ll receive a full, ready-to-use gallery, delivered in formats optimized for sales platforms, web, and print.</p>\r\n<p class=\"aerobody\" style=\"font-size: 18px;\">No detail overlooked. No shot overdone.</p>\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<div class=\"two-images\">\r\n<figure><a href=\"https://aviationaircraftphoto.com/wp-content/uploads/2025/12/aviation-photographer-los-angeles-dining-detail.jpg\"><img class=\"aligncenter wp-image-2233\" src=\"https://aviationaircraftphoto.com/wp-content/uploads/2025/12/aviation-photographer-los-angeles-dining-detail.jpg\" alt=\"private jet interior photographer luxury cabin detail\" width=\"350\" height=\"233\" /></a><figcaption>Luxury private jet cabin interior with elegant floral and champagne table styling by aviation photographer Dave Koch.</figcaption></figure>\r\n<figure><a href=\"https://aviationaircraftphoto.com/wp-content/uploads/2025/12/aviation-photographer-miami-modern-club-seating.jpg\"><img class=\"aligncenter wp-image-2232\" src=\"https://aviationaircraftphoto.com/wp-content/uploads/2025/12/aviation-photographer-miami-modern-club-seating.jpg\" alt=\"Private jet interior captured by Dave Koch at Opa Locka Executive Airport in Miami, showing cream leather seating, floral decor, and champagne service in a modern luxury cabin.\" width=\"350\" height=\"233\" /></a><figcaption><em>Private jet cabin photo with seating and luxury styling, photographed at Opa Locka by aviation photographer Dave Koch.</em></figcaption></figure>\r\n</div>\r\n<p style=\"font-size: 18px; clear: both;\"><strong><a href=\"https://aviationaircraftphoto.com/portfolio/cabin-photography/\">View the full interior portfolio →</a></strong></p>\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<h3 class=\"aerotitle\" style=\"font-size: 28px;\">Maximize the Market Value of Your Fleet</h3>\r\n<p class=\"aerobody\" style=\"font-size: 18px;\">High-stakes aviation assets require more than just a photographer, they require a strategic visual partner who understands the business of flight. Whether you are accelerating a sale, launching a charter brand, or refreshing a global fleet portfolio, we provide the turnkey production expertise to get you to market faster.</p>\r\n<p class=\"aerobody\" style=\"font-size: 18px;\"><strong>Let’s discuss your upcoming production requirements. We provide comprehensive quotes including logistics, talent, and licensing within 24 hours.</strong></p>\r\n[contact-form-7 id=\"74a4f40\" title=\"Location Based INTERIOR PHOTOS\"]\r\n<p class=\"aerobody\"><strong>View the <a class=\"decorated-link\" href=\"https://aviationaircraftphoto.com/portfolio/cabin-photography/\">Interior Photography Portfolio →</a></strong></p>\r\n<p class=\"aerobody\"><strong>View our real-world <a class=\"decorated-link\" href=\"https://aviationaircraftphoto.com/case-studies/\">Case Studies →</a></strong></p>\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<h3 id=\"faq\" class=\"aerotitle\" style=\"font-size: 28px;\"><strong>FAQ – Operational Standards &amp; Logistics</strong></h3>\r\n<div class=\"aerobody aircraft-faq-section\"><details><summary>Are you insured for high-value aircraft environments?</summary>Yes. We carry aviation-specific liability insurance designed for high-value assets and active ramp environments. We can provide COIs (Certificates of Insurance) naming your facility or firm as additionally insured upon request.\r\n\r\n</details><details><summary>How do you manage ramp safety and FOD protocols?</summary>Safety is our primary metric. We are ramp-safety trained and strictly adhere to Foreign Object Debris (FOD) prevention protocols. Our team maintains a \"sterile\" workspace, ensuring all equipment is tethered, accounted for, and clear of flight surfaces at all times.\r\n\r\n</details><details><summary>What are the power requirements for an interior shoot?</summary>To maximize efficiency and protect aircraft batteries, we prefer working with a Ground Power Unit (GPU). We coordinate directly with the FBO or your flight department to ensure power is staged before our arrival, allowing for continuous, high-output lighting without draining onboard systems.\r\n\r\n</details><details><summary>How long does a typical cabin production take?</summary>A standard mid-size to large cabin usually requires 3–6 hours of \"on-aircraft\" time. This allows for precision styling, technical lighting arrays, and the capture of both wide-angle overviews and macro-detail frames.\r\n\r\n</details><details><summary>Do you handle talent and lifestyle coordination?</summary>Yes. For clients requiring a \"lived-in\" luxury feel, we provide turnkey production services including talent casting, wardrobe coordination, and professional styling to ensure the visuals align with your brand\'s specific demographic.\r\n\r\n</details></div>\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<h4 class=\"aerotitle\" style=\"font-size: 26px; text-align: center;\"><strong>Worldwide availability ●︎ Fast delivery ●︎ Aviation-focused expertise.</strong></h4>\r\n&nbsp;\r\n<h6 class=\"aerobody\">Created by <a href=\"https://aviationaircraftphoto.com/aircraft-photographer-dave-koch/\">Dave Koch</a>, an aviation photographer specializing in <a href=\"https://aviationaircraftphoto.com/exterior-aircraft-photography/\">luxury private jet exteriors</a>, <a href=\"https://aviationaircraftphoto.com/bbj-acj-jet-interior-photographer/\">BBJs, ACJs,</a> and global charter fleet imagery.</h6>','Private Jet Interior Photographer','','inherit','closed','closed','','33-revision-v1','','','2026-02-22 23:28:43','2026-02-22 23:28:43','',33,'https://aeromedia.photo/wordpress/?p=34',0,'revision','',0);
/*!40000 ALTER TABLE `aero_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `aero_statistics_events`
--

DROP TABLE IF EXISTS `aero_statistics_events`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `aero_statistics_events` (
  `ID` bigint(20) NOT NULL AUTO_INCREMENT,
  `date` datetime /* mariadb-5.3 */ NOT NULL,
  `page_id` bigint(20) DEFAULT NULL,
  `visitor_id` bigint(20) DEFAULT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `event_name` varchar(64) NOT NULL,
  `event_data` text NOT NULL,
  PRIMARY KEY (`ID`),
  KEY `visitor_id` (`visitor_id`),
  KEY `page_id` (`page_id`),
  KEY `event_name` (`event_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `aero_statistics_events`
--

LOCK TABLES `aero_statistics_events` WRITE;
/*!40000 ALTER TABLE `aero_statistics_events` DISABLE KEYS */;
/*!40000 ALTER TABLE `aero_statistics_events` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `aero_statistics_exclusions`
--

DROP TABLE IF EXISTS `aero_statistics_exclusions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `aero_statistics_exclusions` (
  `ID` bigint(20) NOT NULL AUTO_INCREMENT,
  `date` date NOT NULL,
  `reason` varchar(180) DEFAULT NULL,
  `count` bigint(20) NOT NULL,
  PRIMARY KEY (`ID`),
  KEY `date` (`date`),
  KEY `reason` (`reason`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `aero_statistics_exclusions`
--

LOCK TABLES `aero_statistics_exclusions` WRITE;
/*!40000 ALTER TABLE `aero_statistics_exclusions` DISABLE KEYS */;
/*!40000 ALTER TABLE `aero_statistics_exclusions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `aero_statistics_historical`
--

DROP TABLE IF EXISTS `aero_statistics_historical`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `aero_statistics_historical` (
  `ID` bigint(20) NOT NULL AUTO_INCREMENT,
  `category` varchar(25) NOT NULL,
  `page_id` bigint(20) NOT NULL,
  `uri` varchar(190) NOT NULL,
  `value` bigint(20) NOT NULL,
  PRIMARY KEY (`ID`),
  UNIQUE KEY `uri` (`uri`),
  KEY `category` (`category`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `aero_statistics_historical`
--

LOCK TABLES `aero_statistics_historical` WRITE;
/*!40000 ALTER TABLE `aero_statistics_historical` DISABLE KEYS */;
/*!40000 ALTER TABLE `aero_statistics_historical` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `aero_statistics_pages`
--

DROP TABLE IF EXISTS `aero_statistics_pages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `aero_statistics_pages` (
  `page_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `uri` varchar(190) NOT NULL,
  `type` varchar(180) NOT NULL,
  `date` date NOT NULL,
  `count` int(11) NOT NULL,
  `id` int(11) NOT NULL,
  PRIMARY KEY (`page_id`),
  UNIQUE KEY `date_2` (`date`,`uri`),
  KEY `url` (`uri`),
  KEY `date` (`date`),
  KEY `id` (`id`),
  KEY `uri` (`uri`,`count`,`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `aero_statistics_pages`
--

LOCK TABLES `aero_statistics_pages` WRITE;
/*!40000 ALTER TABLE `aero_statistics_pages` DISABLE KEYS */;
/*!40000 ALTER TABLE `aero_statistics_pages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `aero_statistics_summary_totals`
--

DROP TABLE IF EXISTS `aero_statistics_summary_totals`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `aero_statistics_summary_totals` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `date` date NOT NULL,
  `visitors` bigint(20) unsigned NOT NULL,
  `views` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`ID`),
  UNIQUE KEY `date` (`date`)
) ENGINE=MyISAM AUTO_INCREMENT=65 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `aero_statistics_summary_totals`
--

LOCK TABLES `aero_statistics_summary_totals` WRITE;
/*!40000 ALTER TABLE `aero_statistics_summary_totals` DISABLE KEYS */;
INSERT INTO `aero_statistics_summary_totals` VALUES
(1,'2026-02-22',0,0),
(2,'2026-02-23',0,0),
(3,'2026-02-24',0,0),
(4,'2026-02-25',0,0),
(5,'2026-02-26',0,0),
(6,'2026-02-27',0,0),
(7,'2026-02-28',0,0),
(8,'2026-03-01',0,0),
(9,'2026-03-02',0,0),
(10,'2026-03-03',0,0),
(11,'2026-03-04',0,0),
(12,'2026-03-05',0,0),
(13,'2026-03-06',0,0),
(14,'2026-03-07',0,0),
(15,'2026-03-08',0,0),
(16,'2026-03-09',0,0),
(17,'2026-03-10',0,0),
(18,'2026-03-11',0,0),
(19,'2026-03-12',0,0),
(20,'2026-03-13',0,0),
(21,'2026-03-14',0,0),
(22,'2026-03-15',0,0),
(23,'2026-03-16',0,0),
(24,'2026-03-17',0,0),
(25,'2026-03-18',0,0),
(26,'2026-03-19',0,0),
(27,'2026-03-20',0,0),
(28,'2026-03-21',0,0),
(29,'2026-03-22',0,0),
(30,'2026-03-23',0,0),
(31,'2026-03-24',0,0),
(32,'2026-03-25',0,0),
(33,'2026-03-26',0,0),
(34,'2026-03-27',0,0),
(35,'2026-03-28',0,0),
(36,'2026-03-29',0,0),
(37,'2026-03-30',0,0),
(38,'2026-03-31',0,0),
(39,'2026-04-01',0,0),
(40,'2026-04-02',0,0),
(41,'2026-04-03',0,0),
(42,'2026-04-04',0,0),
(43,'2026-04-05',0,0),
(44,'2026-04-06',0,0),
(45,'2026-04-07',0,0),
(46,'2026-04-08',0,0),
(47,'2026-04-09',0,0),
(48,'2026-04-10',0,0),
(49,'2026-04-11',0,0),
(50,'2026-04-12',0,0),
(51,'2026-04-13',0,0),
(52,'2026-04-14',0,0),
(53,'2026-04-15',0,0),
(54,'2026-04-16',0,0),
(55,'2026-04-17',0,0),
(56,'2026-04-18',0,0),
(57,'2026-04-19',0,0),
(58,'2026-04-20',0,0),
(59,'2026-04-21',0,0),
(60,'2026-04-22',0,0),
(61,'2026-04-23',0,0),
(62,'2026-04-24',0,0),
(63,'2026-04-25',0,0),
(64,'2026-04-26',0,0);
/*!40000 ALTER TABLE `aero_statistics_summary_totals` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `aero_statistics_visitor`
--

DROP TABLE IF EXISTS `aero_statistics_visitor`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `aero_statistics_visitor` (
  `ID` bigint(20) NOT NULL AUTO_INCREMENT,
  `last_counter` date NOT NULL,
  `referred` text NOT NULL,
  `agent` varchar(180) NOT NULL,
  `platform` varchar(180) DEFAULT NULL,
  `version` varchar(180) DEFAULT NULL,
  `device` varchar(180) DEFAULT NULL,
  `model` varchar(180) DEFAULT NULL,
  `UAString` varchar(190) DEFAULT NULL,
  `ip` varchar(60) NOT NULL,
  `location` varchar(10) DEFAULT NULL,
  `user_id` bigint(40) NOT NULL,
  `hits` int(11) DEFAULT NULL,
  `honeypot` int(11) DEFAULT NULL,
  `city` varchar(100) DEFAULT NULL,
  `region` varchar(100) DEFAULT NULL,
  `continent` varchar(50) DEFAULT NULL,
  `source_channel` varchar(50) DEFAULT NULL,
  `source_name` varchar(100) DEFAULT NULL,
  `first_page` bigint(20) unsigned DEFAULT NULL,
  `first_view` datetime /* mariadb-5.3 */ DEFAULT NULL,
  `last_page` bigint(20) unsigned DEFAULT NULL,
  `last_view` datetime /* mariadb-5.3 */ DEFAULT NULL,
  PRIMARY KEY (`ID`),
  UNIQUE KEY `date_ip_agent` (`last_counter`,`ip`,`agent`(50),`platform`(50),`version`(50)),
  KEY `agent` (`agent`),
  KEY `platform` (`platform`),
  KEY `version` (`version`),
  KEY `device` (`device`),
  KEY `model` (`model`),
  KEY `location` (`location`),
  KEY `ip` (`ip`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `aero_statistics_visitor`
--

LOCK TABLES `aero_statistics_visitor` WRITE;
/*!40000 ALTER TABLE `aero_statistics_visitor` DISABLE KEYS */;
/*!40000 ALTER TABLE `aero_statistics_visitor` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `aero_statistics_visitor_relationships`
--

DROP TABLE IF EXISTS `aero_statistics_visitor_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `aero_statistics_visitor_relationships` (
  `ID` bigint(20) NOT NULL AUTO_INCREMENT,
  `visitor_id` bigint(20) NOT NULL,
  `page_id` bigint(20) NOT NULL,
  `date` datetime /* mariadb-5.3 */ NOT NULL,
  PRIMARY KEY (`ID`),
  KEY `visitor_id` (`visitor_id`),
  KEY `page_id` (`page_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `aero_statistics_visitor_relationships`
--

LOCK TABLES `aero_statistics_visitor_relationships` WRITE;
/*!40000 ALTER TABLE `aero_statistics_visitor_relationships` DISABLE KEYS */;
/*!40000 ALTER TABLE `aero_statistics_visitor_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `aero_term_relationships`
--

DROP TABLE IF EXISTS `aero_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `aero_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `aero_term_relationships`
--

LOCK TABLES `aero_term_relationships` WRITE;
/*!40000 ALTER TABLE `aero_term_relationships` DISABLE KEYS */;
INSERT INTO `aero_term_relationships` VALUES
(1,1,0),
(11,2,0),
(12,2,0),
(13,2,0),
(14,2,0);
/*!40000 ALTER TABLE `aero_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `aero_term_taxonomy`
--

DROP TABLE IF EXISTS `aero_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `aero_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `aero_term_taxonomy`
--

LOCK TABLES `aero_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `aero_term_taxonomy` DISABLE KEYS */;
INSERT INTO `aero_term_taxonomy` VALUES
(1,1,'category','',0,1),
(2,2,'nav_menu','',0,4);
/*!40000 ALTER TABLE `aero_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `aero_termmeta`
--

DROP TABLE IF EXISTS `aero_termmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `aero_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `aero_termmeta`
--

LOCK TABLES `aero_termmeta` WRITE;
/*!40000 ALTER TABLE `aero_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `aero_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `aero_terms`
--

DROP TABLE IF EXISTS `aero_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `aero_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `aero_terms`
--

LOCK TABLES `aero_terms` WRITE;
/*!40000 ALTER TABLE `aero_terms` DISABLE KEYS */;
INSERT INTO `aero_terms` VALUES
(1,'Uncategorized','uncategorized',0),
(2,'Main','main',0);
/*!40000 ALTER TABLE `aero_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `aero_usermeta`
--

DROP TABLE IF EXISTS `aero_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `aero_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=23 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `aero_usermeta`
--

LOCK TABLES `aero_usermeta` WRITE;
/*!40000 ALTER TABLE `aero_usermeta` DISABLE KEYS */;
INSERT INTO `aero_usermeta` VALUES
(1,1,'nickname','AeroMedia'),
(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,'aero_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(13,1,'aero_user_level','10'),
(14,1,'dismissed_wp_pointers',''),
(15,1,'show_welcome_panel','0'),
(16,1,'session_tokens','a:1:{s:64:\"3830adc77495df84586e2e154194a24f701df6615b190ff60c9fe6d7ed1b3f7d\";a:4:{s:10:\"expiration\";i:1771954654;s:2:\"ip\";s:13:\"166.70.241.67\";s:2:\"ua\";s:84:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:146.0) Gecko/20100101 Firefox/146.0\";s:5:\"login\";i:1771781854;}}'),
(17,1,'aero_dashboard_quick_press_last_post_id','5'),
(18,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"166.70.241.0\";}'),
(19,1,'metaboxhidden_dashboard','a:16:{i:0;s:36:\"wp-statistics-traffic-summary-widget\";i:1;s:29:\"wp-statistics-browsers-widget\";i:2;s:30:\"wp-statistics-platforms-widget\";i:3;s:28:\"wp-statistics-devices-widget\";i:4;s:27:\"wp-statistics-models-widget\";i:5;s:25:\"wp-statistics-hits-widget\";i:6;s:27:\"wp-statistics-search-widget\";i:7;s:26:\"wp-statistics-pages-widget\";i:8;s:33:\"wp-statistics-top-visitors-widget\";i:9;s:27:\"wp-statistics-recent-widget\";i:10;s:31:\"wp-statistics-useronline-widget\";i:11;s:30:\"wp-statistics-countries-widget\";i:12;s:30:\"wp-statistics-referring-widget\";i:13;s:27:\"wp-statistics-about-metabox\";i:14;s:31:\"wp-statistics-go-premium-widget\";i:15;s:28:\"wp-statistics-hitsmap-widget\";}'),
(20,1,'wp_statistics_metaboxhidden_dashboard_initialized','1'),
(21,1,'aero_user-settings','libraryContent=browse&editor=html'),
(22,1,'aero_user-settings-time','1771802918');
/*!40000 ALTER TABLE `aero_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `aero_users`
--

DROP TABLE IF EXISTS `aero_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `aero_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime /* mariadb-5.3 */ NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `aero_users`
--

LOCK TABLES `aero_users` WRITE;
/*!40000 ALTER TABLE `aero_users` DISABLE KEYS */;
INSERT INTO `aero_users` VALUES
(1,'AeroMedia','$wp$2y$10$7CJrUlMhCSCKS1/L3ilw2OiMp5dOlRIDpQI.baWcQzm7yhGoXmJcW','aeromedia','[email protected]','https://aeromedia.photo/wordpress','2026-02-22 17:37:19','',0,'AeroMedia');
/*!40000 ALTER TABLE `aero_users` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2026-05-07  2:45:53

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists