apply_filters( 'get_attached_media_args', array $args , string $type , WP_Post $post )
Filters arguments used to retrieve media attached to the given post.
Parameters
-
$args
array -
Post query arguments.
-
$type
string -
Mime type of the desired media.
-
$post
WP_Post -
Post object.
Source
File: wp-includes/media.php
.
View all references
$args = apply_filters( 'get_attached_media_args', $args, $type, $post );
Changelog
Version | Description |
---|---|
3.6.0 | Introduced. |