Skip to content

Commit d6d5a74

Browse files
committed
add missing EXTERNAL_LINK_URL
1 parent e61ca98 commit d6d5a74

3 files changed

Lines changed: 21 additions & 0 deletions

File tree

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ class Content_Review extends Tasks {
3737
*/
3838
protected const CATEGORY = 'content-update';
3939

40+
/**
41+
* The external link URL.
42+
*
43+
* @var string
44+
*/
45+
protected const EXTERNAL_LINK_URL = 'https://prpl.fyi/review-post';
46+
4047
/**
4148
* Whether the task is repetitive.
4249
*

classes/suggested-tasks/providers/class-remove-terms-without-posts.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,13 @@ class Remove_Terms_Without_Posts extends Tasks {
7878
*/
7979
protected const DATA_COLLECTOR_CLASS = Terms_Without_Posts_Data_Collector::class;
8080

81+
/**
82+
* The external link URL.
83+
*
84+
* @var string
85+
*/
86+
protected const EXTERNAL_LINK_URL = 'https://prpl.fyi/remove-empty-taxonomy';
87+
8188
/**
8289
* The completed term IDs.
8390
*

classes/suggested-tasks/providers/class-update-term-description.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ class Update_Term_Description extends Tasks {
5050
*/
5151
protected const DATA_COLLECTOR_CLASS = Terms_Without_Description_Data_Collector::class;
5252

53+
/**
54+
* The external link URL.
55+
*
56+
* @var string
57+
*/
58+
protected const EXTERNAL_LINK_URL = 'https://prpl.fyi/taxonomy-terms-description';
59+
5360
/**
5461
* Whether the task is dismissable.
5562
*

0 commit comments

Comments
 (0)