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=MyISAM DEFAULT CHARSET=utf8;
/*!40000 ALTER TABLE `wp_wfNotifications` DISABLE KEYS */;
SET FOREIGN_KEY_CHECKS = 0;
SET UNIQUE_CHECKS = 0;
INSERT INTO `wp_wfNotifications` VALUES('site-AEAAAAA', '1', 'wfplugin_updates', '502', '1497135575', '<a href=\"https://afterimagedesigns.com/wp-admin/update-core.php\">Updates are available for WordPress (v4.8) and 3 plugins</a>', '[]');
INSERT INTO `wp_wfNotifications` VALUES('site-AIAAAAA', '0', 'wfplugin_scan', '500', '1493177070', '<a href=\"https://afterimagedesigns.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>', '[]');
INSERT INTO `wp_wfNotifications` VALUES('site-EQAAAAA', '1', 'wfplugin_scan', '502', '1497135575', '<a href=\"https://afterimagedesigns.com/wp-admin/admin.php?page=WordfenceScan\">5 issues found in most recent scan</a>', '[]');
INSERT INTO `wp_wfNotifications` VALUES('network-GD', '1', 'gravityscan', '300', '1497116426', '<p><strong>Say hello to Gravityscan, the free malware and vulnerability scanner for any website</strong></p>\n\n<p>Today we are excited to share a new product we have been working on for the last year. It is free to use, works on any website and you don’t need to install anything to use it. We think you’ll find it to be a great complement to the WordPress protection you’re already getting with Wordfence. And we know that for a lot of you WordPress isn’t the only platform you need to secure, so we built Gravityscan to work with all of your sites.</p>\n\n<p><a href=\"https://www.gravityscan.com?utm_source=plugin&utm_medium=pluginalert&utm_campaign=la061817\" target=\"_blank\" class=\"wf-btn wf-btn-primary\">Scan your site now</a></p>', '[]');
INSERT INTO `wp_wfNotifications` VALUES('network-GE', '1', 'siteaudit', '400', '1497116426', '<p><strong>Announcing New Site Security Audit Service</strong></p>\n<p>We are very excited to announce that we have officially launched a new WordPress Site Security Audit Service.</p>\n<p>We have been providing this service to select customers for several weeks prior to the official launch. We are now live with the service and making it available to all of our customers.</p>\n<p>We have written about the service on our blog, where we explain a few of the benefits of having our dedicated Security Services Team evaluate and secure your site.</p>\n<p><a href=\"https://www.wordfence.com/blog/2017/05/wordpress-security-audit/?utm_source=plugin&utm_medium=pluginalert&utm_campaign=sa052517\" target=\"_blank\">You can find the full announcement on our blog...</a></p>', '[]');
/*!40000 ALTER TABLE `wp_wfNotifications` ENABLE KEYS */;
SET FOREIGN_KEY_CHECKS = 1;
SET UNIQUE_CHECKS = 1;
