get_attached_media_args

get_attached_media_args

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('get_attached_media_args') is found 1 times:

  • /wp-includes/media.php line 4994
    	 * @param array   $args Post query arguments.
    	 * @param string  $type Mime type of the desired media.
    	 * @param WP_Post $post Post object.
    	 */
    	$args = apply_filters( 'get_attached_media_args', $args, $type, $post );
    
    	$children = get_children( $args );
    
    	/**
    	 * Filters the list of media attached to the given post.
    	 *