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.


Top ↑

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.


Top ↑

Source Source

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

View on GitHub



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.