get_media_item_args
apply_filters( ‘get_media_item_args’, array $parsed_args )
过滤器::过滤用于检索编辑图像窗体的图像的参数。
Filter Hook: Filters the arguments used to retrieve an image for the edit image form.
说明(Description)
另见函数 https://www.wp2.cn/hook()
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$parsed_args | (array) | 一组参数。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
3.1.0 | wp-admin/includes/media.php:1585 | 2 | 0 |
get_media_item_args 为WP2原创文章,链接:https://www.wp2.cn/hook/get_media_item_args/