LLMS_Abstract_Exportable_Admin_Table::get_export_title( array $args = array() )

Allow customization of the title for export files


Parameters Parameters

$args

(array) (Optional) arguments passed from table to csv processor.

Default value: array()


Top ↑

Return Return

(string)


Top ↑

Source Source

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

	public function get_export_title( $args = array() ) {
		return apply_filters( 'llms_table_get_' . $this->id . '_export_title', $this->get_title(), $args );
	}


Top ↑

Changelog Changelog

Changelog
Version Description
3.28.0 Unknown.
3.15.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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