LLMS_MailHawk::get_title()
Retrieve the connector’s name / title.
Contents
Return Return
(string)
Source Source
File: includes/admin/class-llms-mailhawk.php
protected function get_title() { return __( 'MailHawk', 'lifterlms' ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.40.0 | Introduced. |