apply_filters( 'llms_table_generate_export_file_delimiter', int $delim, LLMS_Abstract_Exportable_Admin_Table $table, array $args )

Customize the delimiter used when generating CSV export files.


Parameters Parameters

$delim

(int) Delimiter.

$table

(LLMS_Abstract_Exportable_Admin_Table) Instance of the table.

$args

(array) Array of arguments.


Top ↑

Source Source

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

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
3.28.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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