apply_filters( ‘get_enclosed’, string[] $pung, int $post_id )

In this article

Filters the list of enclosures already enclosed for the given post.

Parameters

$pungstring[]
Array of enclosures for the given post.
$post_idint
Post ID.

Source

return apply_filters( 'get_enclosed', $pung, $post_id );

Changelog

VersionDescription
2.0.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.