apply_filters( 'export_wp_filename', string $wp_filename, string $sitename, string $date )

Filters the export filename.


Description Description


Parameters Parameters

$wp_filename

(string) The name of the file for download.

$sitename

(string) The site name.

$date

(string) Today's date, formatted.


Top ↑

Source Source

File: wp-admin/includes/export.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.4.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.