{"slug":"wp-tactical-popup","name":"WP Tactical Popup","description":"Capture your visitors attentions with lightboxes. Show email opt-in lightboxes (popups), html popups and image popups.","author":"Arevico","active_installs":50,"version":"1.1","wp_org_url":"https://wordpress.org/plugins/wp-tactical-popup/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"_wpptdisplay_rules","full_table_name":"wp__wpptdisplay_rules","description":"Stores  wpptdisplay rules data created by this plugin.","detection_method":"both","confidence":"high","columns":[{"name":"id","type":"INT","nullable":false,"primary_key":true},{"name":"pid","type":"INT","nullable":true,"primary_key":false},{"name":"on_post","type":"TINYINT(1)","nullable":true,"primary_key":false},{"name":"on_page","type":"TINYINT(1)","nullable":true,"primary_key":false},{"name":"on_home","type":"TINYINT(1)","nullable":true,"primary_key":false},{"name":"on_archive","type":"VARCHAR(45)","nullable":true,"primary_key":false},{"name":"url","type":"BLOB","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE `wp__wpptDisplay_Rules` (\\n  `id` int NOT NULL AUTO_INCREMENT,\\n  `pid` int DEFAULT NULL,\\n  `on_post` tinyint(1) DEFAULT NULL,\\n  `on_page` tinyint(1) DEFAULT NULL,\\n  `on_home` tinyint(1) DEFAULT NULL,\\n  `on_archive` varchar(45) DEFAULT NULL,\\n  `url` blob,\\n  PRIMARY KEY (`id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci"},{"table_name":"_wpptpopups","full_table_name":"wp__wpptpopups","description":"Stores  wpptpopups data created by this plugin.","detection_method":"both","confidence":"high","columns":[{"name":"id","type":"INT","nullable":false,"primary_key":true},{"name":"popup_name","type":"TEXT","nullable":true,"primary_key":false},{"name":"active","type":"TINYINT(1)","nullable":true,"primary_key":false},{"name":"type","type":"INT","nullable":true,"primary_key":false},{"name":"behaviour","type":"BLOB","nullable":true,"primary_key":false},{"name":"popup_data","type":"BLOB","nullable":true,"primary_key":false},{"name":"created","type":"TIMESTAMP","nullable":true,"primary_key":false},{"name":"prio","type":"INT","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE `wp__wpptPopups` (\\n  `id` int NOT NULL AUTO_INCREMENT,\\n  `popup_name` text,\\n  `active` tinyint(1) DEFAULT NULL,\\n  `type` int DEFAULT NULL,\\n  `behaviour` blob,\\n  `popup_data` blob,\\n  `created` timestamp NULL DEFAULT CURRENT_TIMESTAMP,\\n  `prio` int DEFAULT NULL,\\n  PRIMARY KEY (`id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci"}],"table_count":2}