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/admin/class-dashboard-widget.php +5 -0 2.0.22.7.0 View file →
@@ -139,8 +139,13 @@
139 139 'apiUrl' => rest_url('thinkrank/v1/'),
140 140 'restNonce' => wp_create_nonce('wp_rest'),
141 141 'connected' => (bool) $settings->get('google_account_connected', false),
142 142 'isPro' => Plan_Config::is_pro(),
143 + // is_pro() is licence-aware, so it is false on an activated-but-
144 + // unlicensed install and the bar upsold Pro to someone who already
145 + // had it. The widget needs the installed-state separately.
146 + 'isProInstalled' => defined('THINKRANK_PRO_VERSION'),
147 + 'licenseUrl' => admin_url('admin.php?page=thinkrank-license'),
143 148 // Pro upsell target for the teaser bar (filterable so campaigns can
144 149 // point it at a specific landing page).
145 150 'upgradeUrl' => apply_filters(
146 151 'thinkrank_dashboard_widget_upgrade_url',