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-image-seo-settings.php +2 -2 2.0.0 → 2.9.0 View file →
@@ -47,9 +47,9 @@
47 47 */
48 48 public function __construct() {
49 49 $this->id = 'thinkrank/get-image-seo-settings';
50 50 $this->label = __( 'Get ThinkRank Image SEO Settings', 'thinkrank' );
51 - $this->description = __( 'Retrieve ThinkRank image SEO settings, which control automatic alt/title injection, the token-based formats used to generate them, and whether generated alt text is persisted to the Media Library.', 'thinkrank' );
51 + $this->description = __( 'Retrieve ThinkRank image SEO settings, which control automatic alt/title injection, the token-based formats used to generate them, and whether generated alt text is persisted to the Media Library. Use update-image-seo-settings to change them.', 'thinkrank' );
52 52 }
53 53
54 54 /**
55 55 * {@inheritDoc}
@@ -74,9 +74,9 @@
74 74 public function get_input_schema() {
75 75 return [
76 76 'type' => 'object',
77 77 'additionalProperties' => false,
78 - 'properties' => [],
78 + 'properties' => self::empty_properties(),
79 79 ];
80 80 }
81 81
82 82 /**