LLMS_Abstract_Exportable_Admin_Table::get_title()
Retrieves the table’s title.
Description Description
This method must be overwritten by extending classes.
Return Return
(string)
Source Source
File: includes/abstracts/llms.abstract.exportable.admin.table.php
public function get_title() { _doing_it_wrong( __METHOD__, sprintf( // Translators: %s = the name of the method. __( "Method '%s' must be overridden.", 'lifterlms' ), __METHOD__ ), '[version]' ); return $this->id; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
7.0.1 | Introduced. |