Skip to content

Commit a4921f8

Browse files
committed
feat: new pro triggers added to the list
1 parent e225e92 commit a4921f8

File tree

5 files changed

+6
-0
lines changed

5 files changed

+6
-0
lines changed

frontend-dev/src/Utils/StaticData/webhookIntegrations.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ export const customFormIntegrations = [
5757
'SureFeedback',
5858
'WpPolls',
5959
'WpAllImport',
60+
'MyCred',
61+
'WPLMS',
62+
'WPLoyalty',
6063
]
6164

6265
export const actionHookIntegrations = ['ActionHook']
94.4 KB
Loading
8.11 KB
Loading
20.8 KB
Loading

includes/Core/Util/AllTriggersName.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ public static function allTriggersName()
7373
'Mailster' => ['name' => 'Mailster', 'isPro' => true, 'is_active' => false],
7474
'MasterStudyLms' => ['name' => 'MasterStudyLms', 'isPro' => true, 'is_active' => false],
7575
'MasteriyoLMS' => ['name' => 'Masteriyo LMS', 'isPro' => true, 'is_active' => false],
76+
'MyCred' => ['name' => 'myCred', 'isPro' => true, 'is_active' => false],
7677
'Memberpress' => ['name' => 'Memberpress', 'isPro' => true, 'is_active' => false],
7778
'MemberPressCourse' => ['name' => 'MemberPress Courses', 'isPro' => true, 'is_active' => false],
7879
'Met' => ['name' => 'Met Form', 'isPro' => true, 'is_active' => false],
@@ -126,6 +127,8 @@ public static function allTriggersName()
126127
'WSForm' => ['name' => 'WSForm', 'isPro' => true, 'is_active' => false],
127128
'WishlistMember' => ['name' => 'Wishlist Member', 'isPro' => true, 'is_active' => false],
128129
'WpAllImport' => ['name' => 'WP All Import', 'isPro' => true, 'is_active' => false],
130+
'WPLMS' => ['name' => 'WPLMS', 'isPro' => true, 'is_active' => false],
131+
'WPLoyalty' => ['name' => 'WPLoyalty', 'isPro' => true, 'is_active' => false],
129132
'WpPolls' => ['name' => 'WP-Polls', 'isPro' => true, 'is_active' => false],
130133
];
131134
}

0 commit comments

Comments
 (0)