← 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/', |