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 | includes/api/class-manager.php +0 -7 2.5.02.7.0 View file →
@@ -1975,15 +1975,8 @@
1975 1975 // Failed to register AI Insights endpoint
1976 1976 }
1977 1977
1978 1978 try {
1979 - $brand_visibility_endpoint = new Brand_Visibility_Endpoint();
1980 - $brand_visibility_endpoint->register_routes();
1981 - } catch (\Exception $e) {
1982 - // Failed to register Brand Visibility endpoint
1983 - }
1984 -
1985 - try {
1986 1979 $performance_endpoint = new Performance_Endpoint();
1987 1980 $performance_endpoint->register_routes();
1988 1981 } catch (\Exception $e) {
1989 1982 // Failed to register Performance endpoint