PluginProbe
NotificationX – FOMO, Live Sales Notification, WooCommerce Sales Popup, GDPR, Social Proof, Announcement Banner & Floating Notification Bar / trunk
NotificationX – FOMO, Live Sales Notification, WooCommerce Sales Popup, GDPR, Social Proof, Announcement Banner & Floating Notification Bar vtrunk
3.3.1 3.3.0 3.2.14 3.2.13 3.2.12 3.2.11 3.2.10 3.2.9 3.2.8 3.2.7 trunk 0.2.5.5 0.2.5.6 0.2.5.7 1.0.0 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.2.0 1.2.1 All 156 releases
← All changes | includes/Extensions/BitIntegrations/BitIntegrationsEmailSubscription.php +4 -4 3.2.11trunk View file →
@@ -26,11 +26,11 @@
26 26
27 27 public $priority = 15;
28 28 public $id = 'bitintegrations_email_subscription';
29 29 public $img = NOTIFICATIONX_ADMIN_URL . 'images/extensions/sources/bit-integrations.png';
30 - // public $doc_link = 'https://notificationx.com/docs/bitintegration-notification-alert/';
30 + public $doc_link = 'https://notificationx.com/docs/bit-integrations-notification-alert/';
31 31 public $types = 'email_subscription';
32 - public $module = 'modules_bitintegration';
32 + public $module = 'modules_bitintegrations';
33 33 public $module_priority = 16;
34 34 public $class = 'BitApps\Integrations\Config';
35 35
36 36 /**
@@ -41,10 +41,10 @@
41 41 }
42 42
43 43 public function init_extension()
44 44 {
45 - $this->title = __('BitIntegrations', 'notificationx');
46 - $this->module_title = __('BitIntegrations', 'notificationx');
45 + $this->title = __('Bit Integrations', 'notificationx');
46 + $this->module_title = __('Bit Integrations', 'notificationx');
47 47 }
48 48
49 49 /**
50 50 * Get data for BitIntegrations Extension.