{"slug":"kcaptcha","name":"Kcaptcha","description":"Kcaptcha plugin is the perfect security plugin for your wordpress website forms that protects your website from spam bots.","author":"Ksolves - Emerging Ahead Always","active_installs":30,"version":"1.0.1","wp_org_url":"https://wordpress.org/plugins/kcaptcha/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":true,"deletes_options_on_uninstall":false},"tables":[{"table_name":"kcaptcha_setting","full_table_name":"wp_kcaptcha_setting","description":"Stores kcaptcha setting data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"int(11)","nullable":false,"primary_key":true},{"name":"login_form","type":"tinyint(4)","nullable":false,"primary_key":false},{"name":"register_form","type":"tinyint(4)","nullable":false,"primary_key":false},{"name":"lost_password_form","type":"tinyint(4)","nullable":true,"primary_key":false},{"name":"comments_form","type":"tinyint(4)","nullable":false,"primary_key":false},{"name":"hide_register","type":"tinyint(4)","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS `wp_kcaptcha_setting` ( `id` int(11) NOT NULL AUTO_INCREMENT, `login_form` tinyint(4) NOT NULL DEFAULT '1', `register_form` tinyint(4) NOT NULL DEFAULT '1', `lost_password_form` tinyint(4) DEFAULT '1', `comments_form` tinyint(4) NOT NULL DEFAULT '1', `hide_register` tinyint(4) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE"}],"table_count":1}