File: //restore/20230201.learningdisabilitiesukorguk.sql
-- MariaDB dump 10.19 Distrib 10.5.18-MariaDB, for debian-linux-gnu (x86_64)
--
-- Host: localhost Database: learningdisabilitiesukorguk
-- ------------------------------------------------------
-- Server version 10.5.18-MariaDB-1:10.5.18+maria~ubu2004
/*!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 */;
--
-- Current Database: `learningdisabilitiesukorguk`
--
CREATE DATABASE /*!32312 IF NOT EXISTS*/ `learningdisabilitiesukorguk` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci */;
USE `learningdisabilitiesukorguk`;
--
-- Table structure for table `wp_aiowps_events`
--
DROP TABLE IF EXISTS `wp_aiowps_events`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_aiowps_events` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`event_type` varchar(150) NOT NULL DEFAULT '',
`username` varchar(150) DEFAULT NULL,
`user_id` bigint(20) DEFAULT NULL,
`event_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`ip_or_host` varchar(100) DEFAULT NULL,
`referer_info` varchar(255) DEFAULT NULL,
`url` varchar(255) DEFAULT NULL,
`country_code` varchar(50) DEFAULT NULL,
`event_data` longtext DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_aiowps_events`
--
LOCK TABLES `wp_aiowps_events` WRITE;
/*!40000 ALTER TABLE `wp_aiowps_events` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_aiowps_events` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_aiowps_global_meta`
--
DROP TABLE IF EXISTS `wp_aiowps_global_meta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_aiowps_global_meta` (
`meta_id` bigint(20) NOT NULL AUTO_INCREMENT,
`date_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`meta_key1` varchar(255) NOT NULL,
`meta_key2` varchar(255) NOT NULL,
`meta_key3` varchar(255) NOT NULL,
`meta_key4` varchar(255) NOT NULL,
`meta_key5` varchar(255) NOT NULL,
`meta_value1` varchar(255) NOT NULL,
`meta_value2` text NOT NULL,
`meta_value3` text NOT NULL,
`meta_value4` longtext NOT NULL,
`meta_value5` longtext NOT NULL,
PRIMARY KEY (`meta_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_aiowps_global_meta`
--
LOCK TABLES `wp_aiowps_global_meta` WRITE;
/*!40000 ALTER TABLE `wp_aiowps_global_meta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_aiowps_global_meta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_aiowps_login_activity`
--
DROP TABLE IF EXISTS `wp_aiowps_login_activity`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_aiowps_login_activity` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) NOT NULL,
`user_login` varchar(150) NOT NULL,
`login_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`logout_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`login_ip` varchar(100) NOT NULL DEFAULT '',
`login_country` varchar(150) NOT NULL DEFAULT '',
`browser_type` varchar(150) NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_aiowps_login_activity`
--
LOCK TABLES `wp_aiowps_login_activity` WRITE;
/*!40000 ALTER TABLE `wp_aiowps_login_activity` DISABLE KEYS */;
INSERT INTO `wp_aiowps_login_activity` VALUES (1,1,'learningdisabilitiesuk','2017-01-05 11:06:39','2017-02-07 17:29:07','217.206.184.94','',''),(2,1,'learningdisabilitiesuk','2017-01-05 15:18:46','2017-02-07 17:29:07','217.206.184.94','',''),(3,1,'learningdisabilitiesuk','2017-02-07 17:28:22','2017-02-07 17:29:07','217.206.184.94','',''),(4,1,'learningdisabilitiesuk','2017-03-07 10:10:43','0000-00-00 00:00:00','217.206.184.94','',''),(5,1,'learningdisabilitiesuk','2017-10-24 13:38:32','0000-00-00 00:00:00','217.206.184.92','',''),(6,1,'learningdisabilitiesuk','2020-10-08 13:43:28','0000-00-00 00:00:00','185.175.113.72','','');
/*!40000 ALTER TABLE `wp_aiowps_login_activity` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_aiowps_login_lockdown`
--
DROP TABLE IF EXISTS `wp_aiowps_login_lockdown`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_aiowps_login_lockdown` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) NOT NULL,
`user_login` varchar(150) NOT NULL,
`lockdown_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`release_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`failed_login_ip` varchar(100) NOT NULL DEFAULT '',
`lock_reason` varchar(128) NOT NULL DEFAULT '',
`unlock_key` varchar(128) NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_aiowps_login_lockdown`
--
LOCK TABLES `wp_aiowps_login_lockdown` WRITE;
/*!40000 ALTER TABLE `wp_aiowps_login_lockdown` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_aiowps_login_lockdown` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_aiowps_permanent_block`
--
DROP TABLE IF EXISTS `wp_aiowps_permanent_block`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_aiowps_permanent_block` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`blocked_ip` varchar(100) NOT NULL DEFAULT '',
`block_reason` varchar(128) NOT NULL DEFAULT '',
`country_origin` varchar(50) NOT NULL DEFAULT '',
`blocked_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`unblock` tinyint(1) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_aiowps_permanent_block`
--
LOCK TABLES `wp_aiowps_permanent_block` WRITE;
/*!40000 ALTER TABLE `wp_aiowps_permanent_block` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_aiowps_permanent_block` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_commentmeta`
--
DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_commentmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `comment_id` (`comment_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_commentmeta`
--
LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_comments`
--
DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_comments` (
`comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
`comment_author` tinytext NOT NULL,
`comment_author_email` varchar(100) NOT NULL DEFAULT '',
`comment_author_url` varchar(200) NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) NOT NULL DEFAULT '',
`comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_content` text NOT NULL,
`comment_karma` int(11) NOT NULL DEFAULT 0,
`comment_approved` varchar(20) NOT NULL DEFAULT '1',
`comment_agent` varchar(255) NOT NULL DEFAULT '',
`comment_type` varchar(20) NOT NULL DEFAULT 'comment',
`comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
`user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
PRIMARY KEY (`comment_ID`),
KEY `comment_post_ID` (`comment_post_ID`),
KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
KEY `comment_date_gmt` (`comment_date_gmt`),
KEY `comment_parent` (`comment_parent`),
KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_comments`
--
LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
INSERT INTO `wp_comments` VALUES (2,2,'Healthcare For Disabilities - Learning Disabilities UK','','https://learningdisabilitiesuk.org.uk/healthcare-for-disabilities','37.187.155.5','2017-01-05 11:38:07','2017-01-05 11:38:07','[…] Get in Contact […]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/4.7','pingback',0,0),(3,5,'1','arachni@email.gr','http://1','93.179.68.108','2019-02-12 17:02:55','2019-02-12 17:02:55','1',0,'0','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.212.0 Safari/532.0','comment',0,0),(4,0,'','','','14.207.201.117','2020-05-26 10:20:45','2020-05-26 10:20:45','',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36','comment',0,0),(5,27,'аюрведа вконтакте','jeannaconklin@live.com','https://vk.com/public57950894','195.238.108.90','2020-06-14 17:58:25','2020-06-14 17:58:25','Hello there, just became alert to your blog through \r\nGoogle, and found that it\'s truly informative. I\'m going to \r\nwatch out for brussels. I will appreciate if you continue this in future.\r\nMany people will be benefited from your writing. Cheers!',0,'0','Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN) AppleWebKit/530.19.2 (KHTML, like Gecko) Version/4.0.2 Safari/530.19.1','comment',0,0),(6,27,'музыка релакс','odettejudge@web.de','https://vk.com/public71601652','195.238.108.90','2020-06-18 07:34:56','2020-06-18 07:34:56','I\'m not sure where you are getting your info, but great topic.\r\nI needs to spend some time learning much more or understanding more.\r\nThanks for magnificent info I was looking for this information for my mission.',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','comment',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_fw_termmeta`
--
DROP TABLE IF EXISTS `wp_fw_termmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_fw_termmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`fw_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 `fw_term_id` (`fw_term_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_fw_termmeta`
--
LOCK TABLES `wp_fw_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_fw_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_fw_termmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_links`
--
DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_links` (
`link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`link_url` varchar(255) NOT NULL DEFAULT '',
`link_name` varchar(255) NOT NULL DEFAULT '',
`link_image` varchar(255) NOT NULL DEFAULT '',
`link_target` varchar(25) NOT NULL DEFAULT '',
`link_description` varchar(255) NOT NULL DEFAULT '',
`link_visible` varchar(20) NOT NULL DEFAULT 'Y',
`link_owner` bigint(20) unsigned NOT NULL DEFAULT 1,
`link_rating` int(11) NOT NULL DEFAULT 0,
`link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`link_rel` varchar(255) NOT NULL DEFAULT '',
`link_notes` mediumtext NOT NULL,
`link_rss` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`link_id`),
KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_links`
--
LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_options`
--
DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_options` (
`option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`option_name` varchar(191) NOT NULL DEFAULT '',
`option_value` longtext NOT NULL,
`autoload` varchar(20) NOT NULL DEFAULT 'yes',
PRIMARY KEY (`option_id`),
UNIQUE KEY `option_name` (`option_name`),
KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=98126 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_options`
--
LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'siteurl','http://learningdisabilitiesuk.org.uk','yes'),(2,'home','http://learningdisabilitiesuk.org.uk','yes'),(3,'blogname','Learning Disabilities UK','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','zoe.allen@vanillacircus.co.uk','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','','no'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%','yes'),(29,'rewrite_rules','a:96:{s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:25:\"index.php?xsl=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s: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:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','49752','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','posts','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:6:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;i:3;a:3:{s:5:\"title\";s:47:\"The internet needs to be accessible to everyone\";s:4:\"text\";s:262:\"Accessibility has as much to do with usability than being purely technically correct. The site needs to have clear navigation, the ability to skip content areas, offer alternative layouts and be written in an easily understood style by the anticipated audience. \";s:6:\"filter\";b:0;}i:4;a:3:{s:5:\"title\";s:47:\"The internet needs to be accessible to everyone\";s:4:\"text\";s:262:\"Accessibility has as much to do with usability than being purely technically correct. The site needs to have clear navigation, the ability to skip content areas, offer alternative layouts and be written in an easily understood style by the anticipated audience. \";s:6:\"filter\";b:0;}i:5;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:494:\" <a class=\"twitter-timeline\" href=\"https://twitter.com/search?q=learning%20disabilities\" data-widget-id=\"816661866449686528\">Tweets about learning disabilities</a>\r\n <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?\'http\':\'https\';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+\"://platform.twitter.com/widgets.js\";fjs.parentNode.insertBefore(js,fjs);}}(document,\"script\",\"twitter-wjs\");</script>\r\n \";s:6:\"filter\";b:0;}i:6;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:353:\"<script async src=\"//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js\"></script>\r\n<!-- spamdex-display -->\r\n<ins class=\"adsbygoogle\"\r\n style=\"display:block\"\r\n data-ad-client=\"ca-pub-2121528995419082\"\r\n data-ad-slot=\"8029362605\"\r\n data-ad-format=\"auto\"></ins>\r\n<script>\r\n(adsbygoogle = window.adsbygoogle || []).push({});\r\n</script>\";s:6:\"filter\";b:0;}}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:1:{s:29:\"spam-captcha/spam-captcha.php\";a:2:{i:0;s:12:\"spam_captcha\";i:1;s:20:\"uninstall_removedata\";}}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','0','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','0','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'initial_db_version','38590','yes'),(92,'wp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:66:{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:15:\"wpseo_bulk_edit\";b:1;s:20:\"wpseo_manage_options\";b:1;s:23:\"wf2fa_activate_2fa_self\";b:1;s:25:\"wf2fa_activate_2fa_others\";b:1;s:21:\"wf2fa_manage_settings\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:37:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}','yes'),(93,'fresh_site','0','yes'),(94,'widget_search','a:3:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;i:4;a:0:{}}','yes'),(95,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(99,'sidebars_widgets','a:6:{s:19:\"wp_inactive_widgets\";a:1:{i:0;s:6:\"text-3\";}s:7:\"sidebar\";a:2:{i:0;s:6:\"text-4\";i:1;s:6:\"text-5\";}s:13:\"sidebar-small\";a:3:{i:0;s:8:\"search-4\";i:1;s:31:\"gambit-magazine-posts-sidebar-4\";i:2;s:6:\"text-6\";}s:6:\"header\";a:0:{}s:17:\"magazine-homepage\";N;s:13:\"array_version\";i:3;}','yes'),(100,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'cron','a:16:{i:1608443055;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:1608457454;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1608471586;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1608473282;a:1:{s:21:\"ai1wm_storage_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1608474818;a:2:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1608474909;a:1:{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;}}}i:1608475764;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:1608475899;a:1:{s:23:\"aiowps_daily_cron_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1608479329;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:1608975854;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1624359004;a:1:{s:23:\"wordfence_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1624359009;a:1:{s:21:\"wordfence_ls_ntp_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1624359018;a:2:{s:20:\"wordfence_daily_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:21:\"wordfence_hourly_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1624896000;a:1:{s:31:\"wordfence_email_activity_report\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1631805422;a:1:{s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}s:7:\"version\";i:2;}','yes'),(105,'theme_mods_twentyseventeen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1483541833;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(145,'recently_activated','a:0:{}','yes'),(146,'aiowpsec_db_version','1.9','yes'),(147,'aio_wp_security_configs','a:81:{s:19:\"aiowps_enable_debug\";s:0:\"\";s:36:\"aiowps_remove_wp_generator_meta_info\";s:0:\"\";s:25:\"aiowps_prevent_hotlinking\";s:0:\"\";s:28:\"aiowps_enable_login_lockdown\";s:1:\"1\";s:28:\"aiowps_allow_unlock_requests\";s:0:\"\";s:25:\"aiowps_max_login_attempts\";i:3;s:24:\"aiowps_retry_time_period\";i:5;s:26:\"aiowps_lockout_time_length\";i:60;s:28:\"aiowps_set_generic_login_msg\";s:0:\"\";s:26:\"aiowps_enable_email_notify\";s:0:\"\";s:20:\"aiowps_email_address\";s:29:\"zoe.allen@vanillacircus.co.uk\";s:27:\"aiowps_enable_forced_logout\";s:0:\"\";s:25:\"aiowps_logout_time_period\";s:2:\"60\";s:39:\"aiowps_enable_invalid_username_lockdown\";s:0:\"\";s:32:\"aiowps_unlock_request_secret_key\";s:20:\"irvsq4muikn2v9d6cxdb\";s:26:\"aiowps_enable_whitelisting\";s:1:\"1\";s:27:\"aiowps_allowed_ip_addresses\";s:14:\"217.206.184.92\";s:27:\"aiowps_enable_login_captcha\";s:0:\"\";s:34:\"aiowps_enable_custom_login_captcha\";s:0:\"\";s:25:\"aiowps_captcha_secret_key\";s:20:\"a54ydc6yr3mxuqdyzegs\";s:42:\"aiowps_enable_manual_registration_approval\";s:0:\"\";s:39:\"aiowps_enable_registration_page_captcha\";s:0:\"\";s:27:\"aiowps_enable_random_prefix\";s:0:\"\";s:31:\"aiowps_enable_automated_backups\";s:0:\"\";s:26:\"aiowps_db_backup_frequency\";s:1:\"4\";s:25:\"aiowps_db_backup_interval\";s:1:\"2\";s:26:\"aiowps_backup_files_stored\";s:1:\"2\";s:32:\"aiowps_send_backup_email_address\";s:0:\"\";s:27:\"aiowps_backup_email_address\";s:29:\"zoe.allen@vanillacircus.co.uk\";s:27:\"aiowps_disable_file_editing\";s:0:\"\";s:37:\"aiowps_prevent_default_wp_file_access\";s:0:\"\";s:22:\"aiowps_system_log_file\";s:9:\"error_log\";s:26:\"aiowps_enable_blacklisting\";s:0:\"\";s:26:\"aiowps_banned_ip_addresses\";s:0:\"\";s:28:\"aiowps_enable_basic_firewall\";s:1:\"1\";s:31:\"aiowps_enable_pingback_firewall\";s:0:\"\";s:38:\"aiowps_disable_xmlrpc_pingback_methods\";s:0:\"\";s:34:\"aiowps_block_debug_log_file_access\";s:0:\"\";s:26:\"aiowps_disable_index_views\";s:0:\"\";s:30:\"aiowps_disable_trace_and_track\";s:0:\"\";s:28:\"aiowps_forbid_proxy_comments\";s:0:\"\";s:29:\"aiowps_deny_bad_query_strings\";s:0:\"\";s:34:\"aiowps_advanced_char_string_filter\";s:0:\"\";s:25:\"aiowps_enable_5g_firewall\";s:0:\"\";s:25:\"aiowps_enable_6g_firewall\";s:0:\"\";s:26:\"aiowps_enable_custom_rules\";s:0:\"\";s:19:\"aiowps_custom_rules\";s:0:\"\";s:25:\"aiowps_enable_404_logging\";s:0:\"\";s:28:\"aiowps_enable_404_IP_lockout\";s:0:\"\";s:30:\"aiowps_404_lockout_time_length\";s:2:\"60\";s:28:\"aiowps_404_lock_redirect_url\";s:16:\"http://127.0.0.1\";s:31:\"aiowps_enable_rename_login_page\";s:0:\"\";s:28:\"aiowps_enable_login_honeypot\";s:0:\"\";s:43:\"aiowps_enable_brute_force_attack_prevention\";s:0:\"\";s:30:\"aiowps_brute_force_secret_word\";s:0:\"\";s:24:\"aiowps_cookie_brute_test\";s:0:\"\";s:44:\"aiowps_cookie_based_brute_force_redirect_url\";s:16:\"http://127.0.0.1\";s:59:\"aiowps_brute_force_attack_prevention_pw_protected_exception\";s:0:\"\";s:51:\"aiowps_brute_force_attack_prevention_ajax_exception\";s:0:\"\";s:19:\"aiowps_site_lockout\";s:0:\"\";s:23:\"aiowps_site_lockout_msg\";s:0:\"\";s:30:\"aiowps_enable_spambot_blocking\";s:1:\"1\";s:29:\"aiowps_enable_comment_captcha\";s:1:\"1\";s:31:\"aiowps_enable_autoblock_spam_ip\";s:0:\"\";s:33:\"aiowps_spam_ip_min_comments_block\";s:0:\"\";s:32:\"aiowps_enable_automated_fcd_scan\";s:0:\"\";s:25:\"aiowps_fcd_scan_frequency\";s:1:\"4\";s:24:\"aiowps_fcd_scan_interval\";s:1:\"2\";s:28:\"aiowps_fcd_exclude_filetypes\";s:0:\"\";s:24:\"aiowps_fcd_exclude_files\";s:0:\"\";s:26:\"aiowps_send_fcd_scan_email\";s:0:\"\";s:29:\"aiowps_fcd_scan_email_address\";s:29:\"zoe.allen@vanillacircus.co.uk\";s:27:\"aiowps_fcds_change_detected\";b:0;s:22:\"aiowps_copy_protection\";s:0:\"\";s:40:\"aiowps_prevent_site_display_inside_frame\";s:0:\"\";s:32:\"aiowps_prevent_users_enumeration\";s:0:\"\";s:43:\"aiowps_instantly_lockout_specific_usernames\";a:0:{}s:35:\"aiowps_lockdown_enable_whitelisting\";s:0:\"\";s:36:\"aiowps_lockdown_allowed_ip_addresses\";s:0:\"\";s:35:\"aiowps_enable_registration_honeypot\";s:0:\"\";s:28:\"aiowps_block_fake_googlebots\";s:1:\"1\";}','yes'),(148,'wpcf7','a:2:{s:7:\"version\";s:3:\"4.9\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1483541499;s:7:\"version\";s:3:\"4.5\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(149,'spam_captcha_options','a:7:{s:12:\"contactform7\";b:0;s:16:\"hash_sha1_plugin\";s:40:\"ccb524225ee208fba3b2bc7cf7be90296d1bb965\";s:11:\"captcha_css\";s:43:\".captcha_image {\n \n}\n.captcha_comment {\n \n}\";s:14:\"captcha_enable\";b:0;s:14:\"akismet_enable\";b:0;s:14:\"flush_nb_jours\";i:30;s:15:\"flush_max_entry\";i:10000;}','yes'),(150,'plugin_error_on_activation','','yes'),(152,'wpmdr_css','/* Remove meta from post */\r\n.entry-meta {\r\ndisplay:none !important;\r\n}\r\n\r\n/* Remove meta from home page */\r\n.home .entry-meta { \r\ndisplay: none; \r\n}\r\n/* WPTheme 2015 Metadata Removal */\r\n.entry-footer {\r\ndisplay:none !important;\r\n}\r\n\r\n/* WPTheme 2015 Metadata Removal */\r\n.home .entry-footer { \r\ndisplay: none; \r\n}','yes'),(153,'wpmdr_disable_php','0','yes'),(154,'wpmdr_disable_css','0','yes'),(155,'wpseo','a:25:{s:14:\"blocking_files\";a:1:{i:0;s:55:\"/var/www/learningdisabilitiesuk.org.uk/html/sitemap.xml\";}s:15:\"ms_defaults_set\";b:0;s:7:\"version\";s:3:\"5.7\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:0:\"\";s:20:\"disableadvanced_meta\";b:1;s:19:\"onpage_indexability\";b:1;s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:12:\"website_name\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:20:\"enable_setting_pages\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:0;s:18:\"first_activated_on\";i:1507642785;}','yes'),(156,'wpseo_permalinks','a:9:{s:15:\"cleanpermalinks\";b:0;s:24:\"cleanpermalink-extravars\";s:0:\"\";s:29:\"cleanpermalink-googlecampaign\";b:0;s:31:\"cleanpermalink-googlesitesearch\";b:0;s:15:\"cleanreplytocom\";b:0;s:10:\"cleanslugs\";b:1;s:18:\"redirectattachment\";b:0;s:17:\"stripcategorybase\";b:0;s:13:\"trailingslash\";b:0;}','yes'),(157,'wpseo_titles','a:53:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:15:\"usemetakeywords\";b:0;s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:18:\"metakey-home-wpseo\";s:0:\"\";s:20:\"metakey-author-wpseo\";s:0:\"\";s:22:\"noindex-subpages-wpseo\";b:0;s:20:\"noindex-author-wpseo\";b:0;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"metakey-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:16:\"hideeditbox-post\";b:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"metakey-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:16:\"hideeditbox-page\";b:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"metakey-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:22:\"hideeditbox-attachment\";b:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:20:\"metakey-tax-category\";s:0:\"\";s:24:\"hideeditbox-tax-category\";b:0;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:20:\"metakey-tax-post_tag\";s:0:\"\";s:24:\"hideeditbox-tax-post_tag\";b:0;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:23:\"metakey-tax-post_format\";s:0:\"\";s:27:\"hideeditbox-tax-post_format\";b:0;s:23:\"noindex-tax-post_format\";b:1;}','yes'),(158,'wpseo_social','a:20:{s:9:\"fb_admins\";a:0:{}s:12:\"fbconnectkey\";s:32:\"0f81009330de7176b13f4fc317c9a404\";s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:14:\"plus-publisher\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:7:\"summary\";s:11:\"youtube_url\";s:0:\"\";s:15:\"google_plus_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}','yes'),(159,'wpseo_rss','a:2:{s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";}','yes'),(160,'wpseo_internallinks','a:10:{s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:23:\"breadcrumbs-blog-remove\";b:0;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"»\";s:23:\"post_types-post-maintax\";i:0;}','yes'),(161,'wpseo_xml','a:16:{s:22:\"disable_author_sitemap\";b:1;s:22:\"disable_author_noposts\";b:1;s:16:\"enablexmlsitemap\";b:1;s:16:\"entries-per-page\";i:1000;s:14:\"excluded-posts\";s:0:\"\";s:38:\"user_role-administrator-not_in_sitemap\";b:0;s:31:\"user_role-editor-not_in_sitemap\";b:0;s:31:\"user_role-author-not_in_sitemap\";b:0;s:36:\"user_role-contributor-not_in_sitemap\";b:0;s:35:\"user_role-subscriber-not_in_sitemap\";b:0;s:30:\"post_types-post-not_in_sitemap\";b:0;s:30:\"post_types-page-not_in_sitemap\";b:0;s:36:\"post_types-attachment-not_in_sitemap\";b:1;s:34:\"taxonomies-category-not_in_sitemap\";b:0;s:34:\"taxonomies-post_tag-not_in_sitemap\";b:0;s:37:\"taxonomies-post_format-not_in_sitemap\";b:0;}','yes'),(162,'wpseo_flush_rewrite','1','yes'),(166,'coreSLframework_options','a:1:{s:22:\"global_location_plugin\";a:4:{i:0;a:2:{i:0;s:9:\"*Standard\";i:1;s:3:\"std\";}i:1;a:2:{i:0;s:13:\"under Plugins\";i:1;s:7:\"plugins\";}i:2;a:2:{i:0;s:11:\"under Tools\";i:1;s:5:\"tools\";}i:3;a:2:{i:0;s:14:\"under Settings\";i:1;s:8:\"settings\";}}}','yes'),(167,'fw_active_extensions','a:6:{s:6:\"update\";a:0:{}s:13:\"github-update\";a:0:{}s:4:\"blog\";a:0:{}s:10:\"shortcodes\";a:0:{}s:13:\"wp-shortcodes\";a:0:{}s:7:\"builder\";a:0:{}}','yes'),(170,'universal_google_analytics_tracking_id','UA-89780536-1','yes'),(174,'wpseo_sitemap_1_cache_validator','4zHmA','no'),(175,'wpseo_sitemap_post_cache_validator','4zHnd','no'),(176,'wpseo_sitemap_category_cache_validator','4SC7E','no'),(178,'wpseo_sitemap_attachment_cache_validator','43ewl','no'),(179,'wpseo_sitemap_9_cache_validator','4Spen','no'),(180,'wpseo_sitemap_revision_cache_validator','4PWCq','no'),(184,'wpseo_sitemap_12_cache_validator','oGLT','no'),(189,'current_theme','Gambit','yes'),(190,'theme_mods_Endolf','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1483541837;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:8:\"homepage\";a:0:{}s:9:\"footerbar\";a:0:{}}}}','yes'),(191,'theme_switched','','yes'),(192,'widget_category_news_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(193,'widget_category_gallery_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(194,'widget_sidebar_tab_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(195,'ft_op','a:1:{s:2:\"id\";s:9:\"ft_endolf\";}','yes'),(196,'theme_mods_Hydra','a:3:{i:0;b:0;s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1483541860;s:4:\"data\";a:5:{s:19:\"wp_inactive_widgets\";a:0:{}s:15:\"sidebar_primary\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:8:\"footer_1\";a:0:{}s:8:\"footer_2\";a:0:{}s:8:\"footer_3\";N;}}}','yes'),(197,'hydra_theme_options','a:52:{s:20:\"themater_logo_source\";s:5:\"image\";s:4:\"logo\";s:77:\"https://learningdisabilitiesuk.org.uk/wp-content/themes/Hydra/images/logo.png\";s:10:\"site_title\";s:24:\"Learning Disabilities UK\";s:16:\"site_description\";s:0:\"\";s:7:\"favicon\";s:80:\"https://learningdisabilitiesuk.org.uk/wp-content/themes/Hydra/images/favicon.png\";s:18:\"contact_form_email\";s:29:\"zoe.allen@vanillacircus.co.uk\";s:9:\"read_more\";s:9:\"Read More\";s:20:\"featured_image_width\";s:3:\"200\";s:21:\"featured_image_height\";s:3:\"160\";s:23:\"featured_image_position\";s:9:\"alignleft\";s:27:\"featured_image_width_single\";s:3:\"300\";s:28:\"featured_image_height_single\";s:3:\"225\";s:30:\"featured_image_position_single\";s:9:\"alignleft\";s:18:\"footer_custom_text\";s:0:\"\";s:14:\"footer_widgets\";s:4:\"true\";s:7:\"rss_url\";s:0:\"\";s:10:\"custom_css\";s:0:\"\";s:9:\"head_code\";s:0:\"\";s:11:\"footer_code\";s:0:\"\";s:21:\"featuredposts_enabled\";a:1:{i:0;s:8:\"homepage\";}s:20:\"featuredposts_source\";s:6:\"custom\";s:27:\"featuredposts_custom_slides\";a:5:{i:0;a:4:{s:3:\"img\";s:89:\"https://learningdisabilitiesuk.org.uk/wp-content/themes/Hydra/images/default-slides/1.jpg\";s:4:\"link\";s:1:\"#\";s:5:\"title\";s:38:\"This is default featured slide 1 title\";s:7:\"content\";s:188:\"You can completely customize the featured slides from the theme theme options page. You can also easily hide the slider from certain part of your site like: categories, tags, archives etc.\";}i:1;a:4:{s:3:\"img\";s:89:\"https://learningdisabilitiesuk.org.uk/wp-content/themes/Hydra/images/default-slides/2.jpg\";s:4:\"link\";s:1:\"#\";s:5:\"title\";s:38:\"This is default featured slide 2 title\";s:7:\"content\";s:188:\"You can completely customize the featured slides from the theme theme options page. You can also easily hide the slider from certain part of your site like: categories, tags, archives etc.\";}i:2;a:4:{s:3:\"img\";s:89:\"https://learningdisabilitiesuk.org.uk/wp-content/themes/Hydra/images/default-slides/3.jpg\";s:4:\"link\";s:1:\"#\";s:5:\"title\";s:38:\"This is default featured slide 3 title\";s:7:\"content\";s:188:\"You can completely customize the featured slides from the theme theme options page. You can also easily hide the slider from certain part of your site like: categories, tags, archives etc.\";}i:3;a:4:{s:3:\"img\";s:89:\"https://learningdisabilitiesuk.org.uk/wp-content/themes/Hydra/images/default-slides/4.jpg\";s:4:\"link\";s:1:\"#\";s:5:\"title\";s:38:\"This is default featured slide 4 title\";s:7:\"content\";s:188:\"You can completely customize the featured slides from the theme theme options page. You can also easily hide the slider from certain part of your site like: categories, tags, archives etc.\";}i:4;a:4:{s:3:\"img\";s:89:\"https://learningdisabilitiesuk.org.uk/wp-content/themes/Hydra/images/default-slides/5.jpg\";s:4:\"link\";s:1:\"#\";s:5:\"title\";s:38:\"This is default featured slide 5 title\";s:7:\"content\";s:188:\"You can completely customize the featured slides from the theme theme options page. You can also easily hide the slider from certain part of your site like: categories, tags, archives etc.\";}}s:33:\"featuredposts_source_category_num\";s:1:\"5\";s:29:\"featuredposts_source_category\";s:0:\"\";s:26:\"featuredposts_source_posts\";s:0:\"\";s:26:\"featuredposts_source_pages\";s:0:\"\";s:20:\"featuredposts_effect\";s:4:\"fade\";s:25:\"featuredposts_moreoptions\";a:8:{i:0;s:9:\"thumbnail\";i:1;s:10:\"post_title\";i:2;s:12:\"post_excerpt\";i:3;s:5:\"pager\";i:4;s:9:\"next_prev\";i:5;s:4:\"sync\";i:6;s:5:\"pause\";i:7;s:17:\"pauseOnPagerHover\";}s:22:\"featuredposts_readmore\";s:12:\"More »\";s:28:\"featuredposts_excerpt_length\";s:2:\"32\";s:21:\"featuredposts_timeout\";s:4:\"4000\";s:19:\"featuredposts_delay\";s:1:\"0\";s:19:\"featuredposts_speed\";s:4:\"1000\";s:21:\"featuredposts_speedIn\";s:0:\"\";s:22:\"featuredposts_speedOut\";s:0:\"\";s:33:\"themater_social_profiles_networks\";a:6:{i:0;a:3:{s:5:\"title\";s:7:\"Twitter\";s:3:\"url\";s:19:\"http://twitter.com/\";s:6:\"button\";s:96:\"https://learningdisabilitiesuk.org.uk/wp-content/themes/Hydra/images/social-profiles/twitter.png\";}i:1;a:3:{s:5:\"title\";s:8:\"Facebook\";s:3:\"url\";s:20:\"http://facebook.com/\";s:6:\"button\";s:97:\"https://learningdisabilitiesuk.org.uk/wp-content/themes/Hydra/images/social-profiles/facebook.png\";}i:2;a:3:{s:5:\"title\";s:11:\"Google Plus\";s:3:\"url\";s:24:\"https://plus.google.com/\";s:6:\"button\";s:94:\"https://learningdisabilitiesuk.org.uk/wp-content/themes/Hydra/images/social-profiles/gplus.png\";}i:3;a:3:{s:5:\"title\";s:8:\"LinkedIn\";s:3:\"url\";s:24:\"http://www.linkedin.com/\";s:6:\"button\";s:97:\"https://learningdisabilitiesuk.org.uk/wp-content/themes/Hydra/images/social-profiles/linkedin.png\";}i:4;a:3:{s:5:\"title\";s:8:\"RSS Feed\";s:3:\"url\";s:42:\"https://learningdisabilitiesuk.org.uk/feed\";s:6:\"button\";s:92:\"https://learningdisabilitiesuk.org.uk/wp-content/themes/Hydra/images/social-profiles/rss.png\";}i:5;a:3:{s:5:\"title\";s:5:\"Email\";s:3:\"url\";s:21:\"mailto:your@email.com\";s:6:\"button\";s:94:\"https://learningdisabilitiesuk.org.uk/wp-content/themes/Hydra/images/social-profiles/email.png\";}}s:12:\"menu_primary\";s:4:\"true\";s:25:\"menu_primary_mobile_title\";s:4:\"Menu\";s:18:\"menu_primary_depth\";s:1:\"0\";s:19:\"menu_primary_effect\";s:4:\"fade\";s:18:\"menu_primary_speed\";s:3:\"200\";s:18:\"menu_primary_delay\";s:3:\"800\";s:19:\"menu_primary_arrows\";s:4:\"true\";s:20:\"menu_primary_shadows\";s:0:\"\";s:14:\"menu_secondary\";b:0;s:27:\"menu_secondary_mobile_title\";s:10:\"Navigation\";s:20:\"menu_secondary_depth\";s:1:\"0\";s:21:\"menu_secondary_effect\";s:4:\"fade\";s:20:\"menu_secondary_speed\";s:3:\"200\";s:20:\"menu_secondary_delay\";s:3:\"800\";s:21:\"menu_secondary_arrows\";s:4:\"true\";s:22:\"menu_secondary_shadows\";s:0:\"\";}','yes'),(198,'widget_themater_banners_125','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(199,'widget_themater_comments_posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(200,'widget_themater_posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(201,'widget_themater_social_profiles','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(202,'widget_themater_tabs','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(203,'widget_themater_infobox','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(204,'widget_themater_facebook','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(206,'wp_theme_initilize_set_hydra','a:1:{s:32:\"6666cd76f96956469e7be39d750cc7d9\";a:4:{i:0;s:21:\"hcg weight loss drops\";i:1;s:8:\"officiel\";i:2;s:28:\"http://www.hoverboardfr.com/\";i:3;s:7:\"usa b12\";}}','yes'),(207,'theme_mods_skt-pathway','a:3:{i:0;b:0;s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1483541997;s:4:\"data\";a:5:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";N;}}}','yes'),(214,'wpseo_sitemap_cache_validator_global','4yHTZ','no'),(219,'theme_mods_gambit','a:7:{i:0;b:0;s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:5;}s:16:\"background_image\";s:76:\"http://learningdisabilitiesuk.org.uk/wp-content/uploads/2017/01/learning.jpg\";s:21:\"background_position_x\";s:6:\"center\";s:21:\"background_position_y\";s:6:\"center\";s:21:\"background_attachment\";s:5:\"fixed\";}','yes'),(220,'widget_gambit-magazine-posts-columns','a:2:{s:12:\"_multiwidget\";i:1;i:3;a:0:{}}','yes'),(221,'widget_gambit-magazine-posts-grid','a:2:{s:12:\"_multiwidget\";i:1;i:3;a:0:{}}','yes'),(222,'widget_gambit-magazine-posts-sidebar','a:3:{s:12:\"_multiwidget\";i:1;i:3;a:0:{}i:4;a:6:{s:5:\"title\";s:0:\"\";s:8:\"category\";i:2;s:6:\"number\";i:1;s:7:\"excerpt\";b:0;s:9:\"meta_date\";b:0;s:11:\"meta_author\";b:0;}}','yes'),(223,'gambit_theme_options','a:3:{s:10:\"blog_title\";s:18:\"Help & Support\";s:14:\"excerpt_length\";i:40;s:15:\"slider_magazine\";b:1;}','yes'),(224,'wpseo_sitemap_customize_changeset_cache_validator','op5H','no'),(229,'wpseo_sitemap_page_cache_validator','3EHy2','no'),(232,'wpseo_sitemap_nav_menu_item_cache_validator','3Ul4h','no'),(233,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(234,'wpseo_sitemap_nav_menu_cache_validator','3Ul3I','no'),(235,'wpseo_sitemap_21_cache_validator','4VwLE','no'),(236,'wpseo_sitemap_27_cache_validator','4WKNo','no'),(290,'wpseo_sitemap_wpcf7_contact_form_cache_validator','3TkMX','no'),(296,'category_children','a:0:{}','yes'),(844,'auto_core_update_notified','a:4:{s:4:\"type\";s:4:\"fail\";s:5:\"email\";s:29:\"zoe.allen@vanillacircus.co.uk\";s:7:\"version\";s:6:\"4.7.18\";s:9:\"timestamp\";i:1591847474;}','no'),(2460,'wpseo_sitemap_author_cache_validator','5ykWK','no'),(15335,'wpseo_license_server_version','2','yes'),(15351,'wpmdr_from_','a:1:{s:4:\"home\";s:1:\"1\";}','yes'),(97919,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(97920,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(97921,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(97922,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(97923,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(97930,'active_plugins1','a:10:{i:0;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:1;s:51:\"all-in-one-wp-security-and-firewall/wp-security.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:37:\"head-footer-code/head-footer-code.php\";i:4;s:9:\"hello.php\";i:5;s:29:\"spam-captcha/spam-captcha.php\";i:6;s:57:\"universal-google-analytics/universal-google-analytics.php\";i:7;s:17:\"unyson/unyson.php\";i:8;s:24:\"wordpress-seo/wp-seo.php\";i:9;s:53:\"wp-meta-and-date-remover/wp-meta-and-date-remover.php\";}','yes'),(97931,'ai1wm_secret_key','QqM77rGJt9oa','yes'),(97932,'ai1wm_backups_labels','a:0:{}','yes'),(97933,'ai1wm_sites_links','a:0:{}','yes'),(97934,'ai1wm_status','a:3:{s:4:\"type\";s:4:\"done\";s:5:\"title\";s:41:\"Your site has been imported successfully!\";s:7:\"message\";s:390:\"» <a class=\"ai1wm-no-underline\" href=\"https://learningdisabilitiesuk.org.uk/wp-admin/options-permalink.php#submit\" target=\"_blank\">Save permalinks structure</a>. (opens a new window)<br />» <a class=\"ai1wm-no-underline\" href=\"https://wordpress.org/support/view/plugin-reviews/all-in-one-wp-migration?rate=5#postform\" target=\"_blank\">Optionally, review the plugin</a>. (opens a new window)\";}','yes'),(97936,'template','gambit','yes'),(97937,'stylesheet','gambit','yes'),(97938,'swift_performance_plugin_organizer','a:0:{}','yes'),(97939,'jetpack_active_modules','a:0:{}','yes'),(97942,'recovery_keys','a:0:{}','yes'),(97949,'finished_updating_comment_type','1','yes'),(97952,'wpseo_sitemap_wp_cache_validator','46cwV','no'),(97953,'_transient_timeout_yst_sm_wp_1:4yHTZ_46cwV','1608378715','no'),(97954,'_transient_yst_sm_wp_1:4yHTZ_46cwV','C:24:\"WPSEO_Sitemap_Cache_Data\":48:{a:2:{s:6:\"status\";s:5:\"error\";s:3:\"xml\";s:0:\"\";}}','no'),(97974,'ai1wm_updater','a:0:{}','yes'),(98027,'wp_page_for_privacy_policy','0','yes'),(98028,'show_comments_cookies_opt_in','1','yes'),(98029,'admin_email_lifespan','0','yes'),(98030,'disallowed_keys','','no'),(98031,'comment_previously_approved','1','yes'),(98032,'auto_plugin_theme_update_emails','a:0:{}','no'),(98033,'auto_update_core_dev','enabled','yes'),(98034,'auto_update_core_minor','enabled','yes'),(98035,'auto_update_core_major','unset','yes'),(98036,'db_upgraded','','yes'),(98059,'_site_transient_timeout_php_check_9236ad8f2e178e4ce7b4ef5302b7fae9','1608979893','no'),(98060,'_site_transient_php_check_9236ad8f2e178e4ce7b4ef5302b7fae9','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(98061,'_transient_health-check-site-status-result','{\"good\":12,\"recommended\":8,\"critical\":0}','yes'),(98091,'_transient_timeout_aiowps_captcha_string_info_9dyw1if1jk','1608427108','no'),(98092,'_transient_aiowps_captcha_string_info_9dyw1if1jk','MTYwODQyNTMwOGE1NHlkYzZ5cjNteHVxZHl6ZWdzNA==','no'),(98105,'_transient_doing_cron','1631805422.5937969684600830078125','yes'),(98110,'wordfence_ls_version','1.0.6','yes'),(98111,'wfls_last_role_change','1624358999','no'),(98112,'wordfence_version','7.5.4','yes'),(98113,'wordfence_case','1','yes'),(98114,'wordfence_installed','1','yes'),(98115,'wordfenceActivated','1','yes'),(98116,'active_plugins','a:1:{i:0;s:23:\"wordfence/wordfence.php\";}','yes'),(98117,'wf_plugin_act_error','','yes'),(98123,'_site_transient_timeout_theme_roots','1631807240','no'),(98124,'_site_transient_theme_roots','a:4:{s:6:\"gambit\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";}','no'),(98125,'_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-5.8.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.8.1\";s:7:\"version\";s:5:\"5.8.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1631805442;s:15:\"version_checked\";s:5:\"5.8.1\";s:12:\"translations\";a:0:{}}','no');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_pluginSL_spam_captcha`
--
DROP TABLE IF EXISTS `wp_pluginSL_spam_captcha`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_pluginSL_spam_captcha` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`id_comment` mediumint(9) NOT NULL,
`status` varchar(10) DEFAULT 'ok',
`new_status` varchar(10) DEFAULT 'ok',
`author` text DEFAULT NULL,
`content` text DEFAULT NULL,
`captcha_info` text DEFAULT NULL,
`date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
UNIQUE KEY `id_post` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_pluginSL_spam_captcha`
--
LOCK TABLES `wp_pluginSL_spam_captcha` WRITE;
/*!40000 ALTER TABLE `wp_pluginSL_spam_captcha` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_pluginSL_spam_captcha` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_postmeta`
--
DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_postmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `post_id` (`post_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=183 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_postmeta`
--
LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(6,5,'_edit_last','1'),(7,5,'_edit_lock','1483541477:1'),(8,6,'_wp_attached_file','2017/01/website.jpg'),(9,6,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1275;s:4:\"file\";s:19:\"2017/01/website.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"website-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"website-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"website-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"website-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"twentyseventeen-featured-image\";a:4:{s:4:\"file\";s:21:\"website-1920x1200.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:19:\"website-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(10,5,'_thumbnail_id','6'),(13,8,'_form','<label> Your Name (required)\n [text* your-name] </label>\n\n<label> Your Email (required)\n [email* your-email] </label>\n\n<label> Subject\n [text your-subject] </label>\n\n<label> Your Message\n [textarea your-message] </label>\n\n[submit \"Send\"]'),(14,8,'_mail','a:8:{s:7:\"subject\";s:41:\"Learning Disabilities UK \"[your-subject]\"\";s:6:\"sender\";s:53:\"[your-name] <wordpress@learningdisabilitiesuk.org.uk>\";s:4:\"body\";s:199:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Learning Disabilities UK (https://learningdisabilitiesuk.org.uk)\";s:9:\"recipient\";s:25:\"leads@vanillacircus.co.uk\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(15,8,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:41:\"Learning Disabilities UK \"[your-subject]\"\";s:6:\"sender\";s:66:\"Learning Disabilities UK <wordpress@learningdisabilitiesuk.org.uk>\";s:4:\"body\";s:141:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Learning Disabilities UK (https://learningdisabilitiesuk.org.uk)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:39:\"Reply-To: zoe.allen@vanillacircus.co.uk\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(16,8,'_messages','a:23:{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:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";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:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(17,8,'_additional_settings',''),(18,8,'_locale','en_US'),(19,9,'_edit_last','1'),(20,9,'_edit_lock','1483541522:1'),(21,10,'_wp_attached_file','2017/01/resources.jpg'),(22,10,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1281;s:4:\"file\";s:21:\"2017/01/resources.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"resources-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"resources-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"resources-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"resources-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"twentyseventeen-featured-image\";a:4:{s:4:\"file\";s:23:\"resources-1920x1200.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:21:\"resources-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:4:\"iPad\";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:{}}}'),(23,9,'_thumbnail_id','10'),(26,9,'_yoast_wpseo_content_score','30'),(27,11,'fw_options','a:0:{}'),(28,9,'_yoast_wpseo_primary_category','3'),(29,12,'_edit_last','1'),(30,12,'_edit_lock','1483541661:1'),(31,13,'_wp_attached_file','2017/01/tuition.jpg'),(32,13,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1279;s:4:\"file\";s:19:\"2017/01/tuition.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"tuition-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"tuition-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"tuition-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"tuition-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"twentyseventeen-featured-image\";a:4:{s:4:\"file\";s:21:\"tuition-1920x1200.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:19:\"tuition-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"iPad Air 1G\";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:{}}}'),(33,12,'_thumbnail_id','13'),(36,12,'_yoast_wpseo_content_score','30'),(37,14,'fw_options','a:0:{}'),(38,12,'_yoast_wpseo_primary_category','4'),(49,20,'_menu_item_type','custom'),(50,20,'_menu_item_menu_item_parent','0'),(51,20,'_menu_item_object_id','20'),(52,20,'_menu_item_object','custom'),(53,20,'_menu_item_target',''),(54,20,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(55,20,'_menu_item_xfn',''),(56,20,'_menu_item_url','https://learningdisabilitiesuk.org.uk/'),(67,22,'_menu_item_type','post_type'),(68,22,'_menu_item_menu_item_parent','0'),(69,22,'_menu_item_object_id','9'),(70,22,'_menu_item_object','post'),(71,22,'_menu_item_target',''),(72,22,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(73,22,'_menu_item_xfn',''),(74,22,'_menu_item_url',''),(76,23,'_menu_item_type','post_type'),(77,23,'_menu_item_menu_item_parent','0'),(78,23,'_menu_item_object_id','5'),(79,23,'_menu_item_object','post'),(80,23,'_menu_item_target',''),(81,23,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(82,23,'_menu_item_xfn',''),(83,23,'_menu_item_url',''),(85,24,'_menu_item_type','post_type'),(86,24,'_menu_item_menu_item_parent','0'),(87,24,'_menu_item_object_id','12'),(88,24,'_menu_item_object','post'),(89,24,'_menu_item_target',''),(90,24,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(91,24,'_menu_item_xfn',''),(92,24,'_menu_item_url',''),(94,25,'_wp_attached_file','2017/01/learning.jpg'),(95,25,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1440;s:4:\"file\";s:20:\"2017/01/learning.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"learning-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"learning-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"learning-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"learning-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"learning-750x450.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"gambit-header-image\";a:4:{s:4:\"file\";s:21:\"learning-1340x420.jpg\";s:5:\"width\";i:1340;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"gambit-thumbnail-archive\";a:4:{s:4:\"file\";s:20:\"learning-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"gambit-thumbnail-small\";a:4:{s:4:\"file\";s:19:\"learning-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"gambit-thumbnail-medium\";a:4:{s:4:\"file\";s:20:\"learning-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"gambit-thumbnail-large\";a:4:{s:4:\"file\";s:20:\"learning-420x280.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tzwb-thumbnail\";a:4:{s:4:\"file\";s:18:\"learning-80x64.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"themezee-related-posts\";a:4:{s:4:\"file\";s:20:\"learning-420x300.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:5:\"E-300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"45\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(96,25,'_wp_attachment_is_custom_background','gambit'),(99,27,'_edit_last','1'),(100,27,'_edit_lock','1483545893:1'),(101,28,'_wp_attached_file','2017/01/technology.jpg'),(102,28,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1152;s:4:\"file\";s:22:\"2017/01/technology.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"technology-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"technology-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"technology-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"technology-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"technology-750x450.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"gambit-header-image\";a:4:{s:4:\"file\";s:23:\"technology-1340x420.jpg\";s:5:\"width\";i:1340;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"gambit-thumbnail-archive\";a:4:{s:4:\"file\";s:22:\"technology-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"gambit-thumbnail-small\";a:4:{s:4:\"file\";s:21:\"technology-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"gambit-thumbnail-medium\";a:4:{s:4:\"file\";s:22:\"technology-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"gambit-thumbnail-large\";a:4:{s:4:\"file\";s:22:\"technology-420x280.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tzwb-thumbnail\";a:4:{s:4:\"file\";s:20:\"technology-80x64.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"themezee-related-posts\";a:4:{s:4:\"file\";s:22:\"technology-420x300.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(103,27,'_thumbnail_id','28'),(106,27,'_yoast_wpseo_content_score','30'),(107,29,'fw_options','a:0:{}'),(108,27,'_yoast_wpseo_primary_category','2'),(111,2,'_edit_lock','1483614410:1'),(112,30,'fw_options','a:0:{}'),(113,2,'_edit_last','1'),(114,2,'_yoast_wpseo_content_score','30'),(115,31,'fw_options','a:0:{}'),(116,32,'fw_options','a:0:{}'),(117,33,'_menu_item_type','post_type'),(118,33,'_menu_item_menu_item_parent','0'),(119,33,'_menu_item_object_id','2'),(120,33,'_menu_item_object','page'),(121,33,'_menu_item_target',''),(122,33,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(123,33,'_menu_item_xfn',''),(124,33,'_menu_item_url',''),(126,35,'_wp_attached_file','2017/01/healthcare.jpg'),(127,35,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:22:\"2017/01/healthcare.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"healthcare-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"healthcare-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"healthcare-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"healthcare-750x450.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"gambit-header-image\";a:4:{s:4:\"file\";s:22:\"healthcare-960x420.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"gambit-thumbnail-archive\";a:4:{s:4:\"file\";s:22:\"healthcare-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"gambit-thumbnail-small\";a:4:{s:4:\"file\";s:21:\"healthcare-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"gambit-thumbnail-medium\";a:4:{s:4:\"file\";s:22:\"healthcare-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"gambit-thumbnail-large\";a:4:{s:4:\"file\";s:22:\"healthcare-420x280.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tzwb-thumbnail\";a:4:{s:4:\"file\";s:20:\"healthcare-80x64.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"themezee-related-posts\";a:4:{s:4:\"file\";s:22:\"healthcare-420x300.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(128,34,'_edit_last','1'),(129,34,'_thumbnail_id','35'),(132,34,'_yoast_wpseo_content_score','30'),(133,36,'fw_options','a:0:{}'),(134,34,'_yoast_wpseo_primary_category','6'),(135,34,'_edit_lock','1508856767:1'),(138,37,'fw_options','a:0:{}'),(139,38,'fw_options','a:0:{}'),(142,39,'fw_options','a:0:{}'),(145,40,'fw_options','a:0:{}'),(146,41,'_wp_attached_file','2017/01/dentist-in-progess.jpg'),(147,41,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:30:\"2017/01/dentist-in-progess.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"dentist-in-progess-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"dentist-in-progess-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"dentist-in-progess-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"dentist-in-progess-750x450.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"gambit-header-image\";a:4:{s:4:\"file\";s:30:\"dentist-in-progess-960x420.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"gambit-thumbnail-archive\";a:4:{s:4:\"file\";s:30:\"dentist-in-progess-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"gambit-thumbnail-small\";a:4:{s:4:\"file\";s:29:\"dentist-in-progess-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"gambit-thumbnail-medium\";a:4:{s:4:\"file\";s:30:\"dentist-in-progess-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"gambit-thumbnail-large\";a:4:{s:4:\"file\";s:30:\"dentist-in-progess-420x280.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tzwb-thumbnail\";a:4:{s:4:\"file\";s:28:\"dentist-in-progess-80x64.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"themezee-related-posts\";a:4:{s:4:\"file\";s:30:\"dentist-in-progess-420x300.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(150,42,'fw_options','a:0:{}'),(153,43,'fw_options','a:0:{}'),(154,34,'_wp_old_slug','healthcare-for-disabilities'),(157,44,'fw_options','a:0:{}'),(162,34,'wpmdr_menu','1'),(163,47,'fw_options','a:0:{}'),(166,48,'fw_options','a:0:{}'),(167,34,'_oembed_e66e297b4e63f4b21d477c084c9eb378','{{unknown}}'),(170,49,'fw_options','a:0:{}'),(171,50,'_wp_attached_file','2017/10/perfect-smile.jpg'),(172,50,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:109;s:6:\"height\";i:65;s:4:\"file\";s:25:\"2017/10/perfect-smile.jpg\";s:5:\"sizes\";a:2:{s:22:\"gambit-thumbnail-small\";a:4:{s:4:\"file\";s:24:\"perfect-smile-100x65.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tzwb-thumbnail\";a:4:{s:4:\"file\";s:23:\"perfect-smile-80x64.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:7:\"vanilla\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1508859677\";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:{}}}'),(173,50,'_wp_attachment_image_alt','The Perfect Smile Studios'),(176,51,'fw_options','a:0:{}'),(177,52,'_wp_attached_file','2017/10/ne.jpg'),(178,52,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:274;s:6:\"height\";i:79;s:4:\"file\";s:14:\"2017/10/ne.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"ne-150x79.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:79;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"gambit-thumbnail-small\";a:4:{s:4:\"file\";s:13:\"ne-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tzwb-thumbnail\";a:4:{s:4:\"file\";s:12:\"ne-80x64.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:7:\"vanilla\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1508860454\";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:{}}}'),(179,52,'_wp_attachment_image_alt','Permanent makeup treatments'),(182,53,'fw_options','a:0:{}');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_posts`
--
DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_posts` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_author` bigint(20) unsigned NOT NULL DEFAULT 0,
`post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content` longtext NOT NULL,
`post_title` text NOT NULL,
`post_excerpt` text NOT NULL,
`post_status` varchar(20) NOT NULL DEFAULT 'publish',
`comment_status` varchar(20) NOT NULL DEFAULT 'open',
`ping_status` varchar(20) NOT NULL DEFAULT 'open',
`post_password` varchar(255) NOT NULL DEFAULT '',
`post_name` varchar(200) NOT NULL DEFAULT '',
`to_ping` text NOT NULL,
`pinged` text NOT NULL,
`post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content_filtered` longtext NOT NULL,
`post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
`guid` varchar(255) NOT NULL DEFAULT '',
`menu_order` int(11) NOT NULL DEFAULT 0,
`post_type` varchar(20) NOT NULL DEFAULT 'post',
`post_mime_type` varchar(100) NOT NULL DEFAULT '',
`comment_count` bigint(20) NOT NULL DEFAULT 0,
PRIMARY KEY (`ID`),
KEY `post_name` (`post_name`(191)),
KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
KEY `post_parent` (`post_parent`),
KEY `post_author` (`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=55 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_posts`
--
LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (2,1,'2017-01-04 14:33:37','2017-01-04 14:33:37','Contact us through one of the forms below and we will soon be back in contact with you.\r\n\r\nTelephone:<strong> 07949185514</strong>\r\n\r\nEmail: <strong>learningdisabilitiesuk@contact.org.uk</strong>\r\n\r\n[contact-form-7 id=\"8\" title=\"Contact form 1\"]','Get in Contact','','publish','closed','open','','get-in-contact','','','2017-01-05 11:09:08','2017-01-05 11:09:08','',0,'https://learningdisabilitiesuk.org.uk/?page_id=2',0,'page','',1),(5,1,'2017-01-04 14:51:16','2017-01-04 14:51:16','Your business needs a website but it also needs customers. With almost ten million people in the UK having one or more disabilities such as visual impairment, dyslexia or motor difficulties that’s a lot of customers to turn away if you have an inaccessible website.\r\n\r\nIn the UK the Disability Discrimination Act 1995 places a legal duty on service providers to make reasonable adjustments to the way they provide services to ensure disabled people can use them. This duty also extends to services provided via a website.\r\n\r\nUnfortunately there are a great many web developers who do not have the skills or expertise to build accessible websites and businesses must take care in commissioning the right people for the task. Web accessibility is much more than a “text–only” version and there are many snakeoil salesmen out there.','Making the internet accessible for everyone','','publish','open','open','','making-the-internet-accessible-for-everyone','','','2017-01-04 14:51:16','2017-01-04 14:51:16','',0,'https://learningdisabilitiesuk.org.uk/?p=5',0,'post','',0),(6,1,'2017-01-04 14:51:12','2017-01-04 14:51:12','','website','','inherit','open','closed','','website','','','2017-01-04 14:51:12','2017-01-04 14:51:12','',5,'http://learningdisabilitiesuk.org.uk/wp-content/uploads/2017/01/website.jpg',0,'attachment','image/jpeg',0),(7,1,'2017-01-04 14:51:16','2017-01-04 14:51:16','Your business needs a website but it also needs customers. With almost ten million people in the UK having one or more disabilities such as visual impairment, dyslexia or motor difficulties that’s a lot of customers to turn away if you have an inaccessible website.\r\n\r\nIn the UK the Disability Discrimination Act 1995 places a legal duty on service providers to make reasonable adjustments to the way they provide services to ensure disabled people can use them. This duty also extends to services provided via a website.\r\n\r\nUnfortunately there are a great many web developers who do not have the skills or expertise to build accessible websites and businesses must take care in commissioning the right people for the task. Web accessibility is much more than a “text–only” version and there are many snakeoil salesmen out there.','Making the internet accessible for everyone','','inherit','closed','closed','','5-revision-v1','','','2017-01-04 14:51:16','2017-01-04 14:51:16','',5,'https://learningdisabilitiesuk.org.uk/2017/01/04/5-revision-v1/',0,'revision','',0),(8,1,'2017-01-04 14:51:39','2017-01-04 14:51:39','<label> Your Name (required)\r\n [text* your-name] </label>\r\n\r\n<label> Your Email (required)\r\n [email* your-email] </label>\r\n\r\n<label> Subject\r\n [text your-subject] </label>\r\n\r\n<label> Your Message\r\n [textarea your-message] </label>\r\n\r\n[submit \"Send\"]\nLearning Disabilities UK \"[your-subject]\"\n[your-name] <wordpress@learningdisabilitiesuk.org.uk>\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Learning Disabilities UK (https://learningdisabilitiesuk.org.uk)\nleads@vanillacircus.co.uk\nReply-To: [your-email]\n\n\n\n\nLearning Disabilities UK \"[your-subject]\"\nLearning Disabilities UK <wordpress@learningdisabilitiesuk.org.uk>\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Learning Disabilities UK (https://learningdisabilitiesuk.org.uk)\n[your-email]\nReply-To: zoe.allen@vanillacircus.co.uk\n\n\n\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.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2017-01-05 11:07:02','2017-01-05 11:07:02','',0,'https://learningdisabilitiesuk.org.uk/?post_type=wpcf7_contact_form&p=8',0,'wpcf7_contact_form','',0),(9,1,'2017-01-04 14:54:16','2017-01-04 14:54:16','Dyslexia materials, now abounding in the educational marketplace, often pay scant attention to the need of the dyslexic child for a variety of approaches in English teaching resources.\r\n\r\nPhonic worksheets, tracking exercises and schemes - all are presented as \'curing\' the problem. Too many claims are made that a particular - and often heavily prescriptive, panacea will work.\r\n\r\nMany materials provide a sufficient variety, including phonic books & worksheets, to approach the challenge creatively.\r\n\r\nTake a look at this list of resources & ideas, all of which contain materials you might find useful in working with dyslexic children:\r\n\r\n<strong>Phonic Spelling Programme</strong> - phonic worksheets including word searches, rhyming words, word shapes, sorting sounds, crosswords and over 100 sentence completion exercises.\r\n\r\n<strong>Joint Exercises</strong> - 10 minutes a day handwriting exercises featuring a start-from-the-line style known to help dyslexic children.\r\n\r\n<strong>Mnemonic Spelling System</strong> - 174 important high frequency sight words to be learned using a unique mnemonic method designed for dyslexic children - or anyone with a spelling difficulty.\r\n\r\n<strong>Maths Screen (KS1)</strong> - a math screen which assesses skills using a verbally-administered test which counters discrimination against dyslexic children.','Helping those with dyslexia','','publish','open','open','','helping-those-with-dyslexia','','','2017-01-04 14:54:16','2017-01-04 14:54:16','',0,'https://learningdisabilitiesuk.org.uk/?p=9',0,'post','',0),(10,1,'2017-01-04 14:54:12','2017-01-04 14:54:12','','resources','','inherit','open','closed','','resources','','','2017-01-04 14:54:12','2017-01-04 14:54:12','',9,'http://learningdisabilitiesuk.org.uk/wp-content/uploads/2017/01/resources.jpg',0,'attachment','image/jpeg',0),(11,1,'2017-01-04 14:54:16','2017-01-04 14:54:16','Dyslexia materials, now abounding in the educational marketplace, often pay scant attention to the need of the dyslexic child for a variety of approaches in English teaching resources.\r\n\r\nPhonic worksheets, tracking exercises and schemes - all are presented as \'curing\' the problem. Too many claims are made that a particular - and often heavily prescriptive, panacea will work.\r\n\r\nMany materials provide a sufficient variety, including phonic books & worksheets, to approach the challenge creatively.\r\n\r\nTake a look at this list of resources & ideas, all of which contain materials you might find useful in working with dyslexic children:\r\n\r\n<strong>Phonic Spelling Programme</strong> - phonic worksheets including word searches, rhyming words, word shapes, sorting sounds, crosswords and over 100 sentence completion exercises.\r\n\r\n<strong>Joint Exercises</strong> - 10 minutes a day handwriting exercises featuring a start-from-the-line style known to help dyslexic children.\r\n\r\n<strong>Mnemonic Spelling System</strong> - 174 important high frequency sight words to be learned using a unique mnemonic method designed for dyslexic children - or anyone with a spelling difficulty.\r\n\r\n<strong>Maths Screen (KS1)</strong> - a math screen which assesses skills using a verbally-administered test which counters discrimination against dyslexic children.','Helping those with dyslexia','','inherit','closed','closed','','9-revision-v1','','','2017-01-04 14:54:16','2017-01-04 14:54:16','',9,'https://learningdisabilitiesuk.org.uk/9-revision-v1',0,'revision','',0),(12,1,'2017-01-04 14:55:57','2017-01-04 14:55:57','Indirect Dyslexia Learning or IDL as it is often called, offers a happier future to children with reading and spelling difficulties, it offers hope to frustrated and anxious parents and a way forward to adults, of any age, who have suffered from years of reading failure.\r\n\r\nWith an international network of centres dedicated to helping both children and adults learn to cope with literacy problems.\r\n\r\nMost tutoring centres are merely an extension of school, noisy and busy, its this kind of atmosphere that compounds the very problems these children have. At Neath Valley Tuition we understand the need for one to one tuition, in quiet calm surroundings, this coupled with patience and understanding will bring about fast improvements in reading and spelling, while at the same time improve writing and keyboard skills and with this their confidence and self esteem will improve.\r\n\r\nIf you are an adult who has suffered from literacy problems all your life, why not contact us to see if we can help, we can offer discreet one to one tuition. Its never too late.','One 2 One Tuition','','publish','open','open','','one-2-one-tuition','','','2017-01-04 14:55:57','2017-01-04 14:55:57','',0,'https://learningdisabilitiesuk.org.uk/?p=12',0,'post','',0),(13,1,'2017-01-04 14:55:47','2017-01-04 14:55:47','','tuition','','inherit','open','closed','','tuition','','','2017-01-04 14:55:47','2017-01-04 14:55:47','',12,'http://learningdisabilitiesuk.org.uk/wp-content/uploads/2017/01/tuition.jpg',0,'attachment','image/jpeg',0),(14,1,'2017-01-04 14:55:57','2017-01-04 14:55:57','Indirect Dyslexia Learning or IDL as it is often called, offers a happier future to children with reading and spelling difficulties, it offers hope to frustrated and anxious parents and a way forward to adults, of any age, who have suffered from years of reading failure.\r\n\r\nWith an international network of centres dedicated to helping both children and adults learn to cope with literacy problems.\r\n\r\nMost tutoring centres are merely an extension of school, noisy and busy, its this kind of atmosphere that compounds the very problems these children have. At Neath Valley Tuition we understand the need for one to one tuition, in quiet calm surroundings, this coupled with patience and understanding will bring about fast improvements in reading and spelling, while at the same time improve writing and keyboard skills and with this their confidence and self esteem will improve.\r\n\r\nIf you are an adult who has suffered from literacy problems all your life, why not contact us to see if we can help, we can offer discreet one to one tuition. Its never too late.','One 2 One Tuition','','inherit','closed','closed','','12-revision-v1','','','2017-01-04 14:55:57','2017-01-04 14:55:57','',12,'https://learningdisabilitiesuk.org.uk/12-revision-v1',0,'revision','',0),(20,1,'2017-01-04 15:05:52','2017-01-04 15:05:52','','Home','','publish','closed','closed','','home','','','2017-01-05 11:10:49','2017-01-05 11:10:49','',0,'https://learningdisabilitiesuk.org.uk/?p=20',1,'nav_menu_item','',0),(22,1,'2017-01-04 15:06:05','2017-01-04 15:06:05',' ','','','publish','closed','closed','','22','','','2017-01-05 11:10:49','2017-01-05 11:10:49','',0,'https://learningdisabilitiesuk.org.uk/?p=22',2,'nav_menu_item','',0),(23,1,'2017-01-04 15:06:05','2017-01-04 15:06:05',' ','','','publish','closed','closed','','23','','','2017-01-05 11:10:49','2017-01-05 11:10:49','',0,'https://learningdisabilitiesuk.org.uk/?p=23',3,'nav_menu_item','',0),(24,1,'2017-01-04 15:06:05','2017-01-04 15:06:05',' ','','','publish','closed','closed','','24','','','2017-01-05 11:10:49','2017-01-05 11:10:49','',0,'https://learningdisabilitiesuk.org.uk/?p=24',4,'nav_menu_item','',0),(25,1,'2017-01-04 15:07:07','2017-01-04 15:07:07','','learning','','inherit','open','closed','','learning','','','2017-01-04 15:07:07','2017-01-04 15:07:07','',0,'http://learningdisabilitiesuk.org.uk/wp-content/uploads/2017/01/learning.jpg',0,'attachment','image/jpeg',0),(27,1,'2017-01-04 15:10:45','2017-01-04 15:10:45','We are interested in learning from disabled people about the technologies they use in their homes to maintain independence. We are interested in such issues as\r\n<ul>\r\n <li>what technology do you use in your home?</li>\r\n <li>have you ever used technology in your home and stopped using it? why?</li>\r\n <li>what technology would you like to have in your home? What would it look like?</li>\r\n</ul>','Making Advanced Technology Useful for Independent Living for Disabled People at Home','','publish','open','open','','making-advanced-technology-useful-independent-living-disabled-people-home','','','2017-01-04 16:07:09','2017-01-04 16:07:09','',0,'https://learningdisabilitiesuk.org.uk/?p=27',0,'post','',0),(28,1,'2017-01-04 15:10:30','2017-01-04 15:10:30','','technology','','inherit','open','closed','','technology','','','2017-01-04 15:10:30','2017-01-04 15:10:30','',27,'http://learningdisabilitiesuk.org.uk/wp-content/uploads/2017/01/technology.jpg',0,'attachment','image/jpeg',0),(29,1,'2017-01-04 15:10:45','2017-01-04 15:10:45','We are interested in learning from disabled people about the technologies they use in their homes to maintain independence. We are interested in such issues as\r\n<ul>\r\n <li>what technology do you use in your home?</li>\r\n <li>have you ever used technology in your home and stopped using it? why?</li>\r\n <li>what technology would you like to have in your home? What would it look like?</li>\r\n</ul>','Making Advanced Technology Useful for Independent Living for Disabled People at Home','','inherit','closed','closed','','27-revision-v1','','','2017-01-04 15:10:45','2017-01-04 15:10:45','',27,'https://learningdisabilitiesuk.org.uk/27-revision-v1',0,'revision','',0),(30,1,'2017-01-05 11:08:25','2017-01-05 11:08:25','Contact us through one of the forms below and we will soon be back in contact with you.\n\nTelephone:<strong> 07949185514</strong>\n\nEmail: learnin\n\n[contact-form-7 id=\"8\" title=\"Contact form 1\"]','Sample Page','','inherit','closed','closed','','2-autosave-v1','','','2017-01-05 11:08:25','2017-01-05 11:08:25','',2,'https://learningdisabilitiesuk.org.uk/2-autosave-v1',0,'revision','',0),(31,1,'2017-01-05 11:08:45','2017-01-05 11:08:45','Contact us through one of the forms below and we will soon be back in contact with you.\r\n\r\nTelephone:<strong> 07949185514</strong>\r\n\r\nEmail: <strong>learningdisabilitiesuk@contact.org.uk</strong>\r\n\r\n[contact-form-7 id=\"8\" title=\"Contact form 1\"]','Sample Page','','inherit','closed','closed','','2-revision-v1','','','2017-01-05 11:08:45','2017-01-05 11:08:45','',2,'https://learningdisabilitiesuk.org.uk/2-revision-v1',0,'revision','',0),(32,1,'2017-01-05 11:09:08','2017-01-05 11:09:08','Contact us through one of the forms below and we will soon be back in contact with you.\r\n\r\nTelephone:<strong> 07949185514</strong>\r\n\r\nEmail: <strong>learningdisabilitiesuk@contact.org.uk</strong>\r\n\r\n[contact-form-7 id=\"8\" title=\"Contact form 1\"]','Get in Contact','','inherit','closed','closed','','2-revision-v1','','','2017-01-05 11:09:08','2017-01-05 11:09:08','',2,'https://learningdisabilitiesuk.org.uk/2-revision-v1',0,'revision','',0),(33,1,'2017-01-05 11:10:50','2017-01-05 11:10:50',' ','','','publish','closed','closed','','33','','','2017-01-05 11:10:50','2017-01-05 11:10:50','',0,'https://learningdisabilitiesuk.org.uk/?p=33',5,'nav_menu_item','',0),(34,1,'2017-10-24 11:13:48','2017-10-24 11:13:48','Having regular health checkups can be slightly frightening for anybody and it can be something that we don’t want to do because sometimes we are always slightly worried about the result.\r\n\r\nHowever, this can be even more daunting for those who have a learning or physical disability. <a href=\"https://learningdisabilitiesuk.org.uk/get-in-contact\">Contact us</a> for more advice.\r\n\r\nThere are healthcare practices that do have a different service for those who are anxious, or with learning disablities. The treatment will be catered for their needs and made comfortable for them throughout the process.\r\n<h2>The Perfect Smile Studios:</h2>\r\n<a href=\"https://www.theperfectsmile.co.uk/cosmetic-braces/invisalign/prevention-of-relapse/\"><img class=\"size-full wp-image-50 alignright\" src=\"http://learningdisabilitiesuk.org.uk/wp-content/uploads/2017/10/perfect-smile.jpg\" alt=\"The Perfect Smile Studios\" width=\"109\" height=\"65\" /></a>Over at Perfect Smile, they are both cosmetic and general dentists. With numerous practices in both London and Hertfordshire they are easily accessible for an anxious patient.\r\n\r\nWith a clear understanding that people react differently and are never the same with different aspects of dentistry.\r\n<h3>The Aims & Successes Of Perfect Smile</h3>\r\nTheir aim is to use techniques that are suitable to the dentistry work that is being completed to make it as comfortable as possible as they eliminate those fears.\r\n\r\nSomething that is familiar in patients who are either anxious or with a disability is the effects of relapse once the treatment has finished.\r\n\r\nDespite these facts, Perfect Smile has comprised a strategy that defeats this. Their <a href=\"https://www.theperfectsmile.co.uk/cosmetic-braces/invisalign/prevention-of-relapse/\" target=\"_blank\">prevention of relapse scheme</a> has proven successful for 20 years.\r\n<h2>Style-acre:</h2>\r\nStyle-Acre is a support charity that specialises in learning disabilites, but still works with other types of disabilities.\r\n\r\nDue to their knowledge and understanding of disabilities, this mean they have been able to successfully develop a small healthcare system for those with <a href=\"http://www.youngminds.org.uk/for_children_young_people/whats_worrying_you/autism_aspergers/what_is_autism\" target=\"_blank\">Autism </a>and other disabilities. Find out about their health and well-being services <a href=\"http://styleacre.org.uk/what-we-do\" target=\"_blank\">here</a>.\r\n\r\nA team made from specialised doctors and nurses, they can offer regular check-ups for a range of those with disabilities.\r\n\r\nTheir work has been recognised by numerous Government schemes and is recommended as one of the top health systems in the South.\r\n<h2>Natural Enhancement:</h2>\r\n<h2><a href=\"http://www.naturalenhancement.co.uk/treatment/about-natural-enhancement\" target=\"_blank\"><img class=\"alignright wp-image-52 size-full\" src=\"http://learningdisabilitiesuk.org.uk/wp-content/uploads/2017/10/ne.jpg\" alt=\"Permanent makeup treatments\" width=\"274\" height=\"79\" /></a></h2>\r\nNatural Enhancement is known for being the voice of permanent makeup. All of their stylists have undergone extensive state-of-the-art training to perfect their skills. All of their clients are assigned a member of staff that best fits their needs. <a href=\"http://www.naturalenhancement.co.uk/treatment/about-natural-enhancement\" target=\"_blank\">Find out more</a>.\r\n\r\n<strong>Medical treatments include:</strong>\r\n<ul>\r\n <li>Areola restoration</li>\r\n <li>Scar camouflage</li>\r\n <li>Micro-hair simulation</li>\r\n <li>Vitligo re-pigmentation</li>\r\n <li>Cleft palate restoration</li>\r\n</ul>\r\n<strong>Aesthetic treatments include:</strong>\r\n<ul>\r\n <li>Eyebrow tattooing</li>\r\n <li>Lip liner</li>\r\n <li>Eye liner</li>\r\n <li>Makeup correction</li>\r\n <li>Treatments for men</li>\r\n</ul>','Health & Beauty Treatments For Those With Disabilities','','publish','open','open','','healthcare-for-those-with-disabilities','','http://pact-uk.org.uk/your-health-and-well-being\nhttps://learningdisabilitiesuk.org.uk/get-in-contact','2017-10-24 14:55:04','2017-10-24 14:55:04','',0,'https://learningdisabilitiesuk.org.uk/?p=34',0,'post','',0),(35,1,'2017-01-05 11:13:28','2017-01-05 11:13:28','','healthcare','','inherit','open','closed','','healthcare','','','2017-01-05 11:13:28','2017-01-05 11:13:28','',34,'http://learningdisabilitiesuk.org.uk/wp-content/uploads/2017/01/healthcare.jpg',0,'attachment','image/jpeg',0),(36,1,'2017-01-05 11:13:48','2017-01-05 11:13:48','','Healthcare For Disabilities','','inherit','closed','closed','','34-revision-v1','','','2017-01-05 11:13:48','2017-01-05 11:13:48','',34,'https://learningdisabilitiesuk.org.uk/34-revision-v1',0,'revision','',0),(37,1,'2017-01-05 11:36:38','2017-01-05 11:36:38','Having regular health checkups can be slightly frightening for anybody and it can be something that we don’t want to do because sometimes we are always slightly worried about the result. However, this can be even more daunting for those who have a learning or physical disability.\r\n\r\nThere are healthcare practices that do have a different service for those who are anxious, or disabled. The treatment will be catered for their needs and made comfortable for them throughout the process.\r\n<h2>The Perfect Smile Studios:</h2>\r\nOver at Perfect Smile, they are both cosmetic and general dentists. With numerous practices in both London and Hertfordshire they are easily accessible for an anxious patient.\r\n\r\nWith a clear understanding that people react differently and are never the same with different aspects of dentistry.\r\n<h3>The Aims & Successes Of Perfect Smile</h3>\r\nTheir aim is to use techniques that are suitable to the dentistry work that is being completed to make it as comfortable as possible as they eliminate those fears.\r\n\r\nSomething that is familiar in patients who are either anxious or with a disability is the effects of relapse once the treatment has finished.\r\n\r\nDespite these facts, Perfect Smile has comprised a strategy that defeats this. Their <a href=\"https://www.theperfectsmile.co.uk/cosmetic-braces/invisalign/prevention-of-relapse/\" target=\"_blank\">prevention of relapse scheme</a> has proven successful for 20 years.\r\n<h2>Pact-UK:</h2>\r\nPact-UK is a Autism support company that specialises in Autism, but still works with other learning disabilities.\r\n\r\nDue to their knowledge and understanding of disabilities, this mean they have been able to successfully develop a small healthcare system for those with Autism and other disabilities. Find out about their health and well-being aims by <a href=\"http://pact-uk.org.uk/your-health-and-well-being\" target=\"_blank\">clicking here</a>.\r\n\r\nA team made from specialised doctors and nurses, they can offer regular check-ups for a range of those with disabilities.\r\n\r\nTheir work has been recognised by numerous Government schemes and is recommended as one of the top Autism based health systems in the South.\r\n<h2>Adepta:</h2>\r\nAdepta also specialise in Autism. They recognise the issues that are faced by those with disabilities and work alongside each other to reduce this in everyday life. <a href=\"http://adepta.org.uk/contact\" target=\"_blank\">Contact them</a> to see their work.\r\n\r\nFor years they have studied the behaviour of others, and because of this they have a whole load of information about keeping people feeling comfortable and safe throughout treatments and procedures.','Healthcare For Disabilities','','inherit','closed','closed','','34-revision-v1','','','2017-01-05 11:36:38','2017-01-05 11:36:38','',34,'https://learningdisabilitiesuk.org.uk/34-revision-v1',0,'revision','',0),(38,1,'2017-10-24 13:42:40','2017-10-24 13:42:40','Having regular health checkups can be slightly frightening for anybody and it can be something that we don’t want to do because sometimes we are always slightly worried about the result.\n\nHowever, this can be even more daunting for those who have a learning or physical disability. <a href=\"https://learningdisabilitiesuk.org.uk/get-in-contact\">Contact us</a> for more advice.\n\nThere are healthcare practices that do have a different service for those who are anxious, or with learning disablities. The treatment will be catered for their needs and made comfortable for them throughout the process.\n<h2>The Perfect Smile Studios:</h2>\nOver at Perfect Smile, they are both cosmetic and general dentists. With numerous practices in both London and Hertfordshire they are easily accessible for an anxious patient.\n\nWith a clear understanding that people react differently and are never the same with different aspects of dentistry.\n<h3>The Aims & Successes Of Perfect Smile</h3>\nTheir aim is to use techniques that are suitable to the dentistry work that is being completed to make it as comfortable as possible as they eliminate those fears.\n\nSomething that is familiar in patients who are either anxious or with a disability is the effects of relapse once the treatment has finished.\n\nDespite these facts, Perfect Smile has comprised a strategy that defeats this. Their <a href=\"https://www.theperfectsmile.co.uk/cosmetic-braces/invisalign/prevention-of-relapse/\" target=\"_blank\">prevention of relapse scheme</a> has proven successful for 20 years.\n<h2>Style-acre:</h2>\nStyle-Acre is a support charity that specialises in learning disabilites, but still works with other learning disabilities.\n\nDue to their knowledge and understanding of disabilities, this mean they have been able to successfully develop a small healthcare system for those with <a href=\"http://www.youngminds.org.uk/for_children_young_people/whats_worrying_you/autism_aspergers/what_is_autism\" target=\"_blank\">Autism </a>and other disabilities. Find out about their health and well-being services <a href=\"http://styleacre.org.uk/what-we-do\" target=\"_blank\">here</a>.\n\nA team made from specialised doctors and nurses, they can offer regular check-ups for a range of those with disabilities.\n\nTheir work has been recognised by numerous Government schemes and is recommended as one of the top health systems in the South.\n<h2>Adepta:</h2>\nAdepta also specialise in Autism. They recognise the issues that are faced by those with disabilities and work alongside each other to reduce this in everyday life. <a href=\"http://adepta.org.uk/contact\" target=\"_blank\">Contact them</a> to see their work.\n\nFor years they have studied the behaviour of others, and because of this they have a whole load of information about keeping people feeling comfortable and safe throughout treatments and procedures.\n\n<a href=\"https://learningdisabilitiesuk.org.uk/get-in-contact\">Get in contact</a> if you are have a service designed just for those with learning disabilites.','Healthcare For Those With Disabilities','','inherit','closed','closed','','34-autosave-v1','','','2017-10-24 13:42:40','2017-10-24 13:42:40','',34,'https://learningdisabilitiesuk.org.uk/34-autosave-v1',0,'revision','',0),(39,1,'2017-01-05 11:38:05','2017-01-05 11:38:05','Having regular health checkups can be slightly frightening for anybody and it can be something that we don’t want to do because sometimes we are always slightly worried about the result.\r\n\r\nHowever, this can be even more daunting for those who have a learning or physical disability. <a href=\"https://learningdisabilitiesuk.org.uk/get-in-contact\">Contact us</a> for more advice.\r\n\r\nThere are healthcare practices that do have a different service for those who are anxious, or with learning disablities. The treatment will be catered for their needs and made comfortable for them throughout the process.\r\n<h2>The Perfect Smile Studios:</h2>\r\nOver at Perfect Smile, they are both cosmetic and general dentists. With numerous practices in both London and Hertfordshire they are easily accessible for an anxious patient.\r\n\r\nWith a clear understanding that people react differently and are never the same with different aspects of dentistry.\r\n<h3>The Aims & Successes Of Perfect Smile</h3>\r\nTheir aim is to use techniques that are suitable to the dentistry work that is being completed to make it as comfortable as possible as they eliminate those fears.\r\n\r\nSomething that is familiar in patients who are either anxious or with a disability is the effects of relapse once the treatment has finished.\r\n\r\nDespite these facts, Perfect Smile has comprised a strategy that defeats this. Their <a href=\"https://www.theperfectsmile.co.uk/cosmetic-braces/invisalign/prevention-of-relapse/\" target=\"_blank\">prevention of relapse scheme</a> has proven successful for 20 years.\r\n<h2>Pact-UK:</h2>\r\nPact-UK is a Autism support company that specialises in Autism, but still works with other learning disabilities.\r\n\r\nDue to their knowledge and understanding of disabilities, this mean they have been able to successfully develop a small healthcare system for those with Autism and other disabilities. Find out about their health and well-being aims by <a href=\"http://pact-uk.org.uk/your-health-and-well-being\" target=\"_blank\">clicking here</a>.\r\n\r\nA team made from specialised doctors and nurses, they can offer regular check-ups for a range of those with disabilities.\r\n\r\nTheir work has been recognised by numerous Government schemes and is recommended as one of the top Autism based health systems in the South.\r\n<h2>Adepta:</h2>\r\nAdepta also specialise in Autism. They recognise the issues that are faced by those with disabilities and work alongside each other to reduce this in everyday life. <a href=\"http://adepta.org.uk/contact\" target=\"_blank\">Contact them</a> to see their work.\r\n\r\nFor years they have studied the behaviour of others, and because of this they have a whole load of information about keeping people feeling comfortable and safe throughout treatments and procedures.','Healthcare For Disabilities','','inherit','closed','closed','','34-revision-v1','','','2017-01-05 11:38:05','2017-01-05 11:38:05','',34,'https://learningdisabilitiesuk.org.uk/34-revision-v1',0,'revision','',0),(40,1,'2017-01-05 11:38:59','2017-01-05 11:38:59','Having regular health checkups can be slightly frightening for anybody and it can be something that we don’t want to do because sometimes we are always slightly worried about the result.\r\n\r\nHowever, this can be even more daunting for those who have a learning or physical disability. <a href=\"https://learningdisabilitiesuk.org.uk/get-in-contact\">Contact us</a> for more advice.\r\n\r\nThere are healthcare practices that do have a different service for those who are anxious, or with learning disablities. The treatment will be catered for their needs and made comfortable for them throughout the process.\r\n<h2>The Perfect Smile Studios:</h2>\r\nOver at Perfect Smile, they are both cosmetic and general dentists. With numerous practices in both London and Hertfordshire they are easily accessible for an anxious patient.\r\n\r\nWith a clear understanding that people react differently and are never the same with different aspects of dentistry.\r\n<h3>The Aims & Successes Of Perfect Smile</h3>\r\nTheir aim is to use techniques that are suitable to the dentistry work that is being completed to make it as comfortable as possible as they eliminate those fears.\r\n\r\nSomething that is familiar in patients who are either anxious or with a disability is the effects of relapse once the treatment has finished.\r\n\r\nDespite these facts, Perfect Smile has comprised a strategy that defeats this. Their <a href=\"https://www.theperfectsmile.co.uk/cosmetic-braces/invisalign/prevention-of-relapse/\" target=\"_blank\">prevention of relapse scheme</a> has proven successful for 20 years.\r\n<h2>Pact-UK:</h2>\r\nPact-UK is a Autism support company that specialises in Autism, but still works with other learning disabilities.\r\n\r\nDue to their knowledge and understanding of disabilities, this mean they have been able to successfully develop a small healthcare system for those with Autism and other disabilities. Find out about their health and well-being aims by <a href=\"http://pact-uk.org.uk/your-health-and-well-being\" target=\"_blank\">clicking here</a>.\r\n\r\nA team made from specialised doctors and nurses, they can offer regular check-ups for a range of those with disabilities.\r\n\r\nTheir work has been recognised by numerous Government schemes and is recommended as one of the top Autism based health systems in the South.\r\n<h2>Adepta:</h2>\r\nAdepta also specialise in Autism. They recognise the issues that are faced by those with disabilities and work alongside each other to reduce this in everyday life. <a href=\"http://adepta.org.uk/contact\" target=\"_blank\">Contact them</a> to see their work.\r\n\r\nFor years they have studied the behaviour of others, and because of this they have a whole load of information about keeping people feeling comfortable and safe throughout treatments and procedures.\r\n\r\n<a href=\"https://learningdisabilitiesuk.org.uk/get-in-contact\">Get in contact</a> if you are have a service designed just for those with learning disabilites.','Healthcare For Disabilities','','inherit','closed','closed','','34-revision-v1','','','2017-01-05 11:38:59','2017-01-05 11:38:59','',34,'https://learningdisabilitiesuk.org.uk/34-revision-v1',0,'revision','',0),(41,1,'2017-01-05 11:40:41','2017-01-05 11:40:41','','dentist in progess','','inherit','open','closed','','dentist-in-progess','','','2017-01-05 11:40:41','2017-01-05 11:40:41','',34,'http://learningdisabilitiesuk.org.uk/wp-content/uploads/2017/01/dentist-in-progess.jpg',0,'attachment','image/jpeg',0),(42,1,'2017-01-05 11:42:58','2017-01-05 11:42:58','Having regular health checkups can be slightly frightening for anybody and it can be something that we don’t want to do because sometimes we are always slightly worried about the result.\r\n\r\nHowever, this can be even more daunting for those who have a learning or physical disability. <a href=\"https://learningdisabilitiesuk.org.uk/get-in-contact\">Contact us</a> for more advice.\r\n\r\nThere are healthcare practices that do have a different service for those who are anxious, or with learning disablities. The treatment will be catered for their needs and made comfortable for them throughout the process.\r\n<h2>The Perfect Smile Studios:<a href=\"https://www.theperfectsmile.co.uk/cosmetic-braces/invisalign/prevention-of-relapse/\" target=\"_blank\"><img style=\"margin: 10px;\" src=\"http://learningdisabilitiesuk.org.uk/wp-content/uploads/2017/01/dentist-in-progess.jpg\" alt=\"\" width=\"60%\" height=\"auto\" align=\"right\" /></a></h2>\r\nOver at Perfect Smile, they are both cosmetic and general dentists. With numerous practices in both London and Hertfordshire they are easily accessible for an anxious patient.\r\n\r\nWith a clear understanding that people react differently and are never the same with different aspects of dentistry.\r\n<h3>The Aims & Successes Of Perfect Smile</h3>\r\nTheir aim is to use techniques that are suitable to the dentistry work that is being completed to make it as comfortable as possible as they eliminate those fears.\r\n\r\nSomething that is familiar in patients who are either anxious or with a disability is the effects of relapse once the treatment has finished.\r\n\r\nDespite these facts, Perfect Smile has comprised a strategy that defeats this. Their <a href=\"https://www.theperfectsmile.co.uk/cosmetic-braces/invisalign/prevention-of-relapse/\" target=\"_blank\">prevention of relapse scheme</a> has proven successful for 20 years.\r\n<h2>Pact-UK:</h2>\r\nPact-UK is a Autism support company that specialises in Autism, but still works with other learning disabilities.\r\n\r\nDue to their knowledge and understanding of disabilities, this mean they have been able to successfully develop a small healthcare system for those with Autism and other disabilities. Find out about their health and well-being aims by <a href=\"http://pact-uk.org.uk/your-health-and-well-being\" target=\"_blank\">clicking here</a>.\r\n\r\nA team made from specialised doctors and nurses, they can offer regular check-ups for a range of those with disabilities.\r\n\r\nTheir work has been recognised by numerous Government schemes and is recommended as one of the top Autism based health systems in the South.\r\n<h2>Adepta:</h2>\r\nAdepta also specialise in Autism. They recognise the issues that are faced by those with disabilities and work alongside each other to reduce this in everyday life. <a href=\"http://adepta.org.uk/contact\" target=\"_blank\">Contact them</a> to see their work.\r\n\r\nFor years they have studied the behaviour of others, and because of this they have a whole load of information about keeping people feeling comfortable and safe throughout treatments and procedures.\r\n\r\n<a href=\"https://learningdisabilitiesuk.org.uk/get-in-contact\">Get in contact</a> if you are have a service designed just for those with learning disabilites.','Healthcare For Disabilities','','inherit','closed','closed','','34-revision-v1','','','2017-01-05 11:42:58','2017-01-05 11:42:58','',34,'https://learningdisabilitiesuk.org.uk/34-revision-v1',0,'revision','',0),(43,1,'2017-01-05 11:44:27','2017-01-05 11:44:27','Having regular health checkups can be slightly frightening for anybody and it can be something that we don’t want to do because sometimes we are always slightly worried about the result.\r\n\r\nHowever, this can be even more daunting for those who have a learning or physical disability. <a href=\"https://learningdisabilitiesuk.org.uk/get-in-contact\">Contact us</a> for more advice.\r\n\r\nThere are healthcare practices that do have a different service for those who are anxious, or with learning disablities. The treatment will be catered for their needs and made comfortable for them throughout the process.\r\n<h2>The Perfect Smile Studios:<a href=\"https://www.theperfectsmile.co.uk/cosmetic-braces/invisalign/prevention-of-relapse/\" target=\"_blank\"><img style=\"margin: 10px;\" src=\"http://learningdisabilitiesuk.org.uk/wp-content/uploads/2017/01/dentist-in-progess.jpg\" alt=\"\" width=\"60%\" height=\"auto\" align=\"right\" /></a></h2>\r\nOver at Perfect Smile, they are both cosmetic and general dentists. With numerous practices in both London and Hertfordshire they are easily accessible for an anxious patient.\r\n\r\nWith a clear understanding that people react differently and are never the same with different aspects of dentistry.\r\n<h3>The Aims & Successes Of Perfect Smile</h3>\r\nTheir aim is to use techniques that are suitable to the dentistry work that is being completed to make it as comfortable as possible as they eliminate those fears.\r\n\r\nSomething that is familiar in patients who are either anxious or with a disability is the effects of relapse once the treatment has finished.\r\n\r\nDespite these facts, Perfect Smile has comprised a strategy that defeats this. Their <a href=\"https://www.theperfectsmile.co.uk/cosmetic-braces/invisalign/prevention-of-relapse/\" target=\"_blank\">prevention of relapse scheme</a> has proven successful for 20 years.\r\n<h2>Pact-UK:</h2>\r\nPact-UK is a Autism support company that specialises in Autism, but still works with other learning disabilities.\r\n\r\nDue to their knowledge and understanding of disabilities, this mean they have been able to successfully develop a small healthcare system for those with Autism and other disabilities. Find out about their health and well-being aims by <a href=\"http://pact-uk.org.uk/your-health-and-well-being\" target=\"_blank\">clicking here</a>.\r\n\r\nA team made from specialised doctors and nurses, they can offer regular check-ups for a range of those with disabilities.\r\n\r\nTheir work has been recognised by numerous Government schemes and is recommended as one of the top Autism based health systems in the South.\r\n<h2>Adepta:</h2>\r\nAdepta also specialise in Autism. They recognise the issues that are faced by those with disabilities and work alongside each other to reduce this in everyday life. <a href=\"http://adepta.org.uk/contact\" target=\"_blank\">Contact them</a> to see their work.\r\n\r\nFor years they have studied the behaviour of others, and because of this they have a whole load of information about keeping people feeling comfortable and safe throughout treatments and procedures.\r\n\r\n<a href=\"https://learningdisabilitiesuk.org.uk/get-in-contact\">Get in contact</a> if you are have a service designed just for those with learning disabilites.','Healthcare For Those With Disabilities','','inherit','closed','closed','','34-revision-v1','','','2017-01-05 11:44:27','2017-01-05 11:44:27','',34,'https://learningdisabilitiesuk.org.uk/34-revision-v1',0,'revision','',0),(44,1,'2017-01-05 15:23:16','2017-01-05 15:23:16','Having regular health checkups can be slightly frightening for anybody and it can be something that we don’t want to do because sometimes we are always slightly worried about the result.\r\n\r\nHowever, this can be even more daunting for those who have a learning or physical disability. <a href=\"https://learningdisabilitiesuk.org.uk/get-in-contact\">Contact us</a> for more advice.\r\n\r\nThere are healthcare practices that do have a different service for those who are anxious, or with learning disablities. The treatment will be catered for their needs and made comfortable for them throughout the process.\r\n<h2>The Perfect Smile Studios:<a href=\"https://www.theperfectsmile.co.uk/cosmetic-braces/invisalign/prevention-of-relapse/\" target=\"_blank\"><img style=\"margin: 10px;\" src=\"http://learningdisabilitiesuk.org.uk/wp-content/uploads/2017/01/dentist-in-progess.jpg\" alt=\"\" width=\"60%\" height=\"auto\" align=\"right\" /></a></h2>\r\nOver at Perfect Smile, they are both cosmetic and general dentists. With numerous practices in both London and Hertfordshire they are easily accessible for an anxious patient.\r\n\r\nWith a clear understanding that people react differently and are never the same with different aspects of dentistry.\r\n<h3>The Aims & Successes Of Perfect Smile</h3>\r\nTheir aim is to use techniques that are suitable to the dentistry work that is being completed to make it as comfortable as possible as they eliminate those fears.\r\n\r\nSomething that is familiar in patients who are either anxious or with a disability is the effects of relapse once the treatment has finished.\r\n\r\nDespite these facts, Perfect Smile has comprised a strategy that defeats this. Their <a href=\"https://www.theperfectsmile.co.uk/cosmetic-braces/invisalign/prevention-of-relapse/\" target=\"_blank\">prevention of relapse scheme</a> has proven successful for 20 years.\r\n<h2>Style-acre:</h2>\r\nStyle-Acre is a support charity that specialises in learning disabilites, but still works with other learning disabilities.\r\n\r\nDue to their knowledge and understanding of disabilities, this mean they have been able to successfully develop a small healthcare system for those with <a href=\"http://www.youngminds.org.uk/for_children_young_people/whats_worrying_you/autism_aspergers/what_is_autism\" target=\"_blank\">Autism </a>and other disabilities. Find out about their health and well-being services <a href=\"http://styleacre.org.uk/what-we-do\" target=\"_blank\">here</a>.\r\n\r\nA team made from specialised doctors and nurses, they can offer regular check-ups for a range of those with disabilities.\r\n\r\nTheir work has been recognised by numerous Government schemes and is recommended as one of the top health systems in the South.\r\n<h2>Adepta:</h2>\r\nAdepta also specialise in Autism. They recognise the issues that are faced by those with disabilities and work alongside each other to reduce this in everyday life. <a href=\"http://adepta.org.uk/contact\" target=\"_blank\">Contact them</a> to see their work.\r\n\r\nFor years they have studied the behaviour of others, and because of this they have a whole load of information about keeping people feeling comfortable and safe throughout treatments and procedures.\r\n\r\n<a href=\"https://learningdisabilitiesuk.org.uk/get-in-contact\">Get in contact</a> if you are have a service designed just for those with learning disabilites.','Healthcare For Those With Disabilities','','inherit','closed','closed','','34-revision-v1','','','2017-01-05 15:23:16','2017-01-05 15:23:16','',34,'https://learningdisabilitiesuk.org.uk/34-revision-v1',0,'revision','',0),(47,1,'2017-10-24 13:42:35','2017-10-24 13:42:35','Having regular health checkups can be slightly frightening for anybody and it can be something that we don’t want to do because sometimes we are always slightly worried about the result.\r\n\r\nHowever, this can be even more daunting for those who have a learning or physical disability. <a href=\"https://learningdisabilitiesuk.org.uk/get-in-contact\">Contact us</a> for more advice.\r\n\r\nThere are healthcare practices that do have a different service for those who are anxious, or with learning disablities. The treatment will be catered for their needs and made comfortable for them throughout the process.\r\n<h2>The Perfect Smile Studios:</h2>\r\nOver at Perfect Smile, they are both cosmetic and general dentists. With numerous practices in both London and Hertfordshire they are easily accessible for an anxious patient.\r\n\r\nWith a clear understanding that people react differently and are never the same with different aspects of dentistry.\r\n<h3>The Aims & Successes Of Perfect Smile</h3>\r\nTheir aim is to use techniques that are suitable to the dentistry work that is being completed to make it as comfortable as possible as they eliminate those fears.\r\n\r\nSomething that is familiar in patients who are either anxious or with a disability is the effects of relapse once the treatment has finished.\r\n\r\nDespite these facts, Perfect Smile has comprised a strategy that defeats this. Their <a href=\"https://www.theperfectsmile.co.uk/cosmetic-braces/invisalign/prevention-of-relapse/\" target=\"_blank\">prevention of relapse scheme</a> has proven successful for 20 years.\r\n<h2>Style-acre:</h2>\r\nStyle-Acre is a support charity that specialises in learning disabilites, but still works with other learning disabilities.\r\n\r\nDue to their knowledge and understanding of disabilities, this mean they have been able to successfully develop a small healthcare system for those with <a href=\"http://www.youngminds.org.uk/for_children_young_people/whats_worrying_you/autism_aspergers/what_is_autism\" target=\"_blank\">Autism </a>and other disabilities. Find out about their health and well-being services <a href=\"http://styleacre.org.uk/what-we-do\" target=\"_blank\">here</a>.\r\n\r\nA team made from specialised doctors and nurses, they can offer regular check-ups for a range of those with disabilities.\r\n\r\nTheir work has been recognised by numerous Government schemes and is recommended as one of the top health systems in the South.\r\n<h2>Adepta:</h2>\r\nAdepta also specialise in Autism. They recognise the issues that are faced by those with disabilities and work alongside each other to reduce this in everyday life. <a href=\"http://adepta.org.uk/contact\" target=\"_blank\">Contact them</a> to see their work.\r\n\r\nFor years they have studied the behaviour of others, and because of this they have a whole load of information about keeping people feeling comfortable and safe throughout treatments and procedures.\r\n\r\n<a href=\"https://learningdisabilitiesuk.org.uk/get-in-contact\">Get in contact</a> if you are have a service designed just for those with learning disabilites.','Healthcare For Those With Disabilities','','inherit','closed','closed','','34-revision-v1','','','2017-10-24 13:42:35','2017-10-24 13:42:35','',34,'https://learningdisabilitiesuk.org.uk/34-revision-v1',0,'revision','',0),(48,1,'2017-10-24 13:43:54','2017-10-24 13:43:54','Having regular health checkups can be slightly frightening for anybody and it can be something that we don’t want to do because sometimes we are always slightly worried about the result.\r\n\r\nHowever, this can be even more daunting for those who have a learning or physical disability. <a href=\"https://learningdisabilitiesuk.org.uk/get-in-contact\">Contact us</a> for more advice.\r\n\r\nThere are healthcare practices that do have a different service for those who are anxious, or with learning disablities. The treatment will be catered for their needs and made comfortable for them throughout the process.\r\n<h2>The Perfect Smile Studios:</h2>\r\nOver at Perfect Smile, they are both cosmetic and general dentists. With numerous practices in both London and Hertfordshire they are easily accessible for an anxious patient.\r\n\r\nWith a clear understanding that people react differently and are never the same with different aspects of dentistry.\r\n<h3>The Aims & Successes Of Perfect Smile</h3>\r\nTheir aim is to use techniques that are suitable to the dentistry work that is being completed to make it as comfortable as possible as they eliminate those fears.\r\n\r\nSomething that is familiar in patients who are either anxious or with a disability is the effects of relapse once the treatment has finished.\r\n\r\nDespite these facts, Perfect Smile has comprised a strategy that defeats this. Their <a href=\"https://www.theperfectsmile.co.uk/cosmetic-braces/invisalign/prevention-of-relapse/\" target=\"_blank\">prevention of relapse scheme</a> has proven successful for 20 years.\r\n<h2>Style-acre:</h2>\r\nStyle-Acre is a support charity that specialises in learning disabilites, but still works with other types of disabilities.\r\n\r\nDue to their knowledge and understanding of disabilities, this mean they have been able to successfully develop a small healthcare system for those with <a href=\"http://www.youngminds.org.uk/for_children_young_people/whats_worrying_you/autism_aspergers/what_is_autism\" target=\"_blank\">Autism </a>and other disabilities. Find out about their health and well-being services <a href=\"http://styleacre.org.uk/what-we-do\" target=\"_blank\">here</a>.\r\n\r\nA team made from specialised doctors and nurses, they can offer regular check-ups for a range of those with disabilities.\r\n\r\nTheir work has been recognised by numerous Government schemes and is recommended as one of the top health systems in the South.\r\n\r\n ','Health & Beauty Treatments For Those With Disabilities','','inherit','closed','closed','','34-revision-v1','','','2017-10-24 13:43:54','2017-10-24 13:43:54','',34,'https://learningdisabilitiesuk.org.uk/34-revision-v1',0,'revision','',0),(49,1,'2017-10-24 14:39:43','2017-10-24 14:39:43','Having regular health checkups can be slightly frightening for anybody and it can be something that we don’t want to do because sometimes we are always slightly worried about the result.\r\n\r\nHowever, this can be even more daunting for those who have a learning or physical disability. <a href=\"https://learningdisabilitiesuk.org.uk/get-in-contact\">Contact us</a> for more advice.\r\n\r\nThere are healthcare practices that do have a different service for those who are anxious, or with learning disablities. The treatment will be catered for their needs and made comfortable for them throughout the process.\r\n<h2>The Perfect Smile Studios:</h2>\r\nOver at Perfect Smile, they are both cosmetic and general dentists. With numerous practices in both London and Hertfordshire they are easily accessible for an anxious patient.\r\n\r\nWith a clear understanding that people react differently and are never the same with different aspects of dentistry.\r\n<h3>The Aims & Successes Of Perfect Smile</h3>\r\nTheir aim is to use techniques that are suitable to the dentistry work that is being completed to make it as comfortable as possible as they eliminate those fears.\r\n\r\nSomething that is familiar in patients who are either anxious or with a disability is the effects of relapse once the treatment has finished.\r\n\r\nDespite these facts, Perfect Smile has comprised a strategy that defeats this. Their <a href=\"https://www.theperfectsmile.co.uk/cosmetic-braces/invisalign/prevention-of-relapse/\" target=\"_blank\">prevention of relapse scheme</a> has proven successful for 20 years.\r\n<h2>Style-acre:</h2>\r\nStyle-Acre is a support charity that specialises in learning disabilites, but still works with other types of disabilities.\r\n\r\nDue to their knowledge and understanding of disabilities, this mean they have been able to successfully develop a small healthcare system for those with <a href=\"http://www.youngminds.org.uk/for_children_young_people/whats_worrying_you/autism_aspergers/what_is_autism\" target=\"_blank\">Autism </a>and other disabilities. Find out about their health and well-being services <a href=\"http://styleacre.org.uk/what-we-do\" target=\"_blank\">here</a>.\r\n\r\nA team made from specialised doctors and nurses, they can offer regular check-ups for a range of those with disabilities.\r\n\r\nTheir work has been recognised by numerous Government schemes and is recommended as one of the top health systems in the South.\r\n<h2>Natural Enhancement:</h2>\r\nNatural Enhancement is known for being the voice of permanent makeup. All of their stylists have undergone extensive state-of-the-art training to perfect their skills. All of their clients are assigned a member of staff that best fits their needs. <a href=\"http://www.naturalenhancement.co.uk/treatment/about-natural-enhancement\" target=\"_blank\">Find out more</a>.\r\n\r\n<strong>Medical treatments include:</strong>\r\n<ul>\r\n <li>Areola restoration</li>\r\n <li>Scar camouflage</li>\r\n <li>Micro-hair simulation</li>\r\n <li>Vitligo re-pigmentation</li>\r\n <li>Cleft palate restoration</li>\r\n</ul>\r\n<strong>Aesthetic treatments include:</strong>\r\n<ul>\r\n <li>Eyebrow tattooing</li>\r\n <li>Lip liner</li>\r\n <li>Eye liner</li>\r\n <li>Makeup correction</li>\r\n <li>Treatments for men</li>\r\n</ul>','Health & Beauty Treatments For Those With Disabilities','','inherit','closed','closed','','34-revision-v1','','','2017-10-24 14:39:43','2017-10-24 14:39:43','',34,'https://learningdisabilitiesuk.org.uk/34-revision-v1',0,'revision','',0),(50,1,'2017-10-24 14:41:54','2017-10-24 14:41:54','','perfect-smile','','inherit','open','closed','','perfect-smile','','','2017-10-24 14:42:13','2017-10-24 14:42:13','',34,'http://learningdisabilitiesuk.org.uk/wp-content/uploads/2017/10/perfect-smile.jpg',0,'attachment','image/jpeg',0),(51,1,'2017-10-24 14:42:36','2017-10-24 14:42:36','Having regular health checkups can be slightly frightening for anybody and it can be something that we don’t want to do because sometimes we are always slightly worried about the result.\r\n\r\nHowever, this can be even more daunting for those who have a learning or physical disability. <a href=\"https://learningdisabilitiesuk.org.uk/get-in-contact\">Contact us</a> for more advice.\r\n\r\nThere are healthcare practices that do have a different service for those who are anxious, or with learning disablities. The treatment will be catered for their needs and made comfortable for them throughout the process.\r\n<h2>The Perfect Smile Studios:</h2>\r\n<a href=\"https://www.theperfectsmile.co.uk/cosmetic-braces/invisalign/prevention-of-relapse/\"><img class=\"size-full wp-image-50 alignright\" src=\"http://learningdisabilitiesuk.org.uk/wp-content/uploads/2017/10/perfect-smile.jpg\" alt=\"The Perfect Smile Studios\" width=\"109\" height=\"65\" /></a>Over at Perfect Smile, they are both cosmetic and general dentists. With numerous practices in both London and Hertfordshire they are easily accessible for an anxious patient.\r\n\r\nWith a clear understanding that people react differently and are never the same with different aspects of dentistry.\r\n<h3>The Aims & Successes Of Perfect Smile</h3>\r\nTheir aim is to use techniques that are suitable to the dentistry work that is being completed to make it as comfortable as possible as they eliminate those fears.\r\n\r\nSomething that is familiar in patients who are either anxious or with a disability is the effects of relapse once the treatment has finished.\r\n\r\nDespite these facts, Perfect Smile has comprised a strategy that defeats this. Their <a href=\"https://www.theperfectsmile.co.uk/cosmetic-braces/invisalign/prevention-of-relapse/\" target=\"_blank\">prevention of relapse scheme</a> has proven successful for 20 years.\r\n<h2>Style-acre:</h2>\r\nStyle-Acre is a support charity that specialises in learning disabilites, but still works with other types of disabilities.\r\n\r\nDue to their knowledge and understanding of disabilities, this mean they have been able to successfully develop a small healthcare system for those with <a href=\"http://www.youngminds.org.uk/for_children_young_people/whats_worrying_you/autism_aspergers/what_is_autism\" target=\"_blank\">Autism </a>and other disabilities. Find out about their health and well-being services <a href=\"http://styleacre.org.uk/what-we-do\" target=\"_blank\">here</a>.\r\n\r\nA team made from specialised doctors and nurses, they can offer regular check-ups for a range of those with disabilities.\r\n\r\nTheir work has been recognised by numerous Government schemes and is recommended as one of the top health systems in the South.\r\n<h2>Natural Enhancement:</h2>\r\nNatural Enhancement is known for being the voice of permanent makeup. All of their stylists have undergone extensive state-of-the-art training to perfect their skills. All of their clients are assigned a member of staff that best fits their needs. <a href=\"http://www.naturalenhancement.co.uk/treatment/about-natural-enhancement\" target=\"_blank\">Find out more</a>.\r\n\r\n<strong>Medical treatments include:</strong>\r\n<ul>\r\n <li>Areola restoration</li>\r\n <li>Scar camouflage</li>\r\n <li>Micro-hair simulation</li>\r\n <li>Vitligo re-pigmentation</li>\r\n <li>Cleft palate restoration</li>\r\n</ul>\r\n<strong>Aesthetic treatments include:</strong>\r\n<ul>\r\n <li>Eyebrow tattooing</li>\r\n <li>Lip liner</li>\r\n <li>Eye liner</li>\r\n <li>Makeup correction</li>\r\n <li>Treatments for men</li>\r\n</ul>','Health & Beauty Treatments For Those With Disabilities','','inherit','closed','closed','','34-revision-v1','','','2017-10-24 14:42:36','2017-10-24 14:42:36','',34,'https://learningdisabilitiesuk.org.uk/34-revision-v1',0,'revision','',0),(52,1,'2017-10-24 14:54:36','2017-10-24 14:54:36','','ne','','inherit','open','closed','','ne','','','2017-10-24 14:54:51','2017-10-24 14:54:51','',34,'http://learningdisabilitiesuk.org.uk/wp-content/uploads/2017/10/ne.jpg',0,'attachment','image/jpeg',0),(53,1,'2017-10-24 14:55:04','2017-10-24 14:55:04','Having regular health checkups can be slightly frightening for anybody and it can be something that we don’t want to do because sometimes we are always slightly worried about the result.\r\n\r\nHowever, this can be even more daunting for those who have a learning or physical disability. <a href=\"https://learningdisabilitiesuk.org.uk/get-in-contact\">Contact us</a> for more advice.\r\n\r\nThere are healthcare practices that do have a different service for those who are anxious, or with learning disablities. The treatment will be catered for their needs and made comfortable for them throughout the process.\r\n<h2>The Perfect Smile Studios:</h2>\r\n<a href=\"https://www.theperfectsmile.co.uk/cosmetic-braces/invisalign/prevention-of-relapse/\"><img class=\"size-full wp-image-50 alignright\" src=\"http://learningdisabilitiesuk.org.uk/wp-content/uploads/2017/10/perfect-smile.jpg\" alt=\"The Perfect Smile Studios\" width=\"109\" height=\"65\" /></a>Over at Perfect Smile, they are both cosmetic and general dentists. With numerous practices in both London and Hertfordshire they are easily accessible for an anxious patient.\r\n\r\nWith a clear understanding that people react differently and are never the same with different aspects of dentistry.\r\n<h3>The Aims & Successes Of Perfect Smile</h3>\r\nTheir aim is to use techniques that are suitable to the dentistry work that is being completed to make it as comfortable as possible as they eliminate those fears.\r\n\r\nSomething that is familiar in patients who are either anxious or with a disability is the effects of relapse once the treatment has finished.\r\n\r\nDespite these facts, Perfect Smile has comprised a strategy that defeats this. Their <a href=\"https://www.theperfectsmile.co.uk/cosmetic-braces/invisalign/prevention-of-relapse/\" target=\"_blank\">prevention of relapse scheme</a> has proven successful for 20 years.\r\n<h2>Style-acre:</h2>\r\nStyle-Acre is a support charity that specialises in learning disabilites, but still works with other types of disabilities.\r\n\r\nDue to their knowledge and understanding of disabilities, this mean they have been able to successfully develop a small healthcare system for those with <a href=\"http://www.youngminds.org.uk/for_children_young_people/whats_worrying_you/autism_aspergers/what_is_autism\" target=\"_blank\">Autism </a>and other disabilities. Find out about their health and well-being services <a href=\"http://styleacre.org.uk/what-we-do\" target=\"_blank\">here</a>.\r\n\r\nA team made from specialised doctors and nurses, they can offer regular check-ups for a range of those with disabilities.\r\n\r\nTheir work has been recognised by numerous Government schemes and is recommended as one of the top health systems in the South.\r\n<h2>Natural Enhancement:</h2>\r\n<h2><a href=\"http://www.naturalenhancement.co.uk/treatment/about-natural-enhancement\" target=\"_blank\"><img class=\"alignright wp-image-52 size-full\" src=\"http://learningdisabilitiesuk.org.uk/wp-content/uploads/2017/10/ne.jpg\" alt=\"Permanent makeup treatments\" width=\"274\" height=\"79\" /></a></h2>\r\nNatural Enhancement is known for being the voice of permanent makeup. All of their stylists have undergone extensive state-of-the-art training to perfect their skills. All of their clients are assigned a member of staff that best fits their needs. <a href=\"http://www.naturalenhancement.co.uk/treatment/about-natural-enhancement\" target=\"_blank\">Find out more</a>.\r\n\r\n<strong>Medical treatments include:</strong>\r\n<ul>\r\n <li>Areola restoration</li>\r\n <li>Scar camouflage</li>\r\n <li>Micro-hair simulation</li>\r\n <li>Vitligo re-pigmentation</li>\r\n <li>Cleft palate restoration</li>\r\n</ul>\r\n<strong>Aesthetic treatments include:</strong>\r\n<ul>\r\n <li>Eyebrow tattooing</li>\r\n <li>Lip liner</li>\r\n <li>Eye liner</li>\r\n <li>Makeup correction</li>\r\n <li>Treatments for men</li>\r\n</ul>','Health & Beauty Treatments For Those With Disabilities','','inherit','closed','closed','','34-revision-v1','','','2017-10-24 14:55:04','2017-10-24 14:55:04','',34,'https://learningdisabilitiesuk.org.uk/34-revision-v1',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_term_relationships`
--
DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_relationships` (
`object_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`term_order` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`object_id`,`term_taxonomy_id`),
KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_term_relationships`
--
LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (5,2,0),(9,3,0),(12,3,0),(12,4,0),(20,5,0),(22,5,0),(23,5,0),(24,5,0),(27,2,0),(27,3,0),(33,5,0),(34,6,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_term_taxonomy`
--
DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_taxonomy` (
`term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`taxonomy` varchar(32) NOT NULL DEFAULT '',
`description` longtext NOT NULL,
`parent` bigint(20) unsigned NOT NULL DEFAULT 0,
`count` bigint(20) NOT NULL DEFAULT 0,
PRIMARY KEY (`term_taxonomy_id`),
UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_term_taxonomy`
--
LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'category','',0,2),(3,3,'category','',0,3),(4,4,'category','',0,1),(5,5,'nav_menu','',0,5),(6,6,'category','',0,1);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_termmeta`
--
DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_termmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `term_id` (`term_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_termmeta`
--
LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_terms`
--
DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_terms` (
`term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(200) NOT NULL DEFAULT '',
`slug` varchar(200) NOT NULL DEFAULT '',
`term_group` bigint(10) NOT NULL DEFAULT 0,
PRIMARY KEY (`term_id`),
KEY `slug` (`slug`(191)),
KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_terms`
--
LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Accessibility','accessibility',0),(3,'Resources','resources',0),(4,'Tuition','tuition',0),(5,'learning','learning',0),(6,'Healthcare','healthcare',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_usermeta`
--
DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_usermeta` (
`umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`umeta_id`),
KEY `user_id` (`user_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=35 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_usermeta`
--
LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','learningdisabilitiesuk'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'locale',''),(11,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(12,1,'wp_user_level','10'),(13,1,'dismissed_wp_pointers',''),(14,1,'show_welcome_panel','1'),(15,1,'session_tokens','a:1:{s:64:\"0b4dfd998fbb6a925c01335abf36ea0d31401e7ff6e61df908923828f01fd093\";a:4:{s:10:\"expiration\";i:1602337408;s:2:\"ip\";s:14:\"185.175.113.72\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36\";s:5:\"login\";i:1602164608;}}'),(16,1,'wp_dashboard_quick_press_last_post_id','54'),(17,1,'wp_user-settings','libraryContent=browse&imgsize=full&editor=tinymce&urlbutton=custom&advImgDetails=show'),(18,1,'wp_user-settings-time','1508856901'),(19,1,'wp_yoast_notifications','a:2:{i:0;a:2:{s:7:\"message\";s:785:\"We\'ve noticed you\'ve been using Yoast SEO for some time now; we hope you love it! We\'d be thrilled if you could <a href=\"https://yoa.st/rate-yoast-seo?utm_content=5.7\">give us a 5 stars rating on WordPress.org</a>!\n\nIf you are experiencing issues, <a href=\"https://yoa.st/bugreport?utm_content=5.7\">please file a bug report</a> and we\'ll do our best to help you out.\n\nBy the way, did you know we also have a <a href=\'https://yoa.st/premium-notification?utm_content=5.7\'>Premium plugin</a>? It offers advanced features, like a redirect manager and support for multiple keywords. It also comes with 24/7 personal support.\n\n<a class=\"button\" href=\"http://learningdisabilitiesuk.org.uk/wp-admin/?page=wpseo_dashboard&yoast_dismiss=upsell\">Please don\'t show me this notification anymore</a>\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:19:\"wpseo-upsell-notice\";s:5:\"nonce\";N;s:8:\"priority\";d:0.8;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";}}i:1;a:2:{s:7:\"message\";s:179:\"Don\'t miss your crawl errors: <a href=\"http://learningdisabilitiesuk.org.uk/wp-admin/admin.php?page=wpseo_search_console&tab=settings\">connect with Google Search Console here</a>.\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:17:\"wpseo-dismiss-gsc\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";}}}'),(20,1,'_yoast_wpseo_profile_updated','1486488547'),(21,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(22,1,'metaboxhidden_nav-menus','a:1:{i:0;s:12:\"add-post_tag\";}'),(23,1,'last_login_time','2020-10-08 13:43:28'),(24,1,'nav_menu_recently_edited','5'),(25,1,'wpseo_title',''),(26,1,'wpseo_metadesc',''),(27,1,'wpseo_metakey',''),(28,1,'wpseo_excludeauthorsitemap',''),(29,1,'wpseo_content_analysis_disable',''),(30,1,'wpseo_keyword_analysis_disable',''),(31,1,'googleplus',''),(32,1,'twitter',''),(33,1,'facebook',''),(34,1,'syntax_highlighting','true');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_users`
--
DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_users` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_login` varchar(60) NOT NULL DEFAULT '',
`user_pass` varchar(255) NOT NULL DEFAULT '',
`user_nicename` varchar(50) NOT NULL DEFAULT '',
`user_email` varchar(100) NOT NULL DEFAULT '',
`user_url` varchar(100) NOT NULL DEFAULT '',
`user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`user_activation_key` varchar(255) NOT NULL DEFAULT '',
`user_status` int(11) NOT NULL DEFAULT 0,
`display_name` varchar(250) NOT NULL DEFAULT '',
PRIMARY KEY (`ID`),
KEY `user_login_key` (`user_login`),
KEY `user_nicename` (`user_nicename`),
KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_users`
--
LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'admin','$P$BvVaOochFNN2/cDA9Rgv.xAXwqutg10','learningdisabilitiesuk','zoe.allen@vanillacircus.co.uk','','2017-01-04 14:33:37','',0,'learningdisabilitiesuk');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfblockediplog`
--
DROP TABLE IF EXISTS `wp_wfblockediplog`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfblockediplog` (
`IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
`countryCode` varchar(2) NOT NULL,
`blockCount` int(10) unsigned NOT NULL DEFAULT 0,
`unixday` int(10) unsigned NOT NULL,
`blockType` varchar(50) NOT NULL DEFAULT 'generic',
PRIMARY KEY (`IP`,`unixday`,`blockType`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfblockediplog`
--
LOCK TABLES `wp_wfblockediplog` WRITE;
/*!40000 ALTER TABLE `wp_wfblockediplog` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfblockediplog` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfblocks7`
--
DROP TABLE IF EXISTS `wp_wfblocks7`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfblocks7` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`type` int(10) unsigned NOT NULL DEFAULT 0,
`IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
`blockedTime` bigint(20) NOT NULL,
`reason` varchar(255) NOT NULL,
`lastAttempt` int(10) unsigned DEFAULT 0,
`blockedHits` int(10) unsigned DEFAULT 0,
`expiration` bigint(20) unsigned NOT NULL DEFAULT 0,
`parameters` text DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `type` (`type`),
KEY `IP` (`IP`),
KEY `expiration` (`expiration`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfblocks7`
--
LOCK TABLES `wp_wfblocks7` WRITE;
/*!40000 ALTER TABLE `wp_wfblocks7` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfblocks7` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfconfig`
--
DROP TABLE IF EXISTS `wp_wfconfig`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfconfig` (
`name` varchar(100) NOT NULL,
`val` longblob DEFAULT NULL,
`autoload` enum('no','yes') NOT NULL DEFAULT 'yes',
PRIMARY KEY (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfconfig`
--
LOCK TABLES `wp_wfconfig` WRITE;
/*!40000 ALTER TABLE `wp_wfconfig` DISABLE KEYS */;
INSERT INTO `wp_wfconfig` VALUES ('actUpdateInterval','2','yes'),('addCacheComment','0','yes'),('advancedCommentScanning','1','yes'),('ajaxWatcherDisabled_admin','0','yes'),('ajaxWatcherDisabled_front','0','yes'),('alertEmails','','yes'),('alertOn_adminLogin','1','yes'),('alertOn_block','1','yes'),('alertOn_breachLogin','1','yes'),('alertOn_firstAdminLoginOnly','0','yes'),('alertOn_firstNonAdminLoginOnly','0','yes'),('alertOn_loginLockout','1','yes'),('alertOn_lostPasswdForm','1','yes'),('alertOn_nonAdminLogin','0','yes'),('alertOn_scanIssues','1','yes'),('alertOn_severityLevel','25','yes'),('alertOn_throttle','0','yes'),('alertOn_update','0','yes'),('alertOn_wafDeactivated','1','yes'),('alertOn_wordfenceDeactivated','1','yes'),('alert_maxHourly','0','yes'),('allowed404s','/favicon.ico\n/apple-touch-icon*.png\n/*@2x.png\n/browserconfig.xml','yes'),('allowed404s6116Migration','1','yes'),('allowHTTPSCaching','0','yes'),('allowLegacy2FA','0','yes'),('allScansScheduled','a:0:{}','yes'),('apiKey','3df5dc09202be72a78944b95918fb42d1994ae8558c8812b2d8b6e34efe3a499df40e1a4b1b1b311cebe1f36bdf3c70834c96086e839cc084e3b9111cfc27841b36f222765dc4a39515104f14c8d94a3','yes'),('autoBlockScanners','1','yes'),('autoUpdate','0','yes'),('autoUpdateAttempts','0','yes'),('bannedURLs','','yes'),('betaThreatDefenseFeed','0','yes'),('blockCustomText','','yes'),('blockedTime','300','yes'),('blocks702Migration','1','yes'),('cacheType','disabled','yes'),('cbl_action','block','yes'),('cbl_bypassRedirDest','','yes'),('cbl_bypassRedirURL','','yes'),('cbl_bypassViewURL','','yes'),('cbl_cookieVal','60d1c05cd08d9','yes'),('cbl_loggedInBlocked','','yes'),('cbl_redirURL','','yes'),('cbl_restOfSiteBlocked','1','yes'),('checkSpamIP','1','yes'),('config701Migration','1','yes'),('config720Migration','1','yes'),('debugOn','0','yes'),('deleteTablesOnDeact','0','yes'),('detectProxyNextCheck','1624963803','no'),('detectProxyNonce','7ac6b2b5c5e153f1d8e5eaf17175fd2c1add74772381a343c5343db3ef96c5c4','no'),('detectProxyRecommendation','','no'),('diagnosticsWflogsRemovalHistory','[]','no'),('disableCodeExecutionUploads','0','yes'),('disableConfigCaching','0','yes'),('disableWAFIPBlocking','0','yes'),('dismissAutoPrependNotice','0','yes'),('displayAutomaticBlocks','1','yes'),('displayTopLevelBlocking','0','yes'),('displayTopLevelLiveTraffic','0','yes'),('displayTopLevelOptions','1','yes'),('email_summary_dashboard_widget_enabled','1','yes'),('email_summary_enabled','1','yes'),('email_summary_excluded_directories','wp-content/cache,wp-content/wflogs','yes'),('email_summary_interval','weekly','yes'),('encKey','25ecfe47aba84583','yes'),('fileContentsGSB6315Migration','1','yes'),('firewallEnabled','1','yes'),('geoIPVersionHash','e5ee69a4db1e318c2a1668873a8f5074012abb9852f5596fe3feaa8c07dac334','yes'),('howGetIPs','','yes'),('howGetIPs_trusted_proxies','','yes'),('isPaid','','yes'),('keyType','free','yes'),('lastBlockAggregation','1624359003','yes'),('lastPermissionsTemplateCheck','0','yes'),('liveActivityPauseEnabled','1','yes'),('liveTrafficEnabled','0','yes'),('liveTraf_displayExpandedRecords','0','no'),('liveTraf_ignoreIPs','','yes'),('liveTraf_ignorePublishers','1','yes'),('liveTraf_ignoreUA','','yes'),('liveTraf_ignoreUsers','','yes'),('liveTraf_maxAge','30','yes'),('liveTraf_maxRows','2000','yes'),('loginSecurityEnabled','1','yes'),('loginSec_blockAdminReg','1','yes'),('loginSec_breachPasswds','admins','yes'),('loginSec_breachPasswds_enabled','1','yes'),('loginSec_countFailMins','240','yes'),('loginSec_disableApplicationPasswords','1','yes'),('loginSec_disableAuthorScan','1','yes'),('loginSec_disableOEmbedAuthor','0','yes'),('loginSec_enableSeparateTwoFactor','','yes'),('loginSec_lockInvalidUsers','0','yes'),('loginSec_lockoutMins','240','yes'),('loginSec_maskLoginErrors','1','yes'),('loginSec_maxFailures','20','yes'),('loginSec_maxForgotPasswd','20','yes'),('loginSec_requireAdminTwoFactor','0','yes'),('loginSec_strongPasswds','pubs','yes'),('loginSec_strongPasswds_enabled','1','yes'),('loginSec_userBlacklist','','yes'),('longEncKey','8e8c58eca051fc589a11a258fb439e1e429509be0e3f806620e7d732a6189bbf','yes'),('lowResourceScansEnabled','0','yes'),('manualScanType','onceDaily','yes'),('max404Crawlers','DISABLED','yes'),('max404Crawlers_action','throttle','yes'),('max404Humans','DISABLED','yes'),('max404Humans_action','throttle','yes'),('maxExecutionTime','0','yes'),('maxGlobalRequests','DISABLED','yes'),('maxGlobalRequests_action','throttle','yes'),('maxMem','256','yes'),('maxRequestsCrawlers','DISABLED','yes'),('maxRequestsCrawlers_action','throttle','yes'),('maxRequestsHumans','DISABLED','yes'),('maxRequestsHumans_action','throttle','yes'),('migration636_email_summary_excluded_directories','1','no'),('needsNewTour_blocking','1','yes'),('needsNewTour_dashboard','1','yes'),('needsNewTour_firewall','1','yes'),('needsNewTour_livetraffic','1','yes'),('needsNewTour_loginsecurity','1','yes'),('needsNewTour_scan','1','yes'),('needsUpgradeTour_blocking','0','yes'),('needsUpgradeTour_dashboard','0','yes'),('needsUpgradeTour_firewall','0','yes'),('needsUpgradeTour_livetraffic','0','yes'),('needsUpgradeTour_loginsecurity','0','yes'),('needsUpgradeTour_scan','0','yes'),('neverBlockBG','neverBlockVerified','yes'),('notification_blogHighlights','1','yes'),('notification_productUpdates','1','yes'),('notification_promotions','1','yes'),('notification_scanStatus','1','yes'),('notification_securityAlerts','1','yes'),('notification_updatesNeeded','1','yes'),('onboardingAttempt1','','no'),('onboardingAttempt2','','no'),('onboardingAttempt3','','no'),('onboardingAttempt3Initial','0','yes'),('other_blockBadPOST','0','yes'),('other_bypassLitespeedNoabort','0','yes'),('other_hideWPVersion','0','yes'),('other_pwStrengthOnUpdate','1','yes'),('other_scanComments','1','yes'),('other_scanOutside','0','yes'),('other_WFNet','1','yes'),('previousWflogsFileList','[]','no'),('scansEnabled_checkGSB','1','yes'),('scansEnabled_checkHowGetIPs','1','yes'),('scansEnabled_checkReadableConfig','1','yes'),('scansEnabled_comments','1','yes'),('scansEnabled_core','1','yes'),('scansEnabled_coreUnknown','1','yes'),('scansEnabled_diskSpace','1','yes'),('scansEnabled_fileContents','1','yes'),('scansEnabled_fileContentsGSB','1','yes'),('scansEnabled_geoipSupport','1','yes'),('scansEnabled_highSense','0','yes'),('scansEnabled_malware','1','yes'),('scansEnabled_oldVersions','1','yes'),('scansEnabled_options','1','yes'),('scansEnabled_passwds','1','yes'),('scansEnabled_plugins','0','yes'),('scansEnabled_posts','1','yes'),('scansEnabled_scanImages','0','yes'),('scansEnabled_suspectedFiles','1','yes'),('scansEnabled_suspiciousAdminUsers','1','yes'),('scansEnabled_suspiciousOptions','1','yes'),('scansEnabled_themes','0','yes'),('scansEnabled_wafStatus','1','yes'),('scansEnabled_wpscan_directoryListingEnabled','1','yes'),('scansEnabled_wpscan_fullPathDisclosure','1','yes'),('scanType','standard','yes'),('scan_exclude','','yes'),('scan_include_extra','','yes'),('scan_maxDuration','','yes'),('scan_maxIssues','1000','yes'),('schedMode','auto','yes'),('schedStartHour','19','yes'),('scheduledScansEnabled','1','yes'),('serverDNS','1624531239;10800;199.59.242.153','yes'),('serverIP','1624359004;51.77.116.174','yes'),('showAdminBarMenu','1','yes'),('spamvertizeCheck','1','yes'),('ssl_verify','1','yes'),('startScansRemotely','0','yes'),('supportContent','{}','no'),('supportHash','','no'),('timeoffset_wf','0','yes'),('timeoffset_wf_updated','1624359003','yes'),('touppBypassNextCheck','0','yes'),('touppPromptNeeded','1','yes'),('wafAlertInterval','600','yes'),('wafAlertOnAttacks','1','yes'),('wafAlertThreshold','100','yes'),('wafAlertWhitelist','','yes'),('waf_status','learning-mode','yes'),('whitelisted','','yes'),('whitelistedServices','{}','yes'),('whitelistHash','','no'),('whitelistPresets','{}','no'),('wordfenceI18n','1','yes');
/*!40000 ALTER TABLE `wp_wfconfig` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfcrawlers`
--
DROP TABLE IF EXISTS `wp_wfcrawlers`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfcrawlers` (
`IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
`patternSig` binary(16) NOT NULL,
`status` char(8) NOT NULL,
`lastUpdate` int(10) unsigned NOT NULL,
`PTR` varchar(255) DEFAULT '',
PRIMARY KEY (`IP`,`patternSig`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfcrawlers`
--
LOCK TABLES `wp_wfcrawlers` WRITE;
/*!40000 ALTER TABLE `wp_wfcrawlers` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfcrawlers` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wffilechanges`
--
DROP TABLE IF EXISTS `wp_wffilechanges`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wffilechanges` (
`filenameHash` char(64) NOT NULL,
`file` varchar(1000) NOT NULL,
`md5` char(32) NOT NULL,
PRIMARY KEY (`filenameHash`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wffilechanges`
--
LOCK TABLES `wp_wffilechanges` WRITE;
/*!40000 ALTER TABLE `wp_wffilechanges` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wffilechanges` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wffilemods`
--
DROP TABLE IF EXISTS `wp_wffilemods`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wffilemods` (
`filenameMD5` binary(16) NOT NULL,
`filename` varchar(1000) NOT NULL,
`knownFile` tinyint(3) unsigned NOT NULL,
`oldMD5` binary(16) NOT NULL,
`newMD5` binary(16) NOT NULL,
`SHAC` binary(32) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
`stoppedOnSignature` varchar(255) NOT NULL DEFAULT '',
`stoppedOnPosition` int(10) unsigned NOT NULL DEFAULT 0,
`isSafeFile` varchar(1) NOT NULL DEFAULT '?',
PRIMARY KEY (`filenameMD5`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wffilemods`
--
LOCK TABLES `wp_wffilemods` WRITE;
/*!40000 ALTER TABLE `wp_wffilemods` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wffilemods` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfhits`
--
DROP TABLE IF EXISTS `wp_wfhits`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfhits` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`attackLogTime` double(17,6) unsigned NOT NULL,
`ctime` double(17,6) unsigned NOT NULL,
`IP` binary(16) DEFAULT NULL,
`jsRun` tinyint(4) DEFAULT 0,
`statusCode` int(11) NOT NULL DEFAULT 200,
`isGoogle` tinyint(4) NOT NULL,
`userID` int(10) unsigned NOT NULL,
`newVisit` tinyint(3) unsigned NOT NULL,
`URL` text DEFAULT NULL,
`referer` text DEFAULT NULL,
`UA` text DEFAULT NULL,
`action` varchar(64) NOT NULL DEFAULT '',
`actionDescription` text DEFAULT NULL,
`actionData` text DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `k1` (`ctime`),
KEY `k2` (`IP`,`ctime`),
KEY `attackLogTime` (`attackLogTime`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfhits`
--
LOCK TABLES `wp_wfhits` WRITE;
/*!40000 ALTER TABLE `wp_wfhits` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfhits` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfhoover`
--
DROP TABLE IF EXISTS `wp_wfhoover`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfhoover` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`owner` text DEFAULT NULL,
`host` text DEFAULT NULL,
`path` text DEFAULT NULL,
`hostKey` varbinary(124) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `k2` (`hostKey`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfhoover`
--
LOCK TABLES `wp_wfhoover` WRITE;
/*!40000 ALTER TABLE `wp_wfhoover` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfhoover` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfissues`
--
DROP TABLE IF EXISTS `wp_wfissues`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfissues` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`time` int(10) unsigned NOT NULL,
`lastUpdated` int(10) unsigned NOT NULL,
`status` varchar(10) NOT NULL,
`type` varchar(20) NOT NULL,
`severity` tinyint(3) unsigned NOT NULL,
`ignoreP` char(32) NOT NULL,
`ignoreC` char(32) NOT NULL,
`shortMsg` varchar(255) NOT NULL,
`longMsg` text DEFAULT NULL,
`data` text DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `lastUpdated` (`lastUpdated`),
KEY `status` (`status`),
KEY `ignoreP` (`ignoreP`),
KEY `ignoreC` (`ignoreC`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfissues`
--
LOCK TABLES `wp_wfissues` WRITE;
/*!40000 ALTER TABLE `wp_wfissues` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfissues` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfknownfilelist`
--
DROP TABLE IF EXISTS `wp_wfknownfilelist`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfknownfilelist` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`path` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfknownfilelist`
--
LOCK TABLES `wp_wfknownfilelist` WRITE;
/*!40000 ALTER TABLE `wp_wfknownfilelist` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfknownfilelist` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wflivetraffichuman`
--
DROP TABLE IF EXISTS `wp_wflivetraffichuman`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wflivetraffichuman` (
`IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
`identifier` binary(32) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
`expiration` int(10) unsigned NOT NULL,
PRIMARY KEY (`IP`,`identifier`),
KEY `expiration` (`expiration`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wflivetraffichuman`
--
LOCK TABLES `wp_wflivetraffichuman` WRITE;
/*!40000 ALTER TABLE `wp_wflivetraffichuman` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wflivetraffichuman` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wflocs`
--
DROP TABLE IF EXISTS `wp_wflocs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wflocs` (
`IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
`ctime` int(10) unsigned NOT NULL,
`failed` tinyint(3) unsigned NOT NULL,
`city` varchar(255) DEFAULT '',
`region` varchar(255) DEFAULT '',
`countryName` varchar(255) DEFAULT '',
`countryCode` char(2) DEFAULT '',
`lat` float(10,7) DEFAULT 0.0000000,
`lon` float(10,7) DEFAULT 0.0000000,
PRIMARY KEY (`IP`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wflocs`
--
LOCK TABLES `wp_wflocs` WRITE;
/*!40000 ALTER TABLE `wp_wflocs` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wflocs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wflogins`
--
DROP TABLE IF EXISTS `wp_wflogins`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wflogins` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`hitID` int(11) DEFAULT NULL,
`ctime` double(17,6) unsigned NOT NULL,
`fail` tinyint(3) unsigned NOT NULL,
`action` varchar(40) NOT NULL,
`username` varchar(255) NOT NULL,
`userID` int(10) unsigned NOT NULL,
`IP` binary(16) DEFAULT NULL,
`UA` text DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `k1` (`IP`,`fail`),
KEY `hitID` (`hitID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wflogins`
--
LOCK TABLES `wp_wflogins` WRITE;
/*!40000 ALTER TABLE `wp_wflogins` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wflogins` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfls_2fa_secrets`
--
DROP TABLE IF EXISTS `wp_wfls_2fa_secrets`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfls_2fa_secrets` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) unsigned NOT NULL,
`secret` tinyblob NOT NULL,
`recovery` blob NOT NULL,
`ctime` int(10) unsigned NOT NULL,
`vtime` int(10) unsigned NOT NULL,
`mode` enum('authenticator') NOT NULL DEFAULT 'authenticator',
PRIMARY KEY (`id`),
KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfls_2fa_secrets`
--
LOCK TABLES `wp_wfls_2fa_secrets` WRITE;
/*!40000 ALTER TABLE `wp_wfls_2fa_secrets` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfls_2fa_secrets` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfls_settings`
--
DROP TABLE IF EXISTS `wp_wfls_settings`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfls_settings` (
`name` varchar(191) NOT NULL DEFAULT '',
`value` longblob DEFAULT NULL,
`autoload` enum('no','yes') NOT NULL DEFAULT 'yes',
PRIMARY KEY (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfls_settings`
--
LOCK TABLES `wp_wfls_settings` WRITE;
/*!40000 ALTER TABLE `wp_wfls_settings` DISABLE KEYS */;
INSERT INTO `wp_wfls_settings` VALUES ('allow-xml-rpc','1','yes'),('captcha-stats','{\"counts\":[0,0,0,0,0,0,0,0,0,0,0],\"avg\":0}','yes'),('delete-deactivation','','yes'),('enable-auth-captcha','','yes'),('global-notices','[]','yes'),('ip-source','','yes'),('ip-trusted-proxies','','yes'),('last-secret-refresh','1624358999','yes'),('recaptcha-threshold','0.5','yes'),('remember-device','','yes'),('remember-device-duration','2592000','yes'),('require-2fa-grace-period-enabled','','yes'),('require-2fa.administrator','','yes'),('shared-hash-secret','275cf9ab59163c26c9cc79cb932a2f3ab07d0a6e433c0bdc47a4e6bb6610933d','yes'),('shared-symmetric-secret','0b9dc7ac61c4789d01b2f4121660d9d2f9f41ffaf1d3013a7236a0907792aa57','yes'),('whitelisted','','yes'),('xmlrpc-enabled','1','yes');
/*!40000 ALTER TABLE `wp_wfls_settings` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfnotifications`
--
DROP TABLE IF EXISTS `wp_wfnotifications`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfnotifications` (
`id` varchar(32) NOT NULL DEFAULT '',
`new` tinyint(3) unsigned NOT NULL DEFAULT 1,
`category` varchar(255) NOT NULL,
`priority` int(11) NOT NULL DEFAULT 1000,
`ctime` int(10) unsigned NOT NULL,
`html` text NOT NULL,
`links` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfnotifications`
--
LOCK TABLES `wp_wfnotifications` WRITE;
/*!40000 ALTER TABLE `wp_wfnotifications` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfnotifications` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfpendingissues`
--
DROP TABLE IF EXISTS `wp_wfpendingissues`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfpendingissues` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`time` int(10) unsigned NOT NULL,
`lastUpdated` int(10) unsigned NOT NULL,
`status` varchar(10) NOT NULL,
`type` varchar(20) NOT NULL,
`severity` tinyint(3) unsigned NOT NULL,
`ignoreP` char(32) NOT NULL,
`ignoreC` char(32) NOT NULL,
`shortMsg` varchar(255) NOT NULL,
`longMsg` text DEFAULT NULL,
`data` text DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `lastUpdated` (`lastUpdated`),
KEY `status` (`status`),
KEY `ignoreP` (`ignoreP`),
KEY `ignoreC` (`ignoreC`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfpendingissues`
--
LOCK TABLES `wp_wfpendingissues` WRITE;
/*!40000 ALTER TABLE `wp_wfpendingissues` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfpendingissues` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfreversecache`
--
DROP TABLE IF EXISTS `wp_wfreversecache`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfreversecache` (
`IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
`host` varchar(255) NOT NULL,
`lastUpdate` int(10) unsigned NOT NULL,
PRIMARY KEY (`IP`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfreversecache`
--
LOCK TABLES `wp_wfreversecache` WRITE;
/*!40000 ALTER TABLE `wp_wfreversecache` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfreversecache` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfsnipcache`
--
DROP TABLE IF EXISTS `wp_wfsnipcache`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfsnipcache` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`IP` varchar(45) NOT NULL DEFAULT '',
`expiration` timestamp NOT NULL DEFAULT current_timestamp(),
`body` varchar(255) NOT NULL DEFAULT '',
`count` int(10) unsigned NOT NULL DEFAULT 0,
`type` int(10) unsigned NOT NULL DEFAULT 0,
PRIMARY KEY (`id`),
KEY `expiration` (`expiration`),
KEY `IP` (`IP`),
KEY `type` (`type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfsnipcache`
--
LOCK TABLES `wp_wfsnipcache` WRITE;
/*!40000 ALTER TABLE `wp_wfsnipcache` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfsnipcache` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfstatus`
--
DROP TABLE IF EXISTS `wp_wfstatus`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfstatus` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`ctime` double(17,6) unsigned NOT NULL,
`level` tinyint(3) unsigned NOT NULL,
`type` char(5) NOT NULL,
`msg` varchar(1000) NOT NULL,
PRIMARY KEY (`id`),
KEY `k1` (`ctime`),
KEY `k2` (`type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfstatus`
--
LOCK TABLES `wp_wfstatus` WRITE;
/*!40000 ALTER TABLE `wp_wfstatus` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfstatus` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wftrafficrates`
--
DROP TABLE IF EXISTS `wp_wftrafficrates`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wftrafficrates` (
`eMin` int(10) unsigned NOT NULL,
`IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
`hitType` enum('hit','404') NOT NULL DEFAULT 'hit',
`hits` int(10) unsigned NOT NULL,
PRIMARY KEY (`eMin`,`IP`,`hitType`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wftrafficrates`
--
LOCK TABLES `wp_wftrafficrates` WRITE;
/*!40000 ALTER TABLE `wp_wftrafficrates` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wftrafficrates` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_yoast_seo_links`
--
DROP TABLE IF EXISTS `wp_yoast_seo_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_yoast_seo_links` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`url` varchar(255) NOT NULL,
`post_id` bigint(20) unsigned NOT NULL,
`target_post_id` bigint(20) unsigned NOT NULL,
`type` varchar(8) NOT NULL,
PRIMARY KEY (`id`),
KEY `link_direction` (`post_id`,`type`)
) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_yoast_seo_links`
--
LOCK TABLES `wp_yoast_seo_links` WRITE;
/*!40000 ALTER TABLE `wp_yoast_seo_links` DISABLE KEYS */;
INSERT INTO `wp_yoast_seo_links` VALUES (22,'https://learningdisabilitiesuk.org.uk/get-in-contact',34,2,'internal'),(23,'https://www.theperfectsmile.co.uk/cosmetic-braces/invisalign/prevention-of-relapse/',34,0,'external'),(24,'https://www.theperfectsmile.co.uk/cosmetic-braces/invisalign/prevention-of-relapse/',34,0,'external'),(25,'http://www.youngminds.org.uk/for_children_young_people/whats_worrying_you/autism_aspergers/what_is_autism',34,0,'external'),(26,'http://styleacre.org.uk/what-we-do',34,0,'external'),(27,'http://www.naturalenhancement.co.uk/treatment/about-natural-enhancement',34,0,'external'),(28,'http://www.naturalenhancement.co.uk/treatment/about-natural-enhancement',34,0,'external');
/*!40000 ALTER TABLE `wp_yoast_seo_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_yoast_seo_meta`
--
DROP TABLE IF EXISTS `wp_yoast_seo_meta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_yoast_seo_meta` (
`object_id` bigint(20) unsigned NOT NULL,
`internal_link_count` int(10) unsigned DEFAULT NULL,
`incoming_link_count` int(10) unsigned DEFAULT NULL,
UNIQUE KEY `object_id` (`object_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_yoast_seo_meta`
--
LOCK TABLES `wp_yoast_seo_meta` WRITE;
/*!40000 ALTER TABLE `wp_yoast_seo_meta` DISABLE KEYS */;
INSERT INTO `wp_yoast_seo_meta` VALUES (2,NULL,1),(34,1,0),(45,0,0),(46,0,0),(54,0,0);
/*!40000 ALTER TABLE `wp_yoast_seo_meta` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2023-02-01 0:09:24