PluginProbe
weForms – Easy Drag & Drop Contact Form Builder For WordPress / 1.6.1
weForms – Easy Drag & Drop Contact Form Builder For WordPress v1.6.1
1.6.7 1.6.8 1.6.9 1.6.12 1.6.13 1.6.14 1.6.15 1.6.16 1.6.17 1.6.18 1.6.19 1.6.2 1.6.20 1.6.21 1.6.22 1.6.23 1.6.24 1.6.25 1.6.26 1.6.27 1.6.28 1.6.3 1.6.4 1.6.5 1.6.6 All 74 releases
← All changes | includes/class-integration-manager.php +2 -3 1.6.191.6.1 View file →
@@ -24,12 +24,11 @@
24 24
25 25 require_once WEFORMS_INCLUDES . '/integrations/slack/class-integration-slack.php';
26 26 require_once WEFORMS_INCLUDES . '/integrations/erp/class-integration-erp.php';
27 27 require_once WEFORMS_INCLUDES . '/integrations/mailpoet/class-integration-mailpoet.php';
28 - require_once WEFORMS_INCLUDES . '/integrations/sprout-invoices/class-integration-sprout-invoices.php';
29 28
30 29 $integrations = apply_filters( 'weforms_integrations', [
31 - 'WeForms_Integration_Slack', 'WeForms_Integration_ERP', 'WeForms_Integration_MailPoet_Free', 'WeForms_Integration_SI',
30 + 'WeForms_Integration_Slack', 'WeForms_Integration_ERP', 'WeForms_Integration_MailPoet_Free',
32 31 ] );
33 32
34 33 // Load integration classes
35 34 foreach ( $integrations as $integration ) {
@@ -49,5 +48,5 @@
49 48 }
50 49
51 50 return $settings;
52 51 }
53 -}
52 +}