← 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 | /** |