apply_filters( 'export_wp_filename', string $wp_filename , string $sitename , string $date )
Filters the export filename.
Parameters
- $wp_filename
-
The name of the file for download.
- $sitename
-
The site name.
- $date
-
Today's date, formatted.
Source
Changelog
Version | Description |
---|---|
WP-4.4.0 | Introduced. |