{"slug":"cookie-law-info","name":"CookieYes – Cookie Banner for Cookie Consent (Easy to setup GDPR/CCPA Compliant Cookie Notice)","description":"Cookie banner plugin and CMP for GDPR cookie consent and CCPA cookie compliance. Easily set up cookie consent banner, cookie notice, and policy pages.","author":"CookieYes","active_installs":1000000,"version":"3.4.2","wp_org_url":"https://wordpress.org/plugins/cookie-law-info/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":true,"deletes_options_on_uninstall":true},"tables":[{"table_name":"cky_banners","full_table_name":"wp_cky_banners","description":"Stores cky banners data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"banner_id","type":"bigint(20)","nullable":false,"primary_key":true},{"name":"name","type":"varchar(190)","nullable":false,"primary_key":false},{"name":"slug","type":"varchar(190)","nullable":false,"primary_key":false},{"name":"status","type":"int(11)","nullable":false,"primary_key":false},{"name":"settings","type":"longtext","nullable":false,"primary_key":false},{"name":"banner_default","type":"int(11)","nullable":false,"primary_key":false},{"name":"contents","type":"longtext","nullable":false,"primary_key":false},{"name":"date_created","type":"datetime","nullable":false,"primary_key":false},{"name":"date_modified","type":"datetime","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE wp_cky_banners ( banner_id bigint(20) NOT NULL AUTO_INCREMENT, name varchar(190) NOT NULL DEFAULT '', slug varchar(190) NOT NULL DEFAULT '', status int(11) NOT NULL DEFAULT 0, settings longtext NOT NULL, banner_default int(11) NOT NULL DEFAULT 0, contents longtext NOT NULL, date_created datetime NOT NULL DEFAULT '0000-00-00 00:00:00', date_modified datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (banner_id) ) $collate; \"; return $tables; } /** * Get a list of banners from localhost. * * @param array $args Array of arguments. * @return array */ public function get_item_from_db( $args = array() ) { global $wpdb; $items = array();"},{"table_name":"cky_cookie_categories","full_table_name":"wp_cky_cookie_categories","description":"Stores cky cookie categories data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"category_id","type":"bigint(20)","nullable":false,"primary_key":true},{"name":"name","type":"text","nullable":false,"primary_key":false},{"name":"slug","type":"varchar(190)","nullable":false,"primary_key":false},{"name":"description","type":"longtext","nullable":false,"primary_key":false},{"name":"prior_consent","type":"int(11)","nullable":false,"primary_key":false},{"name":"visibility","type":"int(11)","nullable":false,"primary_key":false},{"name":"priority","type":"int(11)","nullable":false,"primary_key":false},{"name":"sell_personal_data","type":"int(11)","nullable":false,"primary_key":false},{"name":"meta","type":"longtext","nullable":true,"primary_key":false},{"name":"date_created","type":"datetime","nullable":false,"primary_key":false},{"name":"date_modified","type":"datetime","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE wp_cky_cookie_categories ( category_id bigint(20) NOT NULL AUTO_INCREMENT, name text NOT NULL, slug varchar(190) NOT NULL DEFAULT '', description longtext NOT NULL, prior_consent int(11) NOT NULL default 0, visibility int(11) NOT NULL default 1, priority int(11) NOT NULL default 0, sell_personal_data int(11) NOT NULL default 0, meta longtext NULL, date_created datetime NOT NULL DEFAULT '0000-00-00 00:00:00', date_modified datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (category_id), UNIQUE KEY slug (slug) ) $collate; \"; return $tables; } /** * Get a list of banners from localhost. * * @param array $args Array of arguments. * @return array */ public function get_item_from_db( $args = array() ) { global $wpdb; $items = array();"},{"table_name":"cky_cookies","full_table_name":"wp_cky_cookies","description":"Stores cky cookies data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"cookie_id","type":"bigint(20)","nullable":false,"primary_key":true},{"name":"name","type":"varchar(190)","nullable":false,"primary_key":false},{"name":"slug","type":"varchar(190)","nullable":false,"primary_key":false},{"name":"description","type":"longtext","nullable":false,"primary_key":false},{"name":"duration","type":"text","nullable":false,"primary_key":false},{"name":"domain","type":"varchar(190)","nullable":false,"primary_key":false},{"name":"category","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"type","type":"text","nullable":false,"primary_key":false},{"name":"discovered","type":"int(11)","nullable":false,"primary_key":false},{"name":"url_pattern","type":"varchar(190)","nullable":true,"primary_key":false},{"name":"meta","type":"longtext","nullable":true,"primary_key":false},{"name":"date_created","type":"datetime","nullable":false,"primary_key":false},{"name":"date_modified","type":"datetime","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE wp_cky_cookies ( cookie_id bigint(20) NOT NULL AUTO_INCREMENT, name varchar(190) NOT NULL DEFAULT '', slug varchar(190) NOT NULL DEFAULT '', description longtext NOT NULL, duration text NOT NULL, domain varchar(190) NOT NULL DEFAULT '', category bigint(20) NOT NULL, type text NOT NULL, discovered int(11) NOT NULL default 0, url_pattern varchar(190) NULL default '', meta longtext, date_created datetime NOT NULL DEFAULT '0000-00-00 00:00:00', date_modified datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (cookie_id) ) $collate; \"; return $tables; } /** * Get a list of banners from localhost. * * @param array $args Array of arguments. * @return array */ public function get_item_from_db( $args = array() ) { global $wpdb; $items = array();"},{"table_name":"cli_scripts","full_table_name":"wp_cli_scripts","description":"Stores cli scripts data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":null}],"table_count":4}