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.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 1.0.2 All 50 releases
← All changes | includes/abilities/settings/class-get-schema-settings.php +2 -2 1.28.0 → 2.9.0 View file →
@@ -102,9 +102,9 @@
102 102 */
103 103 public function __construct() {
104 104 $this->id = 'thinkrank/get-schema-settings';
105 105 $this->label = __( 'Get ThinkRank Schema Settings', 'thinkrank' );
106 - $this->description = __( 'Retrieve ThinkRank structured-data (schema) settings, including organization, website, local business, and person markup.', 'thinkrank' );
106 + $this->description = __( 'Retrieve ThinkRank structured-data (schema) settings, including organization, website, local business, and person markup. Use update-schema-settings to change them.', 'thinkrank' );
107 107 }
108 108
109 109 /**
110 110 * {@inheritDoc}
@@ -153,9 +153,9 @@
153 153 public function get_input_schema() {
154 154 return [
155 155 'type' => 'object',
156 156 'additionalProperties' => false,
157 - 'properties' => [],
157 + 'properties' => self::empty_properties(),
158 158 ];
159 159 }
160 160
161 161 /**