get_attached_media_args

最后更新于:2021-11-26 10:57:26

apply_filters( ‘get_attached_media_args’, array $args, string $type, GC_Post $post )

Filters arguments used to retrieve media attached to the given post.

参数

$args

(array)
Post query arguments.

$type

(string)
Mime type of the desired media.

$post

(GC_Post)
Post object.

源文件

文件: gc-includes/media.php

View on Trac