Docs

evf_get_entry_export_file_name( string $handle, string $extension = 'csv' ): bool|string

Get a csv file name.

Description

File names consist of the handle, followed by the date, followed by a hash, .csv.

Parameters

$handlestringrequired
Name.
$extensionstringoptional
Extension Type.

Default:'csv'

Return

bool|string The csv file name or false if cannot be determined.

Changelog

VersionDescription
1.3.0Introduced.