PluginProbe
ThinkRank AI SEO – AI SEO Plugin for WordPress: Schema, XML Sitemaps, Meta Tags, Search Console & Local SEO / 2.7.0
ThinkRank AI SEO – AI SEO Plugin for WordPress: Schema, XML Sitemaps, Meta Tags, Search Console & Local SEO v2.7.0
2.7.0 2.6.0 2.5.0 2.4.0 2.3.0 2.2.0 2.1.1 2.1.0 2.0.2 2.0.1 2.0.0 1.32.0 1.31.0 1.30.0 1.29.0 1.28.0 1.27.0 1.26.0 1.25.0 trunk 1.0.0 1.0.1 1.0.2 1.1.0 1.10.0 All 48 releases
← All changes | uninstall.php +3 -1 2.4.02.7.0 View file →
@@ -189,9 +189,11 @@
189 189 $wpdb->prefix . 'thinkrank_seo_local',
190 190 $wpdb->prefix . 'thinkrank_email_report_logs',
191 191 // AI Visibility Tables. These were registered in Database_Schema but
192 192 // never listed here, so an uninstall left them behind — bv_tasks in
193 - // particular holds the full text of every AI answer (#302).
193 + // particular holds the full text of every AI answer (#302). The
194 + // three Brand Visibility tables are no longer created, but sites
195 + // that used the feature before it was removed still have them.
194 196 $wpdb->prefix . 'thinkrank_ai_traffic',
195 197 $wpdb->prefix . 'thinkrank_brand_visibility_checks',
196 198 $wpdb->prefix . 'thinkrank_bv_runs',
197 199 $wpdb->prefix . 'thinkrank_bv_tasks',