apply_filters( 'get_enclosed', array $pung , int $post_id )
Filters the list of enclosures already enclosed for the given post.
Parameters
- $pung
-
Array of enclosures for the given post.
- $post_id
-
Post ID.
Source
File: wp-includes/post.php
Changelog
Version | Description |
---|---|
WP-2.0.0 | Introduced. |