Description
Filters the export filename.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/export.php | 94 |
Parameters
Type | Name | Description |
---|---|---|
string | $wp_filename | The name of the file for download. |
string | $sitename | The site name. |
string | $date | Today's date, formatted. |
PHP Doc
/**
* Filters the export filename.
*
* @since 4.4.0
*
* @param string $wp_filename The name of the file for download.
* @param string $sitename The site name.
* @param string $date Today's date, formatted.
*/