PluginProbe
ThinkRank AI SEO – AI SEO Plugin for WordPress: Schema, XML Sitemaps, Meta Tags, Search Console & Local SEO / 2.8.0
ThinkRank AI SEO – AI SEO Plugin for WordPress: Schema, XML Sitemaps, Meta Tags, Search Console & Local SEO v2.8.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 1.1.0 All 49 releases
← All changes | includes/abilities/settings/class-get-robots-meta-settings.php +2 -2 2.0.02.8.0 View file →
@@ -44,9 +44,9 @@
44 44 */
45 45 public function __construct() {
46 46 $this->id = 'thinkrank/get-robots-meta-settings';
47 47 $this->label = __( 'Get ThinkRank Robots Meta Settings', 'thinkrank' );
48 - $this->description = __( 'Retrieve ThinkRank site-wide default robots meta directives (index, noindex, nofollow, noarchive, noimageindex, nosnippet).', 'thinkrank' );
48 + $this->description = __( 'Retrieve ThinkRank site-wide default robots meta directives (index, noindex, nofollow, noarchive, noimageindex, nosnippet). Use update-robots-meta-settings to change them.', 'thinkrank' );
49 49 }
50 50
51 51 /**
52 52 * {@inheritDoc}
@@ -71,9 +71,9 @@
71 71 public function get_input_schema() {
72 72 return [
73 73 'type' => 'object',
74 74 'additionalProperties' => false,
75 - 'properties' => [],
75 + 'properties' => self::empty_properties(),
76 76 ];
77 77 }
78 78
79 79 /**