get_attached_media WordPress Filter Hook
The get_attached_media hook allows you to retrieve all the media attachments for a given post. This can be useful for displaying a gallery of images or videos attached to a post.
apply_filters( 'get_attached_media', WP_Post[] $children , string $type , WP_Post $post ) #
Filters the list of media attached to the given post.