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/abilities/analysis/class-get-performance-data.php +2 -2 1.28.02.7.0 View file →
@@ -19,9 +19,9 @@
19 19 /**
20 20 * Retrieves ThinkRank's Core Web Vitals / performance snapshot for the site.
21 21 *
22 22 * Mirrors `GET /thinkrank/v1/performance/monitor`: returns the collected Core
23 - * Web Vitals (LCP, FID, CLS, FCP), a 0-100 performance score and grade, and the
23 + * Web Vitals (LCP, INP, CLS, FCP), a 0-100 performance score and grade, and the
24 24 * SEO correlation. Requires a connected Google account for real data; when not
25 25 * connected the payload still returns with a `core_web_vitals.error` marker and
26 26 * zeroed metrics.
27 27 */
@@ -31,9 +31,9 @@
31 31 */
32 32 public function __construct() {
33 33 $this->id = 'thinkrank/get-performance-data';
34 34 $this->label = __( 'Get Performance Data', 'thinkrank' );
35 - $this->description = __( 'Retrieve the site Core Web Vitals / performance snapshot (LCP, FID, CLS, FCP), performance score and grade, and SEO correlation. Requires a connected Google account for real data; otherwise returns an empty snapshot with a not-connected marker.', 'thinkrank' );
35 + $this->description = __( 'Retrieve the site Core Web Vitals / performance snapshot (LCP, INP, CLS, FCP), performance score and grade, and SEO correlation. Requires a connected Google account for real data; otherwise returns an empty snapshot with a not-connected marker. get-integrations-status reports whether that account is connected.', 'thinkrank' );
36 36 }
37 37
38 38 /**
39 39 * {@inheritDoc}