LLMS_SendWP::get_description()
Retrieve description text to be used in the settings area.
Return Return
(string)
Source Source
File: includes/admin/class-llms-sendwp.php
protected function get_description() {
return sprintf(
// Translators: %s = Anchor tag html linking to SendWP.com.
__( '%s makes WordPress email delivery as simple as a few clicks so you can relax, knowing your important emails are being delivered on time.', 'lifterlms' ),
'<a href="https://lifterlikes.com/sendwp" target="_blank" rel="noopener noreferrer">' . $this->get_title() . '</a>'
);
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.40.0 | Introduced. |