PluginProbe
NotificationX – FOMO, Live Sales Notification, WooCommerce Sales Popup, GDPR, Social Proof, Announcement Banner & Floating Notification Bar / 3.3.2
NotificationX – FOMO, Live Sales Notification, WooCommerce Sales Popup, GDPR, Social Proof, Announcement Banner & Floating Notification Bar v3.3.2
3.3.2 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 All 157 releases
← All changes | includes/Extensions/OfferAnnouncement/Announcements.php +2 -1 3.2.11 → 3.3.2 View file →
@@ -27,9 +27,9 @@
27 27
28 28 public $priority = 10;
29 29 public $id = 'announcements';
30 30 // public $img = NOTIFICATIONX_ADMIN_URL . 'images/extensions/sources/custom.png';
31 - // public $doc_link = 'https://notificationx.com/docs/custom-notification';
31 + public $doc_link = 'https://notificationx.com/docs/configure-discount-alert/';
32 32 public $types = 'offer_announcement';
33 33 public $module = 'modules_announcements';
34 34 public $module_priority = 18;
35 35 public $is_pro = true;
@@ -265,8 +265,9 @@
265 265 return 'Hello From Custom Notification';
266 266 }
267 267
268 268 public function doc(){
269 + /* translators: %1$s: documentation link URL, %2$s: Guide To Notify Customers About On-Sale Products link URL */
269 270 return sprintf(__('<p>You can showcase the discount alert popup on your WordPress website to make visitors take purchasing action immediately. For further assistance, check out our step-by-step <a target="_blank" href="%1$s">documentation</a>.</p>
270 271 <p><strong>Recommended Blog:</strong></p>
271 272 <p>🔥Introducing Discount Alert By NotificationX <a target="_blank" href="%2$s">Guide To Notify Customers About On-Sale Products</a> </p>', 'notificationx'),
272 273 'https://notificationx.com/docs/configure-discount-alert/',