| @@ -47,8 +47,9 @@ | ||
| 47 | 47 | $this->module_title = __('LearnDash', 'notificationx'); |
| 48 | 48 | $this->popup = [ |
| 49 | 49 | "denyButtonText" => __("<a href='https://notificationx.com/docs/how-to-display-learndash-course-enrollment-alert-using-notificationx/' target='_blank'>More Info</a>", "notificationx"), |
| 50 | 50 | "confirmButtonText" => __("<a href='https://notificationx.com/#pricing' target='_blank'>Upgrade to PRO</a>", "notificationx"), |
| 51 | + // phpcs:ignore WordPress.WP.I18n.NoHtmlWrappedStrings -- Reviewed for the NotificationX codebase: acceptable in this context. | |
| 51 | 52 | "html"=> __(' |
| 52 | 53 | <span>A widely used WordPress learning management system.</span> |
| 53 | 54 | ', 'notificationx') |
| 54 | 55 | ]; |
| @@ -66,8 +67,9 @@ | ||
| 66 | 67 | return $messages; |
| 67 | 68 | } |
| 68 | 69 | |
| 69 | 70 | public function doc(){ |
| 71 | + /* translators: %1$s: LearnDash installed & configured link URL, %2$s: documentation link URL, %3$s: Watch video tutorial link URL, %4$s: Integration with LearnDash link URL, %5$s: LearnDash Course Enrollment Rates link URL */ | |
| 70 | 72 | return sprintf(__('<p>Make sure that you have <a target="_blank" href="%1$s">LearnDash installed & configured</a> to use its campaign & course selling data. For further assistance, check out our step by step <a target="_blank" href="%2$s">documentation</a>.</p> |
| 71 | 73 | <p>🎦 <a target="_blank" href="%3$s">Watch video tutorial</a> to learn quickly</p> |
| 72 | 74 | <p>👉 NotificationX <a target="_blank" href="%4$s">Integration with LearnDash</a> </p> |
| 73 | 75 | <p><strong>Recommended Blog:</strong></p> |