apply_filters( ‘export_wp_filename’, string $wp_filename, string $sitename, string $date )

In this article

Filters the export filename.

Parameters

$wp_filenamestring
The name of the file for download.
$sitenamestring
The site name.
$datestring
Today’s date, formatted.

Source

$filename = apply_filters( 'export_wp_filename', $wp_filename, $sitename, $date );

Changelog

VersionDescription
4.4.0Introduced.

User Contributed Notes

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