Skip to content

Commit a1eeb54

Browse files
committed
feat: wpSubscription trigger added
1 parent b11640b commit a1eeb54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

includes/Core/Util/AllTriggersName.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ public static function allTriggersName()
135135
'WpAllImport' => ['name' => 'WP All Import', 'isPro' => true, 'is_active' => false],
136136
'WPLMS' => ['name' => 'WPLMS', 'isPro' => true, 'is_active' => false],
137137
'WPLoyalty' => ['name' => 'WPLoyalty', 'isPro' => true, 'is_active' => false],
138+
'WPSubscription' => ['name' => 'WPSubscription', 'isPro' => true, 'is_active' => false],
138139
'WpPolls' => ['name' => 'WP-Polls', 'isPro' => true, 'is_active' => false],
139140
'WpSimplePay' => ['name' => 'WP Simple Pay', 'isPro' => true, 'is_active' => false],
140141
];

0 commit comments

Comments
 (0)