LLMS_Abstract_Exportable_Admin_Table::get_title()

Retrieves the table’s title.


Description Description

This method must be overwritten by extending classes.


Top ↑

Return Return

(string)


Top ↑

Source Source

File: includes/abstracts/llms.abstract.exportable.admin.table.php

	 *
	 * @since 7.0.1
	 *
	 * @return string
	 */
	public function get_title() {
		_doing_it_wrong(
			__METHOD__,
			esc_html(
				sprintf(
				// Translators: %s = the name of the method.
					__( "Method '%s' must be overridden.", 'lifterlms' ),

Top ↑

Changelog Changelog

Changelog
Version Description
7.0.1 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.