export_wp_filename WordPress Filter Hook
The export_wp_filename hook is used to filter the name of the file generated when exporting a WordPress site.
apply_filters( 'export_wp_filename', string $wp_filename , string $sitename , string $date ) #
Filters the export filename.
Parameters
- $wp_filename
(string)The name of the file for download.
- $sitename
(string)The site name.
- $date
(string)Today's date, formatted.
Source
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |