export_gc_filename

最后更新于:2021-11-26 09:34:01

apply_filters( ‘export_gc_filename’, string $gc_filename, string $sitename, string $date )

Filters the export filename.

参数

$gc_filename

(string)
The name of the file for download.

$sitename

(string)
The site name.

$date

(string)
Today’s date, formatted.

源文件

文件: gc-admin/includes/export.php

View on Trac