{"slug":"wp-helper-lite","name":"WP Helper Premium","description":"All-in-one WordPress toolkit: contact channels, SMTP, maintenance, AI, spam filter, WooCommerce — one plugin.","author":"Mat Bao Corporation","active_installs":1000,"version":"4.7.1","wp_org_url":"https://wordpress.org/plugins/wp-helper-lite/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":true,"deletes_options_on_uninstall":false},"tables":[{"table_name":"ai_job_logs","full_table_name":"wp_ai_job_logs","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"ai_jobs","full_table_name":"wp_ai_jobs","description":"A job queue table for managing background tasks and scheduled operations.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"wph_captcha_logs","full_table_name":"wp_wph_captcha_logs","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"bigint(20)","nullable":false,"primary_key":true},{"name":"ip_address","type":"varchar(100)","nullable":false,"primary_key":false},{"name":"reason","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"status","type":"varchar(20)","nullable":false,"primary_key":false},{"name":"provider","type":"varchar(50)","nullable":false,"primary_key":false},{"name":"score","type":"float","nullable":true,"primary_key":false},{"name":"created_at","type":"datetime","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE wp_wph_captcha_logs ( id bigint(20) NOT NULL AUTO_INCREMENT, ip_address varchar(100) NOT NULL DEFAULT '', reason varchar(255) NOT NULL DEFAULT '', status varchar(20) NOT NULL DEFAULT 'failed', provider varchar(50) NOT NULL DEFAULT '', score float DEFAULT NULL, created_at datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), KEY created_at (created_at) ) {$charset};\"; require_once ABSPATH . 'wp-admin/includes/upgrade.php'; dbDelta( $sql );"},{"table_name":"wph_email_logs","full_table_name":"wp_wph_email_logs","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"wph_fm_conversations","full_table_name":"wp_wph_fm_conversations","description":"Stores wph fm conversations data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"wph_form_submissions","full_table_name":"wp_wph_form_submissions","description":"Stores form definitions and related configuration.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"wph_spam_logs","full_table_name":"wp_wph_spam_logs","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"bigint(20)","nullable":false,"primary_key":true},{"name":"ip_address","type":"varchar(100)","nullable":false,"primary_key":false},{"name":"email","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"reason","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"form_plugin","type":"varchar(100)","nullable":false,"primary_key":false},{"name":"country","type":"varchar(5)","nullable":false,"primary_key":false},{"name":"status","type":"varchar(20)","nullable":false,"primary_key":false},{"name":"created_at","type":"datetime","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE wp_wph_spam_logs ( id bigint(20) NOT NULL AUTO_INCREMENT, ip_address varchar(100) NOT NULL DEFAULT '', email varchar(255) NOT NULL DEFAULT '', reason varchar(255) NOT NULL DEFAULT '', form_plugin varchar(100) NOT NULL DEFAULT '', country varchar(5) NOT NULL DEFAULT '', status varchar(20) NOT NULL DEFAULT 'blocked', created_at datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), KEY created_at (created_at), KEY ip_address (ip_address(20)) ) {$charset};\"; require_once ABSPATH . 'wp-admin/includes/upgrade.php'; dbDelta( $sql );"}],"table_count":7}