apply_filters( "llms_table_get_{$this->id}_export_file_name", string $filename , string[] $parts , LLMS_Abstract_Exportable_Admin_Table $table )
Filters the file name for an export file.
Description Description
The dynamic portion of this hook, $this->id
, refers to the table’s $id
property.
Parameters Parameters
- $filename
-
(string) The generated filename.
- $parts
-
(string[]) An array of strings that makeup the generated filename when joined with the underscore separator character.
- $table
-
(LLMS_Abstract_Exportable_Admin_Table) Instance of the table object.
Source Source
File: includes/abstracts/llms.abstract.exportable.admin.table.php
Changelog Changelog
Version | Description |
---|---|
7.0.1 | Introduced. |