Filters the list of media attached to the given post.
$children\WP_Post[]$typestring$postWP_Postwp-includes/media.php:5372get_attached_media() * @since 3.6.0 * * @param WP_Post[] $children Array of media attached to the given post. * @param string $type Mime type of the media desired. * @param WP_Post $post Post object. */ return (array) apply_filters( 'get_attached_media', $children, $type, $post );} /** * Checks the HTML content for an audio, video, object, embed, or iframe tags. * * @since 3.6.0Introduced in 3.6.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.