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

Filters the export filename.


Parameters

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

Top ↑

Source

File: wp-admin/includes/export.php. View all references

$filename = apply_filters( 'export_wp_filename', $wp_filename, $sitename, $date );


Top ↑

Changelog

Changelog
Version Description
4.4.0 Introduced.

Top ↑

User Contributed Notes

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