Filter hook 'export_wp_filename'

in WP Core File wp-admin/includes/export.php at line 94

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.
	 */