Skip to content

Commit 94a718a

Browse files
committed
Add more EXTERNAL_LINK_URL
1 parent d6d5a74 commit 94a718a

4 files changed

Lines changed: 28 additions & 0 deletions

File tree

classes/suggested-tasks/providers/class-email-sending.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ class Email_Sending extends Tasks_Interactive {
4040
*/
4141
const POPOVER_ID = 'sending-email';
4242

43+
/**
44+
* The external link URL.
45+
*
46+
* @var string
47+
*/
48+
protected const EXTERNAL_LINK_URL = 'https://prpl.fyi/check-if-your-websites-email-system-works';
49+
4350
/**
4451
* Whether the task is dismissable.
4552
*

classes/suggested-tasks/providers/class-select-locale.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ class Select_Locale extends Tasks_Interactive {
4040
*/
4141
const POPOVER_ID = 'select-locale';
4242

43+
/**
44+
* The external link URL.
45+
*
46+
* @var string
47+
*/
48+
protected const EXTERNAL_LINK_URL = 'https://prpl.fyi/set-locale';
49+
4350
/**
4451
* Whether the task is dismissable.
4552
*

classes/suggested-tasks/providers/class-select-timezone.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ class Select_Timezone extends Tasks_Interactive {
2626
*/
2727
const POPOVER_ID = 'select-timezone';
2828

29+
/**
30+
* The external link URL.
31+
*
32+
* @var string
33+
*/
34+
protected const EXTERNAL_LINK_URL = 'https://prpl.fyi/set-timezone';
35+
2936
/**
3037
* Whether the task is dismissable.
3138
*

classes/suggested-tasks/providers/class-unpublished-content.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ class Unpublished_Content extends Tasks {
4444
*/
4545
protected const DATA_COLLECTOR_CLASS = Unpublished_Content_Data_Collector::class;
4646

47+
/**
48+
* The external link URL.
49+
*
50+
* @var string
51+
*/
52+
protected const EXTERNAL_LINK_URL = 'https://prpl.fyi/check-unpublished-content';
53+
4754
/**
4855
* Whether the task is repetitive.
4956
*

0 commit comments

Comments
 (0)