PluginProbe
ThinkRank AI SEO – AI SEO Plugin for WordPress: Schema, XML Sitemaps, Meta Tags, Search Console & Local SEO / 2.9.0
ThinkRank AI SEO – AI SEO Plugin for WordPress: Schema, XML Sitemaps, Meta Tags, Search Console & Local SEO v2.9.0
2.10.0 2.9.0 2.8.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 All 51 releases
← All changes | includes/abilities/settings/class-get-social-platforms-settings.php +2 -2 1.28.0 → 2.9.0 View file →
@@ -50,9 +50,9 @@
50 50 */
51 51 public function __construct() {
52 52 $this->id = 'thinkrank/get-social-platforms-settings';
53 53 $this->label = __( 'Get ThinkRank Social Platform Settings', 'thinkrank' );
54 - $this->description = __( 'Retrieve ThinkRank social platform verification settings: public platform IDs (Facebook, YouTube, WhatsApp) verbatim and sensitive site-verification codes (Pinterest, Instagram, TikTok) masked for security.', 'thinkrank' );
54 + $this->description = __( 'Retrieve ThinkRank social platform verification settings: public platform IDs (Facebook, YouTube, WhatsApp) verbatim and sensitive site-verification codes (Pinterest, Instagram, TikTok) masked for security. Use update-social-platforms-settings to change them.', 'thinkrank' );
55 55 }
56 56
57 57 /**
58 58 * {@inheritDoc}
@@ -77,9 +77,9 @@
77 77 public function get_input_schema() {
78 78 return [
79 79 'type' => 'object',
80 80 'additionalProperties' => false,
81 - 'properties' => [],
81 + 'properties' => self::empty_properties(),
82 82 ];
83 83 }
84 84
85 85 /**