Skip to content

Commit 0ab9a7d

Browse files
committed
Remove categories from tasks
1 parent cf86303 commit 0ab9a7d

2 files changed

Lines changed: 0 additions & 14 deletions

File tree

classes/suggested-tasks/providers/integrations/aioseo/class-aioseo-interactive-provider.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@
1414
*/
1515
abstract class AIOSEO_Interactive_Provider extends Tasks_Interactive {
1616

17-
/**
18-
* The provider type.
19-
*
20-
* @var string
21-
*/
22-
protected const CATEGORY = 'configuration';
23-
2417
/**
2518
* Whether the task is an onboarding task.
2619
*

classes/suggested-tasks/providers/integrations/aioseo/class-aioseo-provider.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@
1414
*/
1515
abstract class AIOSEO_Provider extends Tasks {
1616

17-
/**
18-
* The provider type.
19-
*
20-
* @var string
21-
*/
22-
protected const CATEGORY = 'configuration';
23-
2417
/**
2518
* Whether the task is an onboarding task.
2619
*

0 commit comments

Comments
 (0)