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()
Return Return
(string)
Source Source
File: includes/abstracts/llms.abstract.exportable.admin.table.php
/** * Allow customization of the title for export files *
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.28.0 | Unknown. |
3.15.0 | Introduced. |