mime_types

最后更新于:2021-11-27 08:16:29

apply_filters( ‘mime_types’, string[] $gc_get_mime_types )

Filters the list of mime types and file extensions.

参数

$gc_get_mime_types

(string[])
Mime types keyed by the file extension regex corresponding to those types.

源文件

文件: gc-includes/functions.php

View on Trac