WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about export_wp_filename

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/export.php apply_filters 94 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
string $wp_filename The name of the file for download.
string $sitename The site name.
string $date Today's date, formatted.