LLMS_MailHawk::get_description()
Retrieve description text to be used in the settings area.
Contents
Return Return
(string)
Source Source
File: includes/admin/class-llms-mailhawk.php
protected function get_description() { return sprintf( // Translators: %s = Anchor tag html linking to MailHawk.io. __( 'Never worry about sending email again. %s takes care of everything for you starting for a small monthly fee.', 'lifterlms' ), '<a href="https://lifterlikes.com/mailhawk" target="_blank">' . $this->get_title() . '</a>' ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.40.0 | Introduced. |