{"table_name":"globaliser_hooks","full_table_name":"wp_globaliser_hooks","description":"Stores globaliser hooks data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE `wp_globaliser_hooks` (\\n  `id` int unsigned NOT NULL AUTO_INCREMENT,\\n  `type` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `parameter` mediumtext COLLATE utf8mb4_unicode_520_ci,\\n  `create_date` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,\\n  `update_date` datetime DEFAULT NULL,\\n  `status` tinyint(1) DEFAULT NULL,\\n  PRIMARY KEY (`id`)\\n) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci","columns":[],"plugin":{"slug":"globaliser","name":"Globaliser","active_installs":30,"version":"1.0.1","wp_org_url":"https://wordpress.org/plugins/globaliser/"}}