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