LLMS_Admin_Table::set_title()
Stub used to set the title during table construction.
Return Return
(string)
Source Source
File: includes/abstracts/abstract.llms.admin.table.php
protected function set_title() {
return '';
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.28.0 | Introduced. |