← All changes
|
includes/abilities/analysis/class-get-seo-opportunities.php
+2
-2
2.0.0
→
2.9.0
View file →
| @@ -28,9 +28,9 @@ | ||
| 28 | 28 | */ |
| 29 | 29 | public function __construct() { |
| 30 | 30 | $this->id = 'thinkrank/get-seo-opportunities'; |
| 31 | 31 | $this->label = __( 'Get ThinkRank SEO Opportunities', 'thinkrank' ); |
| 32 | - $this->description = __( 'Retrieve ThinkRank SEO opportunities (e.g. striking-distance keywords). Requires Google Search Console to be connected; returns empty data otherwise.', 'thinkrank' ); | |
| 32 | + $this->description = __( 'Retrieve ThinkRank SEO opportunities (e.g. striking-distance keywords). Requires Google Search Console to be connected; returns empty data otherwise. get-integrations-status reports whether Search Console is connected.', 'thinkrank' ); | |
| 33 | 33 | } |
| 34 | 34 | |
| 35 | 35 | /** |
| 36 | 36 | * {@inheritDoc} |
| @@ -75,9 +75,9 @@ | ||
| 75 | 75 | public function get_output_schema() { |
| 76 | 76 | return [ |
| 77 | 77 | 'type' => 'object', |
| 78 | 78 | 'additionalProperties' => true, |
| 79 | - 'properties' => [], | |
| 79 | + 'properties' => self::empty_properties(), | |
| 80 | 80 | ]; |
| 81 | 81 | } |
| 82 | 82 | |
| 83 | 83 | /** |