get_allowed_mime_types()
get_allowed_mime_types( int|WP_User $user = null ) 检索允许…
get_allowed_mime_types( int|WP_User $user = null )
检索允许的mime类型和文件扩展名的列表。
Retrieve list of allowed mime types and file extensions.
目录锚点:#参数#返回#源码#笔记
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$user | (int | WP_User) | 可选 | 要检查的用户。默认为当前用户。 |
返回(Return)
(string[])由与这些类型对应的文件扩展名regex键入的mime类型数组。
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.8.6 | wp-includes/functions.php:3170 | 6 | 5 |
笔记(Notes)
函数按文件扩展名检索该文件的mime类型图标。
WordPress 5.4.1,get_allowed_mime_type()返回:
类别:WordPress 函数手册、
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!